The technical part was on ASP.Net only of web services.
i wand basic interview based questions in asp.net and vb.net
What are the parts of an http response?
What is the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?
Explain the difference between dataset and datareader.
how to convert varchar into datatype int............. in ASP
Explain what a diffgram is, and a good use for one?
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....
how to create textboxes dynamically and insert textbox text into sql database
What is server side in asp.net?
Explain file-based dependency and key-based dependency.
What is the difference between runtime version and version?
Distinguish between Server-side and Client-side code?