RadGrid InsertCommand

Posted by Community Admin on 03-Aug-2018 13:16

RadGrid InsertCommand

All Replies

Posted by Community Admin on 10-Oct-2011 00:00

Hello,

I have a radgrid where the user can insert a new record.  However, I am curious to know how to obtain the ID's of  each textbox that the RadGrid generates when inserting a new row.  I need to know this information so I can send each textbox value to my stored procedure when inserting a new row in my vb code behind.

Thank You

Posted by Community Admin on 10-Oct-2011 00:00

This article should help...just do a findcontrol...this is if you've made you own form template

If not, and it's the dyamically generated edit form, then this dude should help (Extract the values)

Steve

Posted by Community Admin on 10-Oct-2011 00:00

How would I create a form template, is there an example I can follow....?

Posted by Community Admin on 10-Oct-2011 00:00

Well you don't HAVE to :) ...but they look more professional

LINK

This thread is closed