How do you open an asp file?
No Answer is Posted For this Question
Be the First to Post Answer
What are ARRAYS?
What are the methods in Session Object?
What does aspx stand for?
What is the command to display characters to the HTML page?
How long is a SessionID guaranteed to be unique? A. It is unique for the web server, whether it is restarted or not. B. Only until the web server is restarted. C. It is like a GUID in that it is for any web server at any time. D. Only until the session expires, then it can be reissued to another client. E. It is unique per client. A client cannot have two sessions with the same SessionID
What is a TextStream object?
What is Server Object?
Define querystring collection?
Write a program in asp to find out the leap year. [Accept the year from the user ]
what is dry run?
Plz give me the code for binding the dropdownlists with Country,State,City And Each will represent after selecting upper dropdownlist
textbox has viewstate property,but it does not depend on its property to retain their data across page,Explain.