What is the name of the base class that all web forms will
be inherited?
Answers were Sorted based on User's Feedback
Answer / abhishek maitrey
It is PAGE class come from the followin hierachy.
System.Web.UI.Page
Is This Answer Correct ? | 18 Yes | 1 No |
Answer / pramod sahoo,orissa
All .ASPX pages are inherited from
System.Web.UI.Form class
Is This Answer Correct ? | 1 Yes | 3 No |
What is cyclomatic complexity and why is it important?
How to display Alert in ASP.NET
ASP.NET Web Service
What is httpresponse?
Explain diff. Between friend and protected friend?
What are all the various Estimation Techniques available ?
Explain what a diffgram is, and a good use for one?
Explain culture and uiculture values.
What is Virtual path in ASP.Net
How can we access static variable?
Mention the namespace that is used to include .net data provider for sql server in .net code?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool