hi query on usercontrol?
hi everybody,
i have created a usercontrol with 2 TEXTBOXES and 1BUTTON.
i was able to dynamically load it into my webpage.
i have entered values into the 2 TEXTBOXES.
my problem is that when user clicks an event the 2 TEXTBOX values must be inserted into database(sqlserver2005).
for that i need to capture those 2 values into 2 variables.this has to be written in the code behind file.
iam not able to get those 2 values in usercontrols textboxes into 2 variables.
HOW CAN I GET THOSE 2 VALUES? iam using VS2005 AND C#.WEBPAGE APPLICATION.
anybody please help me.
thanks,
karthik.
|