Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
769
Urgent: How to associate LinkButton (webform control) to a webgrid row data asp.net 2.0 c#
posted

Hello,

Does anyone know how to associate a LinkButton (webform control) to a webgrid row data?

I have an ultrawebgrid with three columns, column ID, column Status, and column Command (Add). The Add command is a link button (web form control). Everytime I click on the Add link button, I need to retrieve the Column ID and Column Status and and pass it to a modal dialog to change the current status and update it into the database.

Thanks in advance for your help.

Hs2