Jquery UI Tabs

Jquery UI Tabs

Hello,

Im having difficulties with setting up links for jQuery UI.

My index page url is www.index.aspx?id=2

In the index page, there are four jQuery UI tabs and one of the links has been appended with a QueryString.
  1. <li><a href='test.aspx?id=<% Response.QueryString["id"]; %>'</li>

When i click on the link, i see test.aspx loaded correctly while URL remains the same www.index.aspx?id=2

test.aspx

contains a button control and a fileupload control and whenever i click on it, it shows the following error:

The state information is invalid for this page and might be corrupted.


Source Error:

[No relevant source lines]




Would appreciate if someone can explain what is wrong.

side questions: isit possible to change the URL everytime i click on a tab?

Thanks,
norphos