hi i faced a variety problem
hi everybody,
iam facing a variety problem with asp.net(vs 2005) using c#.
i have created a user control with 2 TEXTBOXES AND 1 BUTTON ON A PAGE.
when i display the usercontrol STATICALLY iam able to read the values in the textboxes into session states and insert them into database. and also iam able to debug my control.ascx file also.
when i display the usercontrol DYNAMICALLY iam NOT able to read the values in the textboxes into session states and CANNOT insert them into database. and also iam NOT able to debug my control.ascx file also.
can anybody explain why is this happening?
thanks,
karthik.
|