What is cookies cache and session?
Can you explain the basic use of dataview?
What?s the difference between Response.Write() andResponse.Output.Write()?
Tell me the code snippet to show how we can return 404 errors from HttpError?
Which class provides methods that can be used to manage role membership to be used in user authorization?
If there is submit button in a from tell us the sequence what happens if submit is clicked and in form action is specified as some other page ?
Define data caching?
Explain the use of errorprovider control in .net?
How ASP.NET page works?
You have multiline textbox and submit button. if you paste xml content into multiline textbox and hit submit button. what action will perform?
From the given paragraph of text, write a program to match the strings of format “Any number of numerals followed by an underscore followed by any number of alphabets" ex:123_abc (Note:using regular expressions)
Elaborate differentiation between ViewState and SessionState?
What is the T-SQL equivalent of IIF (immediate if/ternary operator) function of other programming languages?