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 an iHTTPModule, and explain its implementation with its limitations?

Siebel,

1 4700

Is it necessary to undertsand these events of an ASPX page execute. Explain its importantance?

HCL, Siebel,

2 8622

Which color scheme in a Repeater control can you provide alternatively?

Siebel,

1 4324

To call a Web service SOAP which transport protocol you use?

Siebel,

3 7381

For Web services where you can browse on the Internet?

Siebel,

1 4837

Explain how server control validation controls works?

CMS, Syntax Softtech,

2 9978

What does the "EnableViewState" property do? Why would I want it on or off?

Photon Infotech, Siebel Systems, Syntax Softtech,

2 6921

What is the difference between Server.Transfer and Response.Redirect? Why would you choose one over the other?

Syntax Softtech,

26 35875

If I'm developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?

Syntax Softtech,

7 10050

Briefly describe different techniques for ASP.NET State Management?

Deloitte, Syntax Softtech,

6 14904

Explain what a diffgram is and a good use for one?

Siebel Systems, Syntax Softtech,

1 5518

In what order do the events of an ASPX page execute. As a developer, why is it important to understand these events?

Syntax Softtech, TCS,

5 16428

What is shadowing?

Syntax Softtech,

2 9026

What is versioning in .NET?

Syntax Softtech, Wipro,

1 10311

How do we get only edited/deleted/inserted records from a Dataset?

Syntax Softtech,

1 5717


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.

1701


What do you mean by query string?

1004


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