Jump to content
Xtreme .Net Talk

Linkbutton does't work properly


Recommended Posts

Posted

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

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...