what is difference between User Control,Custom Contro1,Web
server control and template controls
Answer / chinnu
User Controls are easy to create but tedious to
use.Extenshion for user controls is ascx file .we cant
place user controls in toolbox.
Custom controls are tedious to create by easy to
use.Extenshion is .dll.We can place custom controls in
toolbox.
Web server controls are the controls which is run at server.
| Is This Answer Correct ? | 5 Yes | 0 No |
Which is better union or union all?
Differentiate between Server Transfer and Response Redirect?
What is virtual directory in asp.net?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
Can a master page inherit another master page?
13 Answers Emphasis, IBM, NIIT, Sebiz Square,
Is asp.net a programming language or framework?
if i have placed the button control with the OnClick event like <asp:Button ID="mybutton" runat="server" Text="Insert" onclick="mybutton_Click" /> and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like <input type="submit" name="mybutton" value="Insert" id="mybutton" /> here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.
Define dll hell?
What is the difference between the response.write() and response.output.write() methods?
Define Query Interface,Adref,Release?
How do you implement sql caching in asp.net?
What namespace does the Web page belong in the .NET Framework class hierarchy?
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)