bstatesave is not working

bstatesave is not working

hariharanhariharan Posts: 4Questions: 0Answers: 0
edited May 2011 in General
Hi,
I am Hari from India. It is the first time i am using this datatable.

I am using two datatables name "oTable", "oTable2" in single page (mypage.aspx). The datatables are separated by tabs. The Tab names are Tab1, Tab2.

step 1: (first i go to my page)
mypage.aspx

step 2: (select category dropdown and click submit button in mypage.aspx)
it is redirect to the page mypage.aspx?tab=tab1&category=10

i enter some text in search box. The datatable is working fine.

step3:
click second tab - it is display second tab. The URL is: mypage.aspx?tab=tab2

step4:
i click tab1 - The page is working fine but previous filtered results are not there but i used bstatesave=true.


it is not woking at first time only .

Please help me.

Thanks,
Hari

Replies

  • hariharanhariharan Posts: 4Questions: 0Answers: 0
    Hi,
    Sorry guys. I have mistaken in the urls. finally i got the error "The URL is case sensitive".

    mypage.aspx?tab=tab1&category=10
    mypage.aspx?tab=tab1&Category=10

    How to avoid case sensitive URL in datatables.
This discussion has been closed.