In a Code-Behind class generally which type of code is
found ?
Answer Posted / charan
Code - Behind class is only for server side code..
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How you will handle session when deploying application in more than a server?
What are the elements of a website?
How long should a session id be?
What is .net framework and what are the main components of it?
When was asp.net released?
Can you explain one critical mapping?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
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.
Describe the Server Control Events of ASP.NET?
Explain server-side scripting?
What are tuples?
What is the used of "ispostback" property?
Is a dll file an executable?
What is difference between web config and global asax?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?