Microsoft
Software
Hardware
Network
Question : C# ASP.NET Clear TextBox on UserControl
I have a UserControl (rcRushReason) that I have placed in my default.aspx page for my website. The UserControl (rcRushReason) has a textbox (txtReasonRush) in it that sometimes maintains text that I need to clear. Is there a way I can click a button on default.aspx to clear the text in rcRushReason.txtReasonRush
? I will be loading the user control (rcRushReason) with the same button click.
Thanks.
Answer : C# ASP.NET Clear TextBox on UserControl
should be
TextBox txt = rcRushReason.FindControl("
txtReasonR
ush");
txt.Text = "";
Random Solutions
Microsoft Vista SystemPropertiesComputerNa<wbr />me at Logon?
form timer causes "out of stack space error"
System.OutOfMemoryExceptio<wbr />n when filling dataset with 655,000 rows - need workaround!!
Exchange 2007 Autodiscover & OAB & OOF not working anymore
Long SQL String is Wrapping and Not Running in Access VBA
Install Office Small Business 2007 using .msi file
HP 4730 Mfp configure
Execute Script On Shutdown BEFORE network connections close
GPO not applied Filtering (Uknown reason)
protecting decompiling of ocx in browser