Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Sirchrisak
Starting Member
19 Posts |
Posted - 2005-06-14 : 08:46:42
|
Hi Guys, I am want to display some data form Table into a DataGrid web control. from the displayed data, I want when my client selects a row, a data from first colunm of any selected row to be thrown into a variable.I have done a simillar thing with DataGrid window control But the method I used don't work with DataGrid Web Control.Kindly help me sove this problem Using DataGrid Web Control. Here is my code in DataGrid Window control that i want to convert to DataGrid web Control[CODE]Dim item As Stringitem = DataGrid1.item(currentRowindex,0)[/CODE]I want to implement this type of action with DataGrid Web Control How can I Do This ? Please helpthanksChris |
|
|
|
|