Explain the differences between Server-side and Client-side
code?
Answer Posted / 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 |
Post New Answer View All Answers
Why we use asp.net for website development?
What are cookies in asp.net?
Will session work if cookies is disabled?
Explain the different parts that constitute ASP.NET application?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
Explain how does asp page work?
Who creates jsessionid?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
In which event are the controls fully loaded?
Explain what are delegates?
What is the difference between abstract class vs interface? Can give me the real time examples?
Explain different authentication modes in asp.net?
What is asp.net master page?
How to display validation messages in one control?
What are the layouts of ASP.NET Pages?