Click here to Skip to main content
15,885,876 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Speech To Text Converter Pin
Abhishek Sur22-Oct-09 2:01
professionalAbhishek Sur22-Oct-09 2:01 
GeneralRe: Speech To Text Converter Pin
sjs4u22-Oct-09 2:06
sjs4u22-Oct-09 2:06 
AnswerRe: Speech To Text Converter Pin
sashidhar22-Oct-09 2:10
sashidhar22-Oct-09 2:10 
Questionopen a new webform on another explorer Pin
vikas shukla22-Oct-09 1:43
vikas shukla22-Oct-09 1:43 
AnswerRe: open a new webform on another explorer Pin
Abhishek Sur22-Oct-09 2:03
professionalAbhishek Sur22-Oct-09 2:03 
GeneralRe: open a new webform on another explorer Pin
vikas shukla22-Oct-09 2:07
vikas shukla22-Oct-09 2:07 
GeneralRe: open a new webform on another explorer Pin
Abhijit Jana22-Oct-09 2:19
professionalAbhijit Jana22-Oct-09 2:19 
GeneralRe: open a new webform on another explorer Pin
sashidhar22-Oct-09 2:27
sashidhar22-Oct-09 2:27 
Try this code it may help..!Cool | :cool:


<script type="text/javascript">
    function PrepareBlank()
    {
        document.getElementById("form").target = "_blank";
    }
    
    if(window.opener != null)
    {
        window.opener.document.getElementById("form").target = "";
    }
    </script>

<asp:ImageButton ID="button" runat="server" OnClientClick="PrepareBlank()" PostBackUrl="~/YourPage.aspx"
               Text="Run" OnClick="button_Click" Height="216px" Width="272px" />


MyFirstArticlePublished: MenuControlSelectedItem
LatestArticle :Log4Net

Why Do Some People Forget To Mark as Answer .If It Helps.

QuestionControl to use Pin
hrishiS22-Oct-09 1:16
hrishiS22-Oct-09 1:16 
AnswerRe: Control to use Pin
sashidhar22-Oct-09 1:41
sashidhar22-Oct-09 1:41 
AnswerRe: Control to use Pin
compninja2522-Oct-09 2:53
compninja2522-Oct-09 2:53 
AnswerRe: Control to use Pin
shashankbv22-Oct-09 5:02
shashankbv22-Oct-09 5:02 
Questionxslt compilation error Pin
tasoss22-Oct-09 0:44
tasoss22-Oct-09 0:44 
AnswerRe: xslt compilation error Pin
Richard MacCutchan22-Oct-09 1:25
mveRichard MacCutchan22-Oct-09 1:25 
GeneralRe: xslt compilation error Pin
tasoss22-Oct-09 11:24
tasoss22-Oct-09 11:24 
GeneralRe: xslt compilation error Pin
Richard MacCutchan22-Oct-09 23:17
mveRichard MacCutchan22-Oct-09 23:17 
Questionjavascript close page Pin
Denver Thomas21-Oct-09 23:47
Denver Thomas21-Oct-09 23:47 
AnswerRe: javascript close page Pin
Abhijit Jana21-Oct-09 23:59
professionalAbhijit Jana21-Oct-09 23:59 
AnswerRe: javascript close page Pin
pons_saravanan22-Oct-09 0:01
pons_saravanan22-Oct-09 0:01 
AnswerRe: javascript close page Pin
Abhishek Sur22-Oct-09 0:02
professionalAbhishek Sur22-Oct-09 0:02 
GeneralRe: javascript close page Pin
Denver Thomas22-Oct-09 0:47
Denver Thomas22-Oct-09 0:47 
AnswerRe: javascript close page Pin
dan!sh 22-Oct-09 0:57
professional dan!sh 22-Oct-09 0:57 
QuestionEvaluate expression in string Pin
fcis200821-Oct-09 23:02
fcis200821-Oct-09 23:02 
AnswerRe: Evaluate expression in string Pin
sashidhar21-Oct-09 23:17
sashidhar21-Oct-09 23:17 
AnswerRe: Evaluate expression in string Pin
nagendrathecoder21-Oct-09 23:20
nagendrathecoder21-Oct-09 23:20 

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.