How to convert a string into an Integer in ASP.net?
Answer Posted / sid
Good
| Is This Answer Correct ? | 10 Yes | 9 No |
Post New Answer View All Answers
Describe the Server Control Events of ASP.NET?
To get the values in two different controls to match which control you use it?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
What's the use of formatters in .net?
What is web configuration file and how to use in web application
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Which type of state management is provided by Query String in ASP.NET?
Difference between .NET and previous version?
What is asp.net with mvc? : Asp.Net MVC
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
How to manage different kinds of sessions 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 default authentication mode for asp.net?
How does a content page different from a master page?
How to use push notification?