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 aspect-oriented programming?
What is application variable?
What is http pipeline in asp.net?
What are the new navigation controls in asp.net 2.0?
Is there any alternative to avoid name collisions other then Namespaces?
What is dynamic web page with example?
What is connection pooling and how to enable and disable connection pooling?
How do you secure your connection string information?
Explain serialization and deserialization?
Do gac'ed assemblies have fulltrust?
Which validator control you use if you need to make sure the values in two different controls matched?
Is asp.net and .net the same?
Can I read the hard disk serial # of the client computer using asp.net?
Describe a Windows Service and its lifecycle ?
How does session id work?