Access formcontrols from my usercontrol

CrackDB

New Member
Hi, <BR><BR>I have the following problem and I really hope somebody can help me. <BR><BR>My web user control has only a few link buttons on it.<BR>I want to change some textfields by clicking those links.<BR><BR>This most be done by using functions that exist in the code behind of my form where the user control is placed on.<BR><BR>How can I access the function in the codebehind of my form from the codebehind of my usercontrol?<BR><BR>If I create a new instance of the form and call the function then I get an error that my textbox is not an instance.<BR><BR>How can I solve this???<BR><BR>Example (that doesn
 
Back
Top