ASP.NET Interview Questions
Questions Answers Views Company eMail

What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

570

What are the modes of updation in an updatepanel? What are triggers of an updatepanel?

537

Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?

619

What are the modes of updation in an updatepanel?

586

What role “#&&” plays in a querysting?

583

Can we override the enablepartialrendering property of the scriptmanager class?

683

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?

604

How many types of triggers are there in update panel?

603

What are the different types of proxy patterns?

622

Which browsers support the xmlhttprequest object?

558

Is there any property names “isnavigating”?

606

What is the displayafter property in updateprogress control?

541

What are type/key pairs in client script registration?

595

What are triggers of an updatepanel?

583

Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?

567


Post New ASP.NET Questions

Un-Answered Questions { ASP.NET }

What is __ requestverificationtoken?

582


What do you mean by authentication?

563


What is the procedure to create the environment for asp.net? : asp.net mvc

545


Differentiate between early binding and late binding.

608


How do you change the session time-out value?

617






Which is better viewstate or session?

546


What are the advantages and disadvantages of Using Cookies?

547


What are cookies in your browser?

566


Explain how cookies work. Give an example of cookie abuse.

754


How can we implement a identity (sql server) call in an asp.net page?

595


What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc

578


Explain how do you deploy your asp.net application?

511


What is localhost in asp.net?

605


What is caching in asp.net?

597


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.

1469