Difference between server.transfer and server.execute method?
Answer Posted / t
The transfer happens at the server side and the client
browser is not aware of the change and hence will not
update the URL.
Server.Execute actually executes the specified page and
then returns back to the original page. This can be used in
scenarios where you want to go to a specific page, execute
some thing and then come back to the original page.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are the pre-defined functions in the sql server?
How to retrieve field values using mssql_result()?
Explain something about security and SQL Azure?
What new data source types were added in ssrs 2014?
Explain the concepts and capabilities of sql server?
When we should use and scope of @@identity?
How to generate create function script on an existing function?
Do you know what are pages and extents? : SQL Server Architecture
I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
What is page-level compression?
application server is slow what may be the problem
How to declare and use cursor variables?
1. Tell me your daily activities 2. If sql server installation fails at time installation what will do 3. Where does the sql server installation log details are stored 4. After the installation what will you do for memory configuration 5. What is the difference between SQL max maximum memory and AWE memory 6. How will you configure AWE memory 7. How will setup an email alert for the backup job 8. After the SQL installation what are the jobs will you configure 9. What does –g mean in the sql startup parameter 10. What is the difference between Bulked log and Full recovery model 11. What is the difference between mirroring and log shipping 12. What are the steps to be followed before in-place up gradation 13. After installing the patch the sql server does not start and application team tells to rollback the changes .In this scenario what will you do
Find first and last day of current month in sql server
How to drop existing indexes in ms sql server?