What is a TextStream object?
Answer / guest
It allows you to access [read/write] the contents of text
files stored on the web server.
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain the post and get method?
What is asp format?
Define session object?
Whats the implicit name and type of the parameter that gets passed into the class set method?
when u r designing where how do u design other than drag and drop method in the project of asp.net
What process happens behind, when we try to access any page on the internet.
How are sessions maintained? A. The browser sends a cookie to the server with each request. B. The browser sends a Querystring variable to the server with each request. C. The browser sends a hidden Form variable to the server with each request. D. The browser sends a long variable to the server in the BODY of each request. E. None of the above.
Explain the difference between inline and code behind.
when we use ajax in.net
what is page
How You Can use Dropdownlist with in Data Grid .DropDownlist having data from Database?
explain uses of Textstream object in ASP