> On Jul 13, 11:42 am, "arna...@gmail.com" <arna...@gmail.com> wrote:
>
[quoted text clipped - 19 lines]
>
> nahidhttp://nahidulkibria.blogspot.com/http://www.kaz.com.bd
Thanks for the help but i am using
ScriptManager.RegisterStartupScript(btnNext, btnNext.GetType(),
PopupWindow, "openResultWindow();", true);
as my website is an ajax enabled site.Please give a sujjestion how to
proceed.
Thanks,
Arnab
nahid - 13 Jul 2007 08:53 GMT
On Jul 13, 12:37 pm, "arna...@gmail.com" <arna...@gmail.com> wrote:
> > On Jul 13, 11:42 am, "arna...@gmail.com" <arna...@gmail.com> wrote:
>
[quoted text clipped - 30 lines]
>
> - Show quoted text -
hi,
if your pop up window use following code on page prerender to switch
off page cache
protected override void OnPreRender(EventArgs e)
{
base.OnPreRender(e);
Response.Cache.SetCacheability(HttpCacheability.NoCache) ;
}
hope this will slove your problem
nahid
http://nahidulkibria.blogspot.com/
http://www.kaz.com.bd
arnabit@gmail.com - 13 Jul 2007 11:47 GMT
> On Jul 13, 12:37 pm, "arna...@gmail.com" <arna...@gmail.com> wrote:
>
[quoted text clipped - 49 lines]
>
> - Show quoted text -
Thanks nahid i have use your code
window.open("urpagename.html","_blank"); and it realy works.. Thanks a
lot
nahid - 13 Jul 2007 11:52 GMT
On Jul 13, 4:47 pm, "arna...@gmail.com" <arna...@gmail.com> wrote:
> > On Jul 13, 12:37 pm, "arna...@gmail.com" <arna...@gmail.com> wrote:
>
[quoted text clipped - 55 lines]
>
> - Show quoted text -
your well come ..
and if you realy need to open in same widow try
protected override void OnPreRender(EventArgs e)
{
base.OnPreRender(e);
Response.Cache.SetCacheability(HttpCacheability.NoCache) ;
}
and let me know what happen
nahid
http://nahidulkibria.blogspot.com/
http://www.kaz.com.bd
Valentin L - 13 Jul 2007 13:35 GMT
WEB server am multy-threading problems?
Then you should check if your IIS has the debugging flags set to "On" (IIS
settings/Home_Directory/Configuration/Debugging)
When it's on "debugging " multithereading is off (* is executed one-by-one)
bye
_______________________________
> On Jul 13, 4:47 pm, "arna...@gmail.com" <arna...@gmail.com> wrote:
>>
[quoted text clipped - 77 lines]
> http://nahidulkibria.blogspot.com/
> http://www.kaz.com.bd