Click here to Skip to main content
15,894,460 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a asp.net grid with loaded data.One of the Column is "ServerID" & Value=147. So If i Doubleclick on the colum value which is "147". I need to capture that value and send that value to a stored procedure called "Exec usp_GetServerList".

By using that value am going to retrive some data in anothe page

Please help me .
Posted

1 solution

There are a few ways of doing this. If using serverside stuff then I would create a select command column template with a linkbutton in it. bind the serverId value to the tag of the linkbutton and on postback you will be able to get the id value.
 
Share this answer
 
Comments
myansweris 31-May-12 9:29am    
Thank You good idea...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900