Difference between server.Execute and response.redirect ?
Answer Posted / zohaib shahid
u can also use the Server.Execute method to post ur form
data to the next page on which u are going, or on which u
have mentioned the action
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is difference between asp.net and asp?
Is it right that ASP.NET Web API has replaced WCF?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
Is LINQ performance wise better or using sqlcommand?
Explain login control and form authentication.
What is css and what is it used for?
Differentiate globalization and localization.
What are type/key pairs in client script registration?
What is postback pixel?
Can you explain page lifecycle in net?
Explain about Automatic resource management?
What is viewstate information stored?
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.
What is the difference between equals() and == in c#?