customized datagrid
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I have a boundcolumn in my datagrid. I want this boundcolumn to display the results but also give the user a way of clicking on the result and being directed somewhere else. Please help any suggestions are greatly appreciated.
Use a template column instead, you can use a linkbutton that shows the information, and generate a command with it as well. A good source for DataGrid samples is: DataGrid girl[^] daniero