Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net Datagrid Control (http://www.velocityreviews.com/forums/f60-asp-net-datagrid-control.html)
-   -   Datagrid Row Selection (http://www.velocityreviews.com/forums/t762093-datagrid-row-selection.html)

Shapper 06-22-2005 01:26 PM

Datagrid Row Selection
 
Hello,

I have a datagrid in my aspx page and the function Get_This() in my
code.

I am trying to do the following:
1. When the mouse clicks anywhere inside a datagrid's row the function
Get_This is called.
2. In the function Get_This the record ID of the selected row should be
available.

Is this possible?
How can I do this?

Thanks,
Miguel



All times are GMT. The time now is 09:26 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57