Why can't you open a new browser window from within server code?

 Posted by aswinialuri-19361 on 7/30/2013 | Category: .NET Framework Interview questions | Views: 3390 | Points: 40
Answer:

Server code executes on the server, where as the new window is created on the client.You need to use the client-side code to do things that affect the client,such as upload files,display new windows or navigate back in history.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response