What is the differences between a primary key and a unique key in sql server?
Difference between DataView and DataTable
Which authentication uses a combination of windows and iis authentication?
I am having four text boxes in my web application. I am setting Required Field validator to each Text box. And I am having two buttons in my application. If i clicked the first button only first two text box validation will get fire. Dont show error message for remaining two text box. If i clicked second button last two text box validation will get fired. It will not consider the first two validation controls. That is how to enable and disable the validation controls.
when u enter the data in one text box once u completed entering the text box data then one page has to be popuped and the text has to be displayed in the parent page
What is bound controls
What is the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?
How do you implement Paging in .Net ?
If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.
How do you create a permanent cookie?
suppose i am Admin in my application and i have to terminate the session of the particular user in my application.........how can i do it....?????
What are runtime hosts?
Explain exception filters?