When we do partial refresh of a page using update panel how server knows it(which event occurs?)
2 6518I 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....
2 4202How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
1878cr8 2 datatables into one dataset DYNAMICALLY (no backend database used like sql,etc.,) with following columns 1st datatable with columns studentNo studentName Deptno 2nd datatable with columns Deptno DeptName DeptAddress add data to both the tables Dynamically and merge these tables into one table and display it in Grid view as studentNo studentName Deptno DeptName DeptAddress
1 4766hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
1624
Define common type system?
I’m having some trouble with cas. How can I diagnose my problem?
What is the asp.net control toolkit?
What is server side routing?
What is difference between rest and soap?
What is session mode in asp.net?
How does the service stream content?
calling result set one procedure to anothar procedure in sql2000
How can you handle exceptions in asp.net?
What are the two Layouts supported by a Web form in ASP.NET?
How do you sign out from forms authentication?
what are the Custom controls in asp.net?
Why is xap important?
What is the difference between rest and restful?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)