I have a textbox , assign required field validator and i
have two buttons 1) save 2) cancel , i want the validator
run only when i click save button, don't validate cancel
button , what to do?
Answer Posted / smit sisodia
set validation control="false" of cancel button
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Where can I get the details on migration of existing projects using various technologies to asp.net?
In order to get assembly info which namespace we should import?
How to make paging concepts in datagrid in ASP.NET?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
What are sharepoint pages?
How to sign out from forms authentication?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What is the difference between visual basic and asp.net?
What is aspect-oriented programming?
How many types of controls are there in asp.net?
Explain serialization and deserialization?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Why should i prefer JSP over asp.net or any other web development language..??
What is session object? Describe in detail.