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

What is the differances between a abstract calss and interface

Patni,

2 4821

what is a virtual class?

Patni,

1 3982

what is webservices. howit is use in our project .

Patni,

1 3571

What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?

Patni,

1 4081

can we transfer data from one page to another page using viewstate if so how?if not y?

Patni,

1 5716

What are Http handler ?

Patni,

1 4317

what are partial classes and their use?

Patni,

1 4866

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

Patni,

1 5500

How do you define authentication in Web.Config?

Patni,

2 5169

difference between Trace and Debug ?

Accenture, HCL, Patni,

2 7250

How to authenticate users using web.config ?

Patni,

1 4287

What is web.config and machine.config ?

Patni,

1 4145

What is three major points in WCF?

Patni,

1 4708

What is the difference between managed and unmanaged code? *******

Patni,

2 5155

will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

Patni,

1 4148


Post New ASP.NET Questions

Un-Answered Questions { ASP.NET }

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

1699


What do you mean by query string?

997


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.

1874