This is kind of off the wall... but...
I'm displaying a table in a datagrid.
DataGrid1
Would it be possible to create a column link that does the following:
If a user was to click on a field on Column1 they it would take the value of the field, send it to a stored proc, and the DG would repopulate (or be replaced with another DG) on the same page?
I want to avoid using a hyperlink column because I don't want to send the user to another page.
Any ideas?
I'm displaying a table in a datagrid.
DataGrid1
Code:
Column1 Column2 Column3
1234 text1 textA
1235 text2 textB
1236 text3 textC
Would it be possible to create a column link that does the following:
If a user was to click on a field on Column1 they it would take the value of the field, send it to a stored proc, and the DG would repopulate (or be replaced with another DG) on the same page?
I want to avoid using a hyperlink column because I don't want to send the user to another page.
Any ideas?