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#.
Answer Posted / sam
We have give Property runat="server" for th division in aspx page
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between mvc and asp.net? : Asp.Net MVC
What is difference between abstract class and an interface?
What are url fragments?
How can we pass info between 2 asp.net pages?
What are merge modules?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Define page fragment caching?
Explain Areas in MVC?
what are the Custom controls in asp.net?
Differentiate strong typing and weak typing
How can we use Web API with ASP.NET Web Form?
What is the usie of activex control in .net?
How many types of sessions in asp.net?
Why we use content place holder in asp.net?
What are custom user controls in asp.net?