Explain the differences between Server-side and Client-side
code?
Answers were Sorted based on User's Feedback
Answer / gupta
server side code is executed on server side only,
client side code is executed on browers machine.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / eswar reddy
server side code is executed at the server on IIS in ASP.NET
frame work,while client side code is executed on the server.
Is This Answer Correct ? | 3 Yes | 3 No |
What is manifest in .net framework?
Difference between connected architecture and Dissconnected architecture?
What is web api and why to use it?
I need to download file from web server, without using save as dialogue box. Can anyone help, thanks In advance.
How cross page posting is done in Asp.net 2.0?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
How can you make sure that web api returns json data only?
What is the difference between GridView and Repeater controls in ASP.NET?
Can session variables be accessed from code-behind?
hi all, can we sort the data set without using the gridview sort method
What is a gridview in asp.net?
What is a session government?