Guest anam Posted August 26, 2002 Posted August 26, 2002 I'm developing an ASP.NET that uses linkbuttons to move arround pages. I'm using the Response.Redirect method. I can't use hiperlinks, because before the Redirect method I set several Session variables and some other pieces of code not allowed in client script. In the computer I'm programing,just like in some co-workers that also have VS.NET, everythink works fine. But in the test sever, everything works fine execept all the linkbuttons. They load a black empty page (with Done status) instead of the pages I'm calling. If I put the same code in a normal button, also it works fine. The tests server (Win 2000 Server) has .NET Framework installed. This problem can't be on the client pc, as if I access the web page on the server from my pc, it also works incorrectly. Is there any problem with buttonlinks? I'm I doing any mistake in configuration? Anam Quote
AsifCh Posted December 6, 2003 Posted December 6, 2003 Why Not You can Use The HyperLink Quote Asif Raza Ashraf Senior Software Engineer Electronic Solutions Pakistan Islamabad
Datahighway Posted December 6, 2003 Posted December 6, 2003 Hi Anam, can you post more code. Regards Datahighway Quote
fadi Posted December 8, 2003 Posted December 8, 2003 there is no problem with linkbuttons, u must have done something wrong in ur code Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.