What is a PostBack ?
Answer / tanuj kumar
The process in which a Web page sends data back to the same page on the server.
Is This Answer Correct ? | 0 Yes | 0 No |
What is a 307 redirect?
can we store textbox and com components in viewstate?
How to find out what version of asp.net I am using on my machine?
What is the use of session?
I have around 200+ controls in a page. Each of the sets of controls are kept in divs and when header div is clicked, only those div controls pertaining to that header div will be displayed. Rest of the divs are kept invisible. When the page loads, all these 200+ controls are loaded simultaneously, that consumes much of the time. What my requirement is I want to get the div1 controls loaded when the page loads and rest of the div controls should be loaded asynchronously. it should not be loaded with page load, so that time for loading the page can be much minimised. Hope u understood my question and pls help me out with a solution asap....
What is difference in .net 1.1 and .net 2.0?
Is it possible to change the index of primary key on table?
When would you not use the oleDbConnection object? a) To connect to an SQL 7.0 database. b) To connect to a DB/2 database. c) To connect to an Access database. d) To connect to an SQL 6.5 database.
what is wpf and wcf in .net explain with an example?
Differentiate the session object and application object?
What is the differences between a primary key and a unique key in sql server?
A web service can only be written in .net? State whether true or false.