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
How to manage the decimal separator in SQL Server 2008
Simple archive trigger for SYBASE table
some Image control events not firing... Acess 2007
Sony Vaio PCG-531A - Can the OS be upgraded on this notebook??
HKLM\ RunOnce does not run until login
Blue Screen Windows 7 - Memory_Management 0x0000001a
Microsoft SQL Server Cluster - Currently only uses port 1815, can 1433 be enabled?
Exchange 2007 RSG Problem
wiaManager = new WiaClass(); // create COM instance of WIA manager
Dates will not format properly (month and day)