Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
heres my porobleme, i have a page with an asp:table that is loaded at page load, the table contains data from a database... it works well, but if i add a member then come back to that page (by a link to come back, not the 'back' button) the table wont load, the last table loaded stays there, so i cant see the memeber i just added... I noticed it wont do the page lkoad event... i dont know what hapened since it's the 5th page of this kind i have in my project and all the others works fine, and i didnt do anything diferently than from the others... anyone might klnow what's going on?
Posted

Your "Back" link is just a normal url to load the original page? or you use Javascript history.back() or use "Submit" to previous page?

 

I suggest you upload your page here will be easy

Posted
Your "Back" link is just a normal url to load the original page? or you use Javascript history.back() or use "Submit" to previous page?

 

I suggest you upload your page here will be easy

 

 

after the update in the DB i use this: Response.Write("<script>window.open(\"groups.aspx?UserId="+Request.QueryString.Get("UserId")+"\",\"main\");</script>");

 

but i forced IE to release the cache(firefox was not doing this) and now it's working, i fond my answer there:

http://www.xtremedotnettalk.com/showthread.php?t=84805

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...