Click here to Skip to main content
16,003,902 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to open another browser? Pin
San0229-Apr-07 22:27
San0229-Apr-07 22:27 
GeneralRe: how to open another browser? Pin
neodeaths29-Apr-07 22:33
neodeaths29-Apr-07 22:33 
GeneralRe: how to open another browser? Pin
San0229-Apr-07 22:37
San0229-Apr-07 22:37 
GeneralRe: how to open another browser? Pin
neodeaths29-Apr-07 22:42
neodeaths29-Apr-07 22:42 
GeneralRe: how to open another browser? Pin
Christian Graus29-Apr-07 22:49
protectorChristian Graus29-Apr-07 22:49 
GeneralRe: how to open another browser? Pin
neodeaths29-Apr-07 22:54
neodeaths29-Apr-07 22:54 
GeneralRe: how to open another browser? Pin
Christian Graus29-Apr-07 22:30
protectorChristian Graus29-Apr-07 22:30 
GeneralRe: how to open another browser? Pin
neodeaths1-May-07 15:55
neodeaths1-May-07 15:55 
hi i tryed the java script u suggested how ever it doesnt seem to work it compile smoothly but when i click the button it keep saying error and load back to the same page without any new browser coming out.

below is how i test it out


<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %><br />
<br />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<script type="text/javascript"><br />
function OpenWindow()<br />
{<br />
window.open("Default.aspx", "_blank");<br />
<br />
}</script><br />
<html xmlns="http://www.w3.org/1999/xhtml" ><br />
<head runat="server"><br />
    <title>Untitled Page</title><br />
</head><br />
<body><br />
    <form id="form1" runat="server"><br />
    <div><br />
        <asp:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click1"  /></div><br />
    </form><br />
</body><br />
</html>



Button1.Attributes.Add("Onclick", "<script>OpenWindow();</script>");
QuestionSan Stucked!!!! Problem with redirection from one appliction to another web application [modified] Pin
San0229-Apr-07 20:56
San0229-Apr-07 20:56 
AnswerRe: San Stucked!!!! Pin
Christian Graus29-Apr-07 21:08
protectorChristian Graus29-Apr-07 21:08 
GeneralRe: San Stucked!!!! Pin
San0229-Apr-07 21:20
San0229-Apr-07 21:20 
GeneralRe: San Stucked!!!! Pin
Christian Graus29-Apr-07 22:28
protectorChristian Graus29-Apr-07 22:28 
Questioni dont understand the warning!! Pin
neodeaths29-Apr-07 20:53
neodeaths29-Apr-07 20:53 
QuestionPDF Pin
kirthikirthi29-Apr-07 20:53
kirthikirthi29-Apr-07 20:53 
AnswerRe: PDF Pin
Christian Graus29-Apr-07 21:07
protectorChristian Graus29-Apr-07 21:07 
GeneralRe: PDF Pin
kirthikirthi29-Apr-07 21:21
kirthikirthi29-Apr-07 21:21 
GeneralRe: PDF Pin
Christian Graus29-Apr-07 22:29
protectorChristian Graus29-Apr-07 22:29 
GeneralRe: PDF Pin
kirthikirthi29-Apr-07 22:53
kirthikirthi29-Apr-07 22:53 
QuestionAlert OnceTime Pin
Socheat.Net29-Apr-07 20:52
Socheat.Net29-Apr-07 20:52 
Question5) how to emit javascript function and call whenever i will be using a atlas update panel? Pin
Tridip Bhattacharjee29-Apr-07 20:48
professionalTridip Bhattacharjee29-Apr-07 20:48 
AnswerRe: 5) how to emit javascript function and call whenever i will be using a atlas update panel? Pin
Christian Graus29-Apr-07 21:06
protectorChristian Graus29-Apr-07 21:06 
Question4)how to fire my own javascript function whenever i will be using a atlas update panel? Pin
Tridip Bhattacharjee29-Apr-07 20:48
professionalTridip Bhattacharjee29-Apr-07 20:48 
AnswerRe: 4)how to fire my own javascript function whenever i will be using a atlas update panel? Pin
Christian Graus29-Apr-07 21:05
protectorChristian Graus29-Apr-07 21:05 
Question3)Datagrid footer related problem in asp.net 2.0? Pin
Tridip Bhattacharjee29-Apr-07 20:47
professionalTridip Bhattacharjee29-Apr-07 20:47 
AnswerRe: 3)Datagrid footer related problem in asp.net 2.0? Pin
Christian Graus29-Apr-07 21:04
protectorChristian Graus29-Apr-07 21:04 

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.