What are the attributes of the <form> tags? What are their functions?
No Answer is Posted For this Question
Be the First to Post Answer
What is asp format?
Define response object?
Define unmanaged code?
What are the advantages of using ASP?
Explain the difference between querystring collection and form collection?
What is ascx cs?
Should user input data validation occur server-side or client-side?
How will u make automatic login program in asp as u see in yahoo messanger? When any body login to their system they no need to fill userid and password. It automatically fills the userid and password.
what is database deployment?
Which choice is NOT a property of Dictionary Object? A. Key() B. CompareMode C. Item () D. Exists () E. Count
how many Controls are there in ASP.Net ? Define with Examples ?
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