Web API uses which library for JSON serialization?
I have one application, one user purchase some products in my application? and another person came he is also purchase some products?how can we identify which user purchase which items? my answer is by using session id? but i dont know how? can u give me programming for that?
what is PostBack Property exactly ? when It Returns True? when it Returns False?
How do you secure your connection string information?
What is strong-typing versus weak-typing? Which is preferred? Why?
What is the caspol.exe tool used for?
How 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.
Where the viewstate is stored after the page postback?
What?s the difference between Response.Write() and Response.Output.Write()?
2 Answers Siebel, Visual Soft,
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....
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
can I use session variable in App_code Class page??
What is asp.net globalization?