G
Guest
Hi,
I have added some textbox dynamically and now trying to retrieve the values
posted on a 'save' event.
when I try the following lines I get 'Object reference not set to an
instance of an object.....'
foreach(Control c in Parent.Controls) <--- line where I'm getting this
{
Response.Write ("<BR>" + c.GetType().ToString());
}
Any help?????
I have added some textbox dynamically and now trying to retrieve the values
posted on a 'save' event.
when I try the following lines I get 'Object reference not set to an
instance of an object.....'
foreach(Control c in Parent.Controls) <--- line where I'm getting this
{
Response.Write ("<BR>" + c.GetType().ToString());
}
Any help?????