Is it possible to perform data validations in the database?
Answer Posted / tejkrishna
yes
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are the 3 types of web?
What is the use of asp.net web api?
Explain about ASP.NET?
What symbol would you use to denote, the start of a code block in aspx views?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Is there any limit for query string? Means what is the maximum size?
Can viewstate be accessed in another page?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What are the asp.net list controls and difference between them?
A web service can only be written in .net? State whether true or false.
What is considered a service provider?
Is asp.net a language?
What is the difference between union and join?
What is data binding in asp net?