What base class do all Web Forms inherit from?
Answers were Sorted based on User's Feedback
Answer / mohamed shariff
my NAMES IS MOHAMED SHARIFF, FROM SIMAD INSTITUTE SOMALIA,
THE Right answer is the base class that all web forms
inherits is the SYSTEM.WEB.UI.PAGE AS SHOWN IN HERE.....
---Partial Class _Default
Inherits System.Web.UI.Page
Is This Answer Correct ? | 13 Yes | 1 No |
What are custom controls?
What describes a query?
What is skin in asp.net?
What is strong-typing versus weak-typing?
Is it possible to add aspx.vb file in to C# Web Project? If so how can i use the vb file in the C# Web project?
What is query string?
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.
Explain autherization levels in .net ?
how many session modes are available?some brief explnation
Name the control which can be used to reserve the space on web page for storing localized data.
What is the file through which you can customize your asp.net application?
To redirect the user to another page which method do we use without performing a round trip to the client?