To redirect the user to another page which method do we use without performing a round trip to the client?
886When using the Pager object, inorder to know which page to go, which property you have to set to grid?
949In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
1016
What are the authentication types in asp.net?
How would you get asp.net running in apache web servers? Explain it's limitations.
Describe SOA and the tenets of it?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
Which is better viewstate or session?
Describe state management in asp.net?
What is the difference between Hash table and Array list?
How do session tokens work?
How to find out what version of asp.net I am using on my machine?
What is viewstate in asp net with example?
What are the different session state management options available in asp.net?
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.
What is preprocessor in .net?
What is event bubbling?
What is rending process in ASP.NET?