I have problem by using "showmodaldialog" in my application. I am using ASP.NET with C#
here i submit some code
parent.aspx page
----------------
child.aspx
----------
child.aspx.cs
-------------
protected void Button1_Click(object sender, EventArgs e)
{
Response.Write(TextBox1.Text);
}
after open the child.aspx page, if i click "OK" mean, Its work properly
but if i did any other event without close the child page in popup window it will open new and normal webpage.
but the code will work in only firefox in another browser is not work(IE,Chrome,Opera)
So how can i solve it..... Help me
SIVAKUMAR LAKSHMANANPosted Aug 1, 2013, 9:36 AM
SIVAKUMAR LAKSHMANANPosted Aug 1, 2013, 9:36 AM
Akkiraju IvaturiPosted Aug 10, 2012, 10:06 AM
Akkiraju IvaturiPosted Aug 10, 2012, 9:51 AM
I asked you to use the syntax targer = _self.
OK. I have taken your code and added the target and it works in IE. What is your browser version?
You have to add
as below:
...
This you have to include in your child.aspx. Let me know if you are still facing the challenge. But do send me the browser version too.
If this satisfies your problem, mark the answer as accepted
Kumar ShanmugamPosted Aug 10, 2012, 6:33 AM
any one consider my problem and give the solution.....
this is my last request.........
Kumar
Kumar ShanmugamPosted Aug 6, 2012, 4:42 AM
Akkiraju IvaturiPosted Aug 5, 2012, 1:12 AM