whate is @page(AspCompat) Directive
in .net ?
Answers were Sorted based on User's Feedback
Answer / ramadevi
page Directive:--
It is an Instruction to the server.it should be
provided as a first statement with in webpage.
.aspx pages contain @page directive that
links that page to tha appropriate class.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / happy
It is an Instruction to the server.it should be
provided as a first statement with in web page.
.asp x pages contain @page directive that
links that page to they appropriate class.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is IIS?
What is the difference between asp and html? Or why asp is better than html?
Which line of code would instantiate the Browser Capabilities component? A. objBrowser = Server.CreateObject("MSWC.BrowserType") B. Set objBrowser = Server.CreateObject("MSWC.BrowserType") C. var objBrowser = Server.CreateObject("MSWC.BrowserType") D. var objBrowser = CreateObject("MSWC.BrowserType") E. var objBrowser = Server.CreateObject("BrowserType")
What is the default scripting language in asp?
what are web handlers?
Define collection?
How do I administer security for my machine? For an enterprise?
Explain the post and get method or explain the difference between them?
Define text stream object?
how to delete windows application in vs.net
Define asp?
what is the need of a sealed class when we are having a structure