Click here to Skip to main content
15,892,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Use windows control in ASP.NET Pin
Abhishek Sur20-Dec-09 23:31
professionalAbhishek Sur20-Dec-09 23:31 
AnswerRe: Use windows control in ASP.NET Pin
Gamzun22-Dec-09 17:34
Gamzun22-Dec-09 17:34 
QuestionCalling Stored Procedure from javascript code Pin
deepseeindeepsy20-Dec-09 22:03
deepseeindeepsy20-Dec-09 22:03 
AnswerRe: Calling Stored Procedure from javascript code Pin
Abhishek Sur20-Dec-09 22:12
professionalAbhishek Sur20-Dec-09 22:12 
Questionjavascript function name length Pin
benams20-Dec-09 21:31
benams20-Dec-09 21:31 
AnswerRe: javascript function name length Pin
Abhishek Sur20-Dec-09 21:39
professionalAbhishek Sur20-Dec-09 21:39 
QuestionNew window should open in another browser Pin
siddisagar20-Dec-09 21:25
siddisagar20-Dec-09 21:25 
AnswerRe: New window should open in another browser Pin
Abhishek Sur20-Dec-09 21:32
professionalAbhishek Sur20-Dec-09 21:32 
To open in a new browser window, you should use
window.open rather than Response.Redirect.

Response.Redirect works in Server side, so it just replaces the url you called with the url you redirect for.

If you want this to open in a new window, either write a javascript block element in the button_click (You might use this.ClientScript.RegisterStartupScript) from the server, or you may use javascript directly from the client to open in a new window and call the url from the new window using onclick="javascript:window.open('url.aspx','');" like this.

Cheers.
Rose | [Rose]

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

GeneralRe: New window should open in another browser Pin
Pankaj Saha21-Dec-09 18:36
Pankaj Saha21-Dec-09 18:36 
Questionhow to enter datetime type data in stored procedures Pin
Amit Spadez20-Dec-09 20:21
professionalAmit Spadez20-Dec-09 20:21 
AnswerRe: how to enter datetime type data in stored procedures Pin
Abhishek Sur20-Dec-09 21:26
professionalAbhishek Sur20-Dec-09 21:26 
Questionc:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): error MSB3073: exited with code 9009 Pin
leoiser20-Dec-09 18:49
leoiser20-Dec-09 18:49 
AnswerRe: c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): error MSB3073: exited with code 9009 Pin
Richard MacCutchan20-Dec-09 21:25
mveRichard MacCutchan20-Dec-09 21:25 
AnswerRe: c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): error MSB3073: exited with code 9009 Pin
Abhishek Sur20-Dec-09 21:40
professionalAbhishek Sur20-Dec-09 21:40 
GeneralRe: c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): error MSB3073: exited with code 9009 Pin
leoiser20-Dec-09 22:36
leoiser20-Dec-09 22:36 
QuestionMultiple Columns in Dropdown list Pin
SreejithKumar M20-Dec-09 17:07
SreejithKumar M20-Dec-09 17:07 
AnswerRe: Multiple Columns in Dropdown list Pin
sashidhar20-Dec-09 17:26
sashidhar20-Dec-09 17:26 
GeneralRe: Multiple Columns in Dropdown list Pin
Abhijit Jana20-Dec-09 22:40
professionalAbhijit Jana20-Dec-09 22:40 
GeneralRe: Multiple Columns in Dropdown list Pin
sashidhar20-Dec-09 22:43
sashidhar20-Dec-09 22:43 
GeneralRe: Multiple Columns in Dropdown list Pin
SreejithKumar M21-Dec-09 16:50
SreejithKumar M21-Dec-09 16:50 
QuestionNeed help with two quick questions regarding strings Pin
James Shao20-Dec-09 15:57
James Shao20-Dec-09 15:57 
AnswerRe: Need help with two quick questions regarding strings Pin
sashidhar20-Dec-09 17:30
sashidhar20-Dec-09 17:30 
AnswerRe: Need help with two quick questions regarding strings Pin
benams20-Dec-09 20:17
benams20-Dec-09 20:17 
AnswerRe: Need help with two quick questions regarding strings Pin
James Shao21-Dec-09 13:26
James Shao21-Dec-09 13:26 
Questionpdf convertor Pin
mrcooll20-Dec-09 11:55
mrcooll20-Dec-09 11:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.