G
Guest
Hi All
I am a newbie to ASP.Net. I am creating controls dynamically in my code behind file. When I am debugging, in postback the controls reference are found to be undefined. I also used ctrl.Attributes.Add("runat","server") for the controls
But if I am adding the controls in .aspx file then it is holding the reference
Can anybody help me out
Thanks
Shravan.
I am a newbie to ASP.Net. I am creating controls dynamically in my code behind file. When I am debugging, in postback the controls reference are found to be undefined. I also used ctrl.Attributes.Add("runat","server") for the controls
But if I am adding the controls in .aspx file then it is holding the reference
Can anybody help me out
Thanks
Shravan.