eg:
void Button1_CLick(object sender, EventArgs e)
{
//replace the window like in javascirpt
}No, not from within the server code. You have to return the javascript and have that do the replace.
eg:
void Button1_CLick(object sender, EventArgs e)
{
//replace the window like in javascirpt
}No, not from within the server code. You have to return the javascript and have that do the replace.
0 comments:
Post a Comment