what is usercontrol how we can use acess the controls that
are present in the usercontrol in the aspx page
suppose we have 2 text boxes in a user control how u can
acess the 2 textboxs in the aspx page
Answer / om shivaya namaha
user control purpose is when ever a group of controls that
used in most of the pages then we can define those controls
as a user control
user.ascx page :-2 textboxes it is containing
textbox1
textbox2
default.aspx:- thes aspx page is going to use the user control
in design default.aspx:-
<@register tagname="User" tageprefix="US" src="user.ascx">
<table>
<tr>
<td><US:User id="Usercont" runat="server" ></td>
</tr></table>
in serverside default page:-
textbox tx=new textbox();
tx= (textbox)Usercont.findcontrol("textbox1");
| Is This Answer Correct ? | 1 Yes | 1 No |
hi everyone. can anyone send me wipro interview questions on .net. plz its urgent
calling result set one procedure to anothar procedure in sql2000
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Is asp.net mvc still used? : Asp.Net MVC
Describe the Server Control Events of ASP.NET?
0 Answers SwanSoft Technologies,
Where the assembly is stored in asp.net?
Is overloading possible in web services?
what is use of doctype tag in asp.net
What is asp.net with mvc? : Asp.Net MVC
How to Insert a TextBox value in to Sql database using C# coding?
17 Answers HCL, Sona, TCS,
Differentiate between structure and class.
What is boxing and unboxing ?
7 Answers Accenture, Infosys, MedTek,
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)