Why does a user need nothing more than a Web browser to view
ASP.NET pages?
Answer / raghumadhav tirunagari
The user interface for a Web application is the series of
Web pages rendered to the client by ASP.NET/IIS. A client
needs nothing more than a browser to view ASP.NET pages
Is This Answer Correct ? | 0 Yes | 1 No |
What is the lifespan for items stored in ViewState?
Features in ASP.NET?
What is a global postback url?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What's the advantage of using System.Text.StringBuilder over System.String?
3 Answers IBM, IdeaLake, Infosys,
Is data edited in the Repeater control?
When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.
What is masterpage?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What are the advantages of passport authentication?
What is a web server? What are the load limits in it?
what is mean by framework?