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...

ASP.NET Interview Questions
Questions Answers Views Company eMail

How do I debug an ASP.NET application that wasn't written with Visual Studio.NET and that doesn't use code-behind?

1 4335

How many Directives r in ASP.NET?

8 22553

What r Callbacks in ASP.NET?

1 6273

What is Difference between Callbacks and Postback in ASP.NET?

11 34660

What r new things introduced in ASP.NET 2.0 in comparision to ASP.NET 1.1

1 6444

Name the application folders present in asp.net 2.0?

1 3694

What are the new page events added in Asp.net 2.0 ?

Sapient, TCS,

5 13522

How cross page posting is done in Asp.net 2.0?

3 7304

what are the different ASP.NET Application Folders?

Wipro,

1 4559

What are Master pages? How to define a Master page?

3 8717

What is the use of The Page.Master Property?

1 4912

What are Themes? What is their use ?

1 3654

How to remove themes from certain controls?

2 5563

What are skins?

1 4589

What is personalization? What are the properties available in personalization?

1 3669


Post New ASP.NET Questions

Un-Answered Questions { ASP.NET }

What do you mean by query string?

1002


hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.

1701


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.

1879