Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How Can assign alias name for ASP.NET Web API Action?

1517


What is the use of session?

987


What are the event handlers that we can have in global.asax file?

1014


What is base class of .net?

1009


What is a postback url?

933


Explain the concept of MVC Scaffolding?

1069


What is the difference between CLICK and MOUSE DOWN Event ?

1237


Explain model, view and controller represent in an mvc application? : asp.net mvc

971


Apart from IDE what are the enhancements in asp.net 2.0?

2158


What are the asp.net list controls and difference between them?

1081


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?

1023


Can we have multiple master pages in asp net?

1035


What setting must be added in the configuration file to deny a particular user from accessing the secured resources?

1104


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.

1870


How to turn off cookies for a page?

1044