Hello,
I have a rad grid on a form that has to be filled out with details on a particular document. In the SQL DB, the form has its own unique ID, and the radgrids in it, have their own table, with the form ID as a foreign key in those tables. When I first create a form, I want to be able to add records to the radgrids, but it will give be a null exception, because it does not have a form ID yet. Can I get some help with this? Would I have to use a session variable? if so, I have never used a session variable and I am new to this. I am using vb.net.
I have a rad grid on a form that has to be filled out with details on a particular document. In the SQL DB, the form has its own unique ID, and the radgrids in it, have their own table, with the form ID as a foreign key in those tables. When I first create a form, I want to be able to add records to the radgrids, but it will give be a null exception, because it does not have a form ID yet. Can I get some help with this? Would I have to use a session variable? if so, I have never used a session variable and I am new to this. I am using vb.net.