How to implement form based authentication in asp.net application?
Can I tap into other windows livetm services?
Tell me Asp.net Method Overriding.
Give me one example of Web API Routing?
What r the remotable objects. and how u make an application remotable
What?s the difference between Response.Write() andResponse.Output.Write()?
What are session cookies?
What is server side routing?
Explain which is best suited place in the Application Start and Session_Start subroutines with an example?
what is client back feauture ?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What is JIT and how is works ?
I have a webform in asp.net.In that webform there is 2 division class(DIV).in one of the div class there is a text box for enter the id & a button for to check id with database value.My doubt is that how can i appear the 2nd Div contents only when the id is true with database value.if wrong do not display the div . i Want code in c#.