What is the function of Buffer in Response Object?
Answer / sowmya
Buffer controls the HTML output stream manually.
| Is This Answer Correct ? | 2 Yes | 1 No |
Define managed code?
How to add? tree view control in datagrid in asp.net using c#?
What is asp and its features?
different web application and windows application
difference between partial and public ?
Explain life cycle of asp page.
Why we need stored procedures?
can we place Global.asa into "bin" directory instead of Root directory?
Why do we use asp?
Which is the default Scripting Language on the client side in ASP?
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
Whats the difference between struct and class in c#?