How many types of validation are there?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When user req. for a page, Page1.aspx opens Ist & a session established. If user req. for IIn page, second session established. Similarly, 3rd session established if user req. 3rd page. In this scenario, tot. 03 sessions are established. How we can minimize it so that it will work with only one session?
i cant get Primary output selection from the Dialog box While Creating Setup and Deployment the web application how to solve it..
Explain what is clr?
Why do we need url encoding?
Difference between ISQL and OSQL??
What is the difference between excute query and excute nonquery.?
Is post back property in asp net?
Can we make a class with class with same;suppose public class abc { public class abc { } }
Out of ASP or ASP.NET which one is stateless?
What is Runtime callable wrapper?
What type of code (server or client) is found in a Code- Behind class?