Answer Posted / harender
good
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What does a switch do?
Explain ViewState?
What are session state modes in asp.net?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Write some code using interfaces, virtual methods, and an abstract class`
What are the different methods of session maintenance in asp.net?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
How can we identify that the page is post back in asp net?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
How can we identify that the Page is Post Back?
How to sign out from forms authentication?
What is & in a url?
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 are server objects?
Explain the components of web form in asp.net