how many script manager controls are used in Ajax web page?
Answer Posted / guest
which type of data u send through request.querystring()?and
tell abt exact size?
| Is This Answer Correct ? | 7 Yes | 13 No |
Post New Answer View All Answers
How Can assign alias name for ASP.NET Web API Action?
What is the use of session?
What are the event handlers that we can have in global.asax file?
What is base class of .net?
What is a postback url?
Explain the concept of MVC Scaffolding?
What is the difference between CLICK and MOUSE DOWN Event ?
Explain model, view and controller represent in an mvc application? : asp.net mvc
Apart from IDE what are the enhancements in asp.net 2.0?
What are the asp.net list controls and difference between them?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Can we have multiple master pages in asp net?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
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 to turn off cookies for a page?