which scripting is used browser by server when we use
validation controls.
1.javascript
2.vbscript
3.jscript
4.perl
Answer Posted / hari krishna
jscript
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is difference between Lambda Expression and LINQ in ASP.NET?
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 difference between equals() and == in c#?
What is a gridview in asp.net?
What is the difference between sealed vs static class?
Differentiate between client-side and server-side validations in web pages.
What is the file through which you can customize your asp.net application?
What language is asp.net written in?
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
What are the disadvantages of using session?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
What is the current version of asp.net?
What is the extension of master page in asp.net?
What is the basic difference between asp and asp.net?
What is Forms Authentication in ASP.NET?