datagrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Pleas
In ASP.NET applicatio
1.How can I add dropdownlist into datagrid when I press edit button? Is there any way to put dropdownlist in datagridcolumn instead textbox
2. I put paging to my datagrid but I don't know what code and where I need to write that when I press, lets say 2nd page, datas show in datagrid
Thank yo
 
djozy said:
Please
In ASP.NET application
1.How can I add dropdownlist into datagrid when I press edit button? Is
there any way to put dropdownlist in datagridcolumn instead textbox?

Take a look to this extended datagrid, it has dropdownlist columns and more
http://dotnet.leadit.be/extendeddatagrid/
2. I put paging to my datagrid but I don't know what code and where I need
to write that when I press, lets say 2nd page, datas show in datagrid?

Use a DataView as DataSource of the DataGrid
 
Back
Top