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

Name two properties common in every validation control?

1 5873

Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?

1 4919

Which control would you use if you needed to make sure the values in two different controls matched?

2 4971

How many classes can a single .NET DLL contain?

2 8047

What are the different types of Session state management options available with ASP.NET?

Siebel Systems,

5 22548

What is the lifespan for items stored in ViewState?

Siebel Systems,

4 13741

What does the "EnableViewState" property do?

2 6657

What is the Difference between user and server controls?

5 17439

Can the action attribute of a server-side tag be set to a value and if not how can you possibly pass data from a form page to a subsequent page?

1 3325

What is the role of global.asax?

Infosys,

10 26188

How would ASP and ASP.NET applications run at the same time on the same server?

Satyam,

1 2580

Explain the differences between Server-side and Client-side code?

2 6261

What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?

Siebel Systems,

1 3454

How do you create a permanent cookie?

2 7958

How is a property designated as read-only?

2 7478


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.

1875