Click here to Skip to main content
15,888,461 members
Home / Discussions / ASP.NET
   

ASP.NET

 
JokeRe: about the project Pin
mnaveed26-Jul-06 2:38
mnaveed26-Jul-06 2:38 
AnswerRe: about the project Pin
J4amieC26-Jul-06 2:57
J4amieC26-Jul-06 2:57 
QuestionYahoo messenger Library Pin
Mairy25-Jul-06 23:06
Mairy25-Jul-06 23:06 
AnswerRe: Yahoo messenger Library Pin
Ista27-Jul-06 4:20
Ista27-Jul-06 4:20 
QuestionProblem in Redirection Pin
Mairy25-Jul-06 22:56
Mairy25-Jul-06 22:56 
AnswerRe: Problem in Redirection Pin
Vipin Venugopal25-Jul-06 23:29
Vipin Venugopal25-Jul-06 23:29 
QuestionPop-up windows in ASP.NET Pin
Mairy25-Jul-06 22:26
Mairy25-Jul-06 22:26 
AnswerRe: Pop-up windows in ASP.NET [modified] Pin
l0kke26-Jul-06 1:43
l0kke26-Jul-06 1:43 
in codebehind:

protected void btnDisplayPopUp_Click(object sender, EventArgs e)
{
Page.RegisterStartupScript("MyPopUpScript", @"<script type='text/javascript'>window.open('http://server_name/app_name/pop_up_window_page.html');</script>");
}

in aspx page:

<aspx:Button runat="server" id="btnDisplayPopUp" OnClick="btnDisplayPopUp_Click" Text"Open pop up window"/>


You can alter javascript window.open() method as you need:
http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/open_0.asp

Pilo


-- modified at 7:44 Wednesday 26th July, 2006
Questionmouseover Pin
rajmani25-Jul-06 21:56
rajmani25-Jul-06 21:56 
AnswerRe: mouseover Pin
alex_-_25-Jul-06 22:48
alex_-_25-Jul-06 22:48 
GeneralRe: mouseover Pin
rajmani25-Jul-06 23:18
rajmani25-Jul-06 23:18 
GeneralRe: mouseover Pin
alex_-_25-Jul-06 23:34
alex_-_25-Jul-06 23:34 
GeneralRe: mouseover Pin
rajmani25-Jul-06 23:57
rajmani25-Jul-06 23:57 
GeneralRe: mouseover Pin
rajmani26-Jul-06 0:18
rajmani26-Jul-06 0:18 
QuestionPaypal Integation in ecommerce site........... Pin
Nagraj Naik25-Jul-06 21:05
Nagraj Naik25-Jul-06 21:05 
AnswerRe: Paypal Integation in ecommerce site........... Pin
Ista4-Aug-06 3:32
Ista4-Aug-06 3:32 
QuestionHandle Event Pin
MHASSANF25-Jul-06 20:10
MHASSANF25-Jul-06 20:10 
AnswerRe: Handle Event Pin
mnaveed26-Jul-06 2:31
mnaveed26-Jul-06 2:31 
AnswerRe: Handle Event Pin
Ista27-Jul-06 4:21
Ista27-Jul-06 4:21 
QuestionOffline Messenger Pin
chaitany25-Jul-06 19:54
chaitany25-Jul-06 19:54 
AnswerRe: Offline Messenger Pin
Paddy Boyd25-Jul-06 22:23
Paddy Boyd25-Jul-06 22:23 
QuestionGridview rowspan Pin
silverfox_118825-Jul-06 19:44
silverfox_118825-Jul-06 19:44 
AnswerRe: Gridview rowspan Pin
silverfox_118825-Jul-06 19:47
silverfox_118825-Jul-06 19:47 
GeneralRe: Gridview rowspan Pin
silverfox_11882-Aug-06 4:53
silverfox_11882-Aug-06 4:53 
QuestionDirectoryPath Pin
aaraaayen25-Jul-06 19:17
aaraaayen25-Jul-06 19:17 

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.