Quantcast
Channel: Downloading CSV from DataTable
Browsing latest articles
Browse All 12 View Live

Re: Downloading CSV from DataTable

Mikesdotnetting However, your solution still involves getting every column into your datatable on the Downloads page before discarding those that the user doesn't want  I agree with you Mike.Please...

View Article



Re: Downloading CSV from DataTable

In effect, my solution doesn't differ from yours up to the point that the SQL is executed on the Downloads page.  It's just an alternative. However, your solution still involves getting every column...

View Article

Re: Downloading CSV from DataTable

Mikesdotnetting On your SearchResults page, create a comma-separated list of the Search Result ID's as its value.   I can not see much difference between your suggested solution and my conclusion as...

View Article

Re: Downloading CSV from DataTable

sukumarraju I agree with your suggestion, if the DownLoad functionality is on the same page(i.e.,Search Resutls page). But the check boxes selection functionality is on DownLoad page. I can not run...

View Article

Re: Downloading CSV from DataTable

Mikesdotnetting So I assume that you are pulling all data relating to a list of contacts and putting that into a DataTable, which is then stored in Session.  You are right on this Mike. But it is done...

View Article


Re: Downloading CSV from DataTable

So I assume that you are pulling all data relating to a list of contacts and putting that into a DataTable, which is then stored in Session.  The user can select which details they want to appear in...

View Article

Re: Downloading CSV from DataTable

Mikesdotnetting If you simply copy the selected colums to another datatable and use that for print, you session datatable will be unaffected.  Thanks. That is a good approach.Mikesdotnetting However,...

View Article

Re: Downloading CSV from DataTable

If you simply copy the selected colums to another datatable and use that for print, you session datatable will be unaffected.  However, storing data in tables or datasets in session is most often the...

View Article


Re: Downloading CSV from DataTable

vijayst You can use CheckBoxList and populate it with columnnames of datatable. Sample code below:Thanks. But the problem is that it does not work any more once the download is complete first...

View Article


Re: Downloading CSV from DataTable

 You can use CheckBoxList and populate it with columnnames of datatable. Sample code below:ASPX:<asp:CheckBoxList ID="lstCols" runat="server"...

View Article

Re: Downloading CSV from DataTable

i have written below source to download data stored in DataTable to CSV file. How it worksI am binding the search results DataTable to GridView on GridView page and storing same dataTable in...

View Article

Downloading CSV from DataTable

Downloading CSV from DataTable I have written source code to download GridView data as CSV file. When the download button on top of GridView is selected, all the data in Gridview is downloaded into CSV...

View Article
Browsing latest articles
Browse All 12 View Live




Latest Images