How do you do validations. Whether client-side or
server-side validations are better.?
Answer Posted / jiten
Asp.Net has few validation control like
campare , requirefield , rang ,regulorexpression and custom
u can use any validation control with html ,asp control
Asp.net validation control are by default cilde side
validation .
and the cliend side validation is better blz it's reduse
the burdon to the server
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is query string in asp.net?
How may clustered index we can create in table?
How can I open ashx file in mobile?
How do you store a value in viewstate and retrieve them?
What is %20 in a url?
Define data caching?
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.
What is the latest version of asp.net?
How can you register a custom server control to a web page?
What's the use of response.output.write()?
Can we have a web application running without web.config file?
Why Unload event of MasterPage Calls first in ASP.net ?
How can you display all validation messages in one control?
Explain the use of view state?
What are the two Layouts supported by a Web form in ASP.NET?