Explain the differences between Server-side and Client-side
code?
Answer Posted / mahendran
server-side excute the code in server side
client-side excute the code in browser side
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can user control be stored in library?
What is .net remoting?
In 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,?
How would you turn off cookies on a page of a website?
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.
When does a session actually start?
What is the difference between trace and debug in asp.net?
Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj
What is the use of worker process in asp.net?
Fetch one page value to another page without using state-managment ?
What is a 1x1 pixel?
What is %20 in a url?
How to fetch a data from one table to another table in asp.net ?
How can you make sure that web api returns json data only?
What is difference between URL and URI?