which one is more flexibility and reliability and durability
asp.net (VS)php
which one is best and which one we do nice to create dynamic
websites
Is asp.net free?
What is base class of button control in .net?
How to find out what version of asp.net I am using on my machine?
How would you turn off cookies on a page of a website?
Describe the difference between inline and code behind - which is best in?
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.
can we transfer data from one page to another page using viewstate if so how?if not y?
37 Answers AppShark, DataSync, Gtech, iGate, Wipro,
what is view state?
How does session authentication work?
Explain Assemblies?,Difference between Panel and GroupBox?,Differences between ASP and ASP.NET?
asp.net page is a object or not?
What is the use of session?