Which protocol is used in a web api?
How to display validation messages in one control?
The technical part was on ASP.Net only of web services.
What is CLR ? Differentiate between CLR & CTS.
Explain different types of Caching techniques in ASP.NET?
0 Answers Sans Pareil IT Services,
Describe the difference between inline and code behind - which is best in a?
What combination of methods are used to improve the speed of the fill() method of the DataAdapter? a) BeginFillData() and EndFillData() b) StartFillData() and EndFillData() c) BeginLoadData() and EndLoadData() d) StartLoadData() and EndLoadData()
2 Answers Syntax Softtech, winfoware,
Explain the differences between clr & cts?
What is synchronous and Asynchronous post back ?
How many rounds are there for a software programmer to clear interview in any IT industries(MNC).
if i have placed the button control with the OnClick event like <asp:Button ID="mybutton" runat="server" Text="Insert" onclick="mybutton_Click" /> and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like <input type="submit" name="mybutton" value="Insert" id="mybutton" /> here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.
when using personlization, how do you access over setting at runtime?
what is the purpose of update panel control in ajax?