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?
NetAngel
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?
NetAngel