Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Stanley Cheung #1
csv to datagrid
Hi all,
How can I import a csv file and display as a datagrid directly.
Now, I am using datatable to bind to datagrid, but I got the problem for
sorting and paging, i don't know how to make a sorting and paging.
Do I need to store data into dataset and sqldataadapter?
I am using c#.
Thanks in advanced.
steambun
Stanley Cheung Guest
-
How to add a Dropdown list to a datagrid at runtime (dynamic) without using template columns in ASP.NET and still have the ability to us the datagrid Update event.
How to add a Dropdown list to a datagrid at runtime (dynamic) without using template columns in ASP.NET and still have the ability to us the... -
UserControl inside of datagrid - loses its viewstate when datagrid is re-bound on postback
I have a simple usercontrol, a datepicker which contains 3 dropdownlist , it resides inside a datagrid column and i set the selecteddate property of... -
custom usercontrol inside of datagrid - loses its state/viewstate on re-bind/postback of the datagrid
I have a simple usercontrol, a datepicker which contains 3 dropdownlist , it resides inside a datagrid column and i set the selecteddate property of... -
problema ultima pagina datagrid asp.net/problem last page datagrid
ciao, ho un problema. ho un datagrid in una pagina asp.net con le impostazioni di PAGING abilitate. Uso l'impostazione NUMERIC PAGE. Il problema è... -
To all Gurus: How can I edit/update a DataGrid in a DataGrid (nested DataGrid)? Possible?
Hello, I am searching the whole Internet for a good example how to edit/update a DataGrid in a DataGrid (nested DataGrid). I know how to... -
Elton Wang #2
Re: csv to datagrid
Read following URL:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/aspnet-pageablesortable.asp[/url]
HTH
"Stanley Cheung" <stanley@starlabz.com> wrote in message
news:eiWXfBvzFHA.3864@TK2MSFTNGP12.phx.gbl...> Hi all,
>
> How can I import a csv file and display as a datagrid directly.
> Now, I am using datatable to bind to datagrid, but I got the problem for
> sorting and paging, i don't know how to make a sorting and paging.
>
> Do I need to store data into dataset and sqldataadapter?
> I am using c#.
>
> Thanks in advanced.
> steambun
>
>
Elton Wang Guest



Reply With Quote

