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.
how many Controls are there in ASP.Net ? Define with Examples ?
When was asp released?
What is application object in asp?
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")
Tell something about Active Server Pages?
What is the code for closing the form(using controls) instead of directly closing it?
What is Exception ? When is try, catch block used ?
is string is a value type or reference type?
What is difference between Server.transfer and Response.redirect ?
write a program for sorting of all students records in a class according to roll no. using ADO and corresponding database.
Can .net framework components be used from a com program?
What is the maximum size of an array?