What happens to asp pages?
No Answer is Posted For this Question
Be the First to Post Answer
plz send me interview model questions asked in KVB Clerk interview.
2 Answers Karur Vysya Bank KVB,
Which is the default scripting language in active server pages?
How are scripts executed?
I have written an assembly that I want to use in more than one application. Where do I deploy it?
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")
how to implemet online examination in asp.net
How do I create an aspx page?
Which DLL file is needed to be registered for ASP?
What are the function of attributes of the <form> tags?
What is asp in web technology?
What is the default scripting language in asp?
Give an example of how using an HttpHandler could simplify an existing design that serves Check Images from an .aspx page.