I am using virtual path provider to fetch pages from database and it works fine but I have a problem :
I have a page in database with link to another page that is also in database.
page 1 is http://localhost:3453/provider.aspx?pageId=1
page 2 is http://localhost:3453/provider.aspx?pageId=2
and I set a custom provider to fetch the pages by its page Id.
when I open page1 everything is OK. If I immediately click on page2 link nothing happends but if I
wait 3 or 4 seconds my link works fine.
I dont know what is wrong?
please help me.
Go to the complete details ...