Define application-scope?
No Answer is Posted For this Question
Be the First to Post Answer
What is aspx cs file?
What are the methods in Application Object?
What is asp full form?
What are ARRAYS?
why many web.config files are used in are project
If I want to build a shared assembly, does that require the overhead of signing and managing key pairs?
What are the properties of session object?
Name the two properties which are common in every validation control?
Define clientcertificate collection?
How to add Textboxes Programmatically in each and every cell of Gridview along with the Excel data in the Gridvew.I mean when i get Excel data in Gridview i need to display Data and Textboxes for each and every cell of Gridview. Got it. Iam new to this concept plz help me. Thanks in Advance.
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 use of global.asax?