how to convert varchar into datatype int.............
in ASP
Answer Posted / vasanth
parseInt(variable Name).
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
In how many ways we can retrieve table records count?
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.
How can you implement encapsulation in asp.net?
What language is asp.net written in?
What are the 3 types of web?
Describe how passport authentication works.
How can you access the properties and controls of master pages from content pages?
What are uri parameters?
What are the advantages of using Master Pages?
Any disadvantages in Dataset and in reflection ?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
how to retrieve property settings from xml .config file.
What is data cache in sql server?
What is an example of an application service provider?