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
275
Get text from a cell in a combo within grid
posted

Hi, I've been scratching my head for a long time...

I have a webgrid bound to a table. One of the columns has a webcombo displaying text (using EditorControlID).

My question is how can I get the text from that specific cell, when I am inserting or updating a record ??

This is my code:

dim Cake as string = " "
Cake = e.Row.Cells.FromKey("idCake").ToString

Parents Reply Children
No Data