What r Callbacks in ASP.NET?
Answer / rahultripathi
Call Back Mathod Allow us to call Server Site Method
though Client Site java script With out using Posting the
Page.
Rahul Tripathi
rahultripathi@myway.com
Is This Answer Correct ? | 5 Yes | 2 No |
What are server objects?
Difference between dynamic query and static query ?
What is form method?
What are different types of directives in .NET ?
What is difference between viewstate and session in asp net?
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 the full form of asp.net?
How Web Services help Us? What r the difference between Remoting and webservices
5 Answers Protech, TCS, Tech Mahindra,
What is Dynamic Web and discuss its usage with the help of real life examples?
.net allows which inheritence
6 Answers AG Technologies, Samcomm,
Can master pages be nested?
If i have a web page, and one web user control, where in web page contains a text box, and web user control have check box, if i place a web user control in the webpage, when i check the check box, the out put should show it is checked or not. How we can do this?