Click here to Skip to main content
15,905,144 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: delete command + gridview Pin
Michael Sync12-Aug-07 4:12
Michael Sync12-Aug-07 4:12 
AnswerRe: delete command + gridview Pin
Urs Enzler12-Aug-07 21:26
Urs Enzler12-Aug-07 21:26 
AnswerRe: delete command + gridview Pin
aziz_subaie13-Aug-07 21:39
aziz_subaie13-Aug-07 21:39 
Questionencrypt & decrypt a password in asp.net Pin
red-apple12-Aug-07 1:24
red-apple12-Aug-07 1:24 
QuestionDatabinding Pin
The ANZAC12-Aug-07 0:31
The ANZAC12-Aug-07 0:31 
AnswerRe: Databinding Pin
Michael Sync12-Aug-07 4:34
Michael Sync12-Aug-07 4:34 
QuestionMenu is messed up when the datagrid is too long?? Pin
Nada Adel11-Aug-07 20:50
Nada Adel11-Aug-07 20:50 
QuestionConnecting to sql server 2005 Pin
IamAmit11-Aug-07 20:17
IamAmit11-Aug-07 20:17 
AnswerRe: Connecting to sql server 2005 Pin
chris_wanaka11-Aug-07 22:11
chris_wanaka11-Aug-07 22:11 
GeneralRe: Connecting to sql server 2005 Pin
IamAmit12-Aug-07 0:19
IamAmit12-Aug-07 0:19 
GeneralRe: Connecting to sql server 2005 Pin
Paramhans Dubey12-Aug-07 2:37
professionalParamhans Dubey12-Aug-07 2:37 
QuestionCreating and using a dll as a code-behind file Pin
chris_wanaka11-Aug-07 17:35
chris_wanaka11-Aug-07 17:35 
AnswerRe: Creating and using a dll as a code-behind file Pin
chris_wanaka11-Aug-07 20:58
chris_wanaka11-Aug-07 20:58 
QuestionRemembering Password in Asp.net Pin
sandeep kumar pundhir11-Aug-07 16:57
sandeep kumar pundhir11-Aug-07 16:57 
AnswerRe: Remembering Password in Asp.net Pin
Guffa11-Aug-07 17:45
Guffa11-Aug-07 17:45 
GeneralRe: Remembering Password in Asp.net Pin
Mic Mathi11-Aug-07 23:01
Mic Mathi11-Aug-07 23:01 
AnswerRe: Remembering Password in Asp.net Pin
Guffa12-Aug-07 2:29
Guffa12-Aug-07 2:29 
Questionput a text box on a jpeg image Pin
Sarfaraj Ahmed11-Aug-07 16:12
Sarfaraj Ahmed11-Aug-07 16:12 
AnswerRe: put a text box on a jpeg image Pin
Guffa11-Aug-07 17:42
Guffa11-Aug-07 17:42 
QuestionNeed help with opening new ie window from a databound DropDownList Pin
bnbdnb11-Aug-07 12:00
bnbdnb11-Aug-07 12:00 
AnswerRe: Need help with opening new ie window from a databound DropDownList Pin
Guffa11-Aug-07 14:05
Guffa11-Aug-07 14:05 
GeneralRe: Need help with opening new ie window from a databound DropDownList Pin
bnbdnb11-Aug-07 14:50
bnbdnb11-Aug-07 14:50 
AnswerRe: Need help with opening new ie window from a databound DropDownList Pin
Guffa11-Aug-07 17:39
Guffa11-Aug-07 17:39 
bnbdnb wrote:
Where do these codes go?


In the markup code. In the aspx page.

Is there javascript involved?


Yes. You have to use Javascript to open a new browser window. That can not be done using ASP.NET code.

The event happens in the browser, and the new window has to be opened in the browser, so there is no reason to use a server event to do it.

I also forgot to mention I am coding this in asp.net in a web form not a windows app.


As you are posting in the ASP.NET forum, I took that for granted.

---
single minded; short sighted; long gone;

GeneralRe: Need help with opening new ie window from a databound DropDownList [modified] Pin
bnbdnb11-Aug-07 18:20
bnbdnb11-Aug-07 18:20 
QuestionGAME in ASP .NET Pin
it_stud_200611-Aug-07 3:54
it_stud_200611-Aug-07 3:54 

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.