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 a bubbled event?
how to send mail in asp.net
You create an ASP.NET application for a hotel. The application contains a page that displays current weather conditions for the city in which the hotel is located. The application calls an XML Web service every 10 minutes to update the current weather conditions. A new page is then displayed for subsequent requests. You want the same page to be cached and retrieved from the cache during the time between calls to the XML Web service. You decide to use a Page directive to accomplish this goal. Which Page directive should you use? A . <%@ Cache Seconds="600 '' VaryByParam="Page" %> B . <%@ OutputCache Time="600" %> C . <%@ OutputCache Duration="600" VaryByParam="None" %> D . <%@ OutputCache Duration="600" %>
How do you create a permanent cookie?
Explain what are webservices?
Explain the difference between panel and groupbox classes using .net?
How can you enable impersonation in the web.config file?
What combination of methods are used to improve the speed of the fill() method of the DataAdapter? a) BeginFillData() and EndFillData() b) StartFillData() and EndFillData() c) BeginLoadData() and EndLoadData() d) StartLoadData() and EndLoadData()
2 Answers Syntax Softtech, winfoware,
When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event.
What is asp.net? How is it different from asp?
What is request and response in asp.net?
How do you do exception management?
1 Answers Accenture, BirlaSoft,