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 are uri parameters?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
How is application management and maintenance improved in asp.net 2.0?
What is difference between view and partial view?
In order to get assembly info which namespace we should import?
What is session authentication?
About CLR, reflection and assemblies?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
How you can access the values from the Repeater control in ASP.NET?
Explain the Session state management options available with ASP.NET?
What is the difference between adding reference in solution explorer and adding references by using ?
What is the function of the ViewState property?
What is the difference between rest and restful?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
How to use push notification?