Which control would you use if you needed to make sure the
values in two different controls matched?
Answer Posted / satyambabu
compare
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
How to change Master page in ASP.Net using code?
To redirect the user to another page which method do we use without performing a round trip to the client?
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 many types of state management are there in asp net?
What is a server farm in iis?
How you can manage the state of application at the server side in ASP.NET?
Differentiate the session object and application object?
what is meant by sitemapnode ?
Explain about Automatic resource management?
What are httphandlers and httpmodules and difference between them?
Explain exception handling in .net.
Define viewstate in .net?
How to display Alert in ASP.NET