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


Please Help Members By Posting Answers For Below Questions

What is _viewstart?

517


How do I open an ashx file in windows 7?

581


Is asp.net 64-bit enabled? How?

601


What is the parent class of all the web server control?

497


What is custom events? How to create it?

637






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.

1450


Explain weak typing and strong typing.

572


Explain the differences between clr & cts?

570


What is mvc in angular?

571


What is application state?

520


How does exception management works in ASP.NET?

626


Explain the advantages of passport authentication.

521


What are the merits and demerits of viewstate?

585


What do you mean by marshalbyref?

661


Define static function?

580