I have an export routine as follows that works great on an aspx web form. Essentially a datareader is exported to a csv file with ability to download file onto desktop.
Here is the code snippet.
...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22984757.html
Hi Folks
I want a quick fix. I have an app that uses standard .net role authentication. I have a number of forms that anyone can access, for example "create user", "create course" etc
What...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23207721.html
Hi All,
I am trying to generate a report in excel using asp.net and c# and sql server. I have attached the file of layout. I want the report layout similar to file attached.
Please let me kno...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23387550.html
Hi, as you can see, i select description fields by memberid in a table, i then try to store this into another table, but i have error after error and cant figure it out, what i need is to find all ...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23570037.html
I'm using a table adapter to insert a new record and I'd like to return the newid() created to use as a foreign key in another table.
At the moment the SQL looks like this...
INSERT INTO [Ban...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23581615.html
I have a custom CRM product which needs to add a multi-currency tracking. Money transaction can be made from various countries.
The specific requirement is to be able to track the revenue made in ...
http://www.experts-exchange.com/Database/Software/CRM/Q_23582184.html
Hi ,
I have implemented two gridviews and i want gridviews to be grouped by ID. Then repeat the gridviews again.
so my layout will be
gridview1 Row1 : centername; supname; report1date; Q1;...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23409310.html
Hi,
I have two gridviews inside Datalist. I have attached the Report layout and Code in the attachment.
Gridview1 for Reportype1 and GridView2 for ReportType2.
Also, Then I need to export ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23442191.html
I am building up a dynamic search that looks at a view that flattens a load of tables into one big view.
I execute the search like this..........
strSQL = "select clause built up from dynamic s...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22917510.html
What is the best way to display to a user a list of search criteria they can type into a textbox?
For example having a textbox were you can add multiple search criteria like this
COMPUTER, HA...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23229...