What should the developer use in order to have an Active
Server Page (ASP) invokes a stored procedure on a SQL
Server database?
A. ADO
B. RDO
C. RDS
D. OLEDB
E. None of the above.
what is execution of asp page
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")
Explain the tags necessary to be present within the tag ?
How You Can use Dropdownlist with in Data Grid .DropDownlist having data from Database?
When does the application OnEnd event handler fire? A. After every request for an application document, since web servers are stateless servers. B. As soon as there are no open connections to any application document. C. When the web server is stopped in an orderly fashion. D. Twenty minutes after the last request for a document in the application. E. When there are no application requests for the amount of time defined by the SessionTimeout variable.
What are the tasks performed by <> tags?
What is the difference between ASP and HTML?
can any one tell me about dot net framework not basic detail
What are the function of attributes of the <form> tags?
what is the difference between #include directory in C,C++ and import java.packages in java
Explain the difference between querystring collection and form collection?
What is a variable?