Explain Life cycle of ASP.NET page when a request is made.
Explain cashing in asp.net.
What is the function of new view engine in asp.net? : asp.net mvc
Can you change a Master Page dynamically at runtime?
how to elimainte the similar data from the different tables
what is the difference between primary key and foreign key?
Which method do you use to kill explicitly a users session?
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?
When during the page processing cycle is ViewState available?
Interface have Default Modifier Is 'Public'.Where We Will Use The KeyWord In Interface?
3 Answers Phoenix Technologies,
Explain Life cycle of ASP.NET page when a request is made.
How do you sign out from forms authentication?
What is the relationship(in oops) between codebehind and inline code(.aspx to .aspx.cs)??? explain