What layout mode is the default when a new Web Form is created?
a) GridBagLayout
b) GridLayout
c) FlowLayout
d) FormLayout
Answer Posted / amit pandey
its b : gridlayout
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Explain authorization levels in .net ?
Difference between using directive vs using statement?
What are the benefits of view state?
How ViewstateMac works?
What are the validation controls available in ASP.NET?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Explain about consistent programming model in the .NET framework?
What is the difference between typeof() vs gettype()?
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
What is a session in asp.net?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
Which protocol is used in a web api?
Is razor a programming language?
From which base class all web forms are inherited?