Explain asp.net page life cycle?
What are the properties of the eventargs argument when capturing keyboard events?
Explain how can we inherit a static variable?
How to transpose rows into columns and columns into rows in a multi-dimensional array ?
How do you design a website with multilingual support in ASP.NET ?
How tooltip is set through code-behind in ASP.NET?
can we transfer data from one page to another page using viewstate if so how?if not y?
What is redirectpermanent in asp.net?
We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together.
Where would you use an ihttpmodule, and what are the limitations if any?
define silverlight and advantages ?
I am using a range validator and want to use dd mm yyyy format for accepting dates. I get a fairly generic "can't do that" type exception when I use this format for setting the minValue or maxValue properties for the range validator. How can I force it to accept my format?
Explain asp.net application life cycle?