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
170
Grids created dynamically- best way to get values from them
posted

Hello,

 I've created webgrids dynamically via code in c# although I'm not sure if I named it properly with a unique name or ID.

I have a submit button that should read the values of the cells within each webgrid before sending to the database.

I'm not too sure what the best way of finding the dynamically created controls and looping thorugh the cells to get the values.

Any assistance would be appreciated.

thanks!

Parents
No Data
Reply
  • 170
    Verified Answer
    posted

    Never mind. I thought of an idea that may work. Will try it out.

    thanks to those who took the time to read.

     

Children