Click here to Skip to main content
15,910,009 members
Home / Discussions / Web Development
   

Web Development

 
Questioni need help Pin
njote28-Nov-08 16:59
njote28-Nov-08 16:59 
AnswerRe: i need help Pin
Paul Conrad29-Nov-08 5:19
professionalPaul Conrad29-Nov-08 5:19 
QuestionHow to bind a collection to select control using Ajax Pin
Exelioindia28-Nov-08 5:33
Exelioindia28-Nov-08 5:33 
QuestionNon-printing characters in JSON string Pin
RichardGrimmer28-Nov-08 4:01
RichardGrimmer28-Nov-08 4:01 
Questionsending e-mail using ASP Pin
Genius.Boy28-Nov-08 3:43
Genius.Boy28-Nov-08 3:43 
AnswerRe: sending e-mail using ASP Pin
SeMartens1-Dec-08 1:01
SeMartens1-Dec-08 1:01 
AnswerRe: sending e-mail using ASP Pin
faizurrahman15-Dec-08 18:17
faizurrahman15-Dec-08 18:17 
Questioni want call a javascript from serverside after a asynchronous post back Pin
snehasish28-Nov-08 2:56
snehasish28-Nov-08 2:56 
hi;
i want call a javascript from serverside after a asynchronous post back.
my fragment code is like this........


<head>
<script language="javascript">
		    function displayWindow()
		    {
		       alert("hi,welcome to asp.net world");
		    }
</script></head>
........................
.......................
<asp:updatepanel id="UpdatePanel1" runat="server" xmlns:asp="#unknown">
            <contenttemplate>
................
.................
 <asp:button id="cmdUpdate" runat="server" backcolor="Green" forecolor="AliceBlue" onclick="cmdUpdate_Click" text="Update" />      ..................                                                   
..................
</contenttemplate>
</asp:updatepanel>


in server side i have write the code..

 protected void cmdUpdate_Click(object sender, EventArgs e)
    {
........
      Page.RegisterStartupScript("MyScript",
                                    "<script language="javascript">" +
                                    "displayWindow();</script>");
.....
    }



but when i click it can not call javascript due to asynchronous post back. but i need to call javascript then. how can i call this javascript from server side?
please help me.. Frown | :(
AnswerRe: i want call a javascript from serverside after a asynchronous post back Pin
Ashfield28-Nov-08 8:52
Ashfield28-Nov-08 8:52 
GeneralRe: i want call a javascript from serverside after a asynchronous post back Pin
snehasish28-Nov-08 18:14
snehasish28-Nov-08 18:14 
GeneralRe: i want call a javascript from serverside after a asynchronous post back Pin
Ashfield30-Nov-08 10:14
Ashfield30-Nov-08 10:14 
AnswerRe: i want call a javascript from serverside after a asynchronous post back Pin
Rajdev Ramasamy27-Jan-09 2:01
Rajdev Ramasamy27-Jan-09 2:01 
GeneralRe: i want call a javascript from serverside after a asynchronous post back Pin
snehasish14-May-09 6:02
snehasish14-May-09 6:02 
QuestionHow to disable WS-Addressing check on the server side Pin
Jummun Ayoub27-Nov-08 23:06
Jummun Ayoub27-Nov-08 23:06 
QuestionNeed help..... Pin
Binoy Rajan27-Nov-08 2:57
Binoy Rajan27-Nov-08 2:57 
AnswerRe: Need help..... Pin
Abhijit Jana27-Nov-08 4:17
professionalAbhijit Jana27-Nov-08 4:17 
QuestionQueries regarding uploading of files using intranet Pin
velprj26-Nov-08 18:03
velprj26-Nov-08 18:03 
AnswerRe: Queries regarding uploading of files using intranet Pin
Binoy Rajan27-Nov-08 3:08
Binoy Rajan27-Nov-08 3:08 
AnswerRe: Queries regarding uploading of files using intranet Pin
Abhijit Jana27-Nov-08 4:19
professionalAbhijit Jana27-Nov-08 4:19 
Questionmultilanguage website in sharepoint(moss) Pin
rameshdontagani26-Nov-08 2:17
rameshdontagani26-Nov-08 2:17 
Questionwebsite and mssql database issue Pin
acodman25-Nov-08 21:37
acodman25-Nov-08 21:37 
AnswerRe: website and mssql database issue Pin
Ashfield26-Nov-08 0:39
Ashfield26-Nov-08 0:39 
QuestionReleasing COM objects from C# code Pin
Rajesh Khubchandani25-Nov-08 21:25
Rajesh Khubchandani25-Nov-08 21:25 
AnswerRe: Releasing COM objects from C# code Pin
Christian Graus26-Nov-08 10:14
protectorChristian Graus26-Nov-08 10:14 
GeneralRe: Releasing COM objects from C# code Pin
Rajesh Khubchandani26-Nov-08 22:35
Rajesh Khubchandani26-Nov-08 22:35 

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.