Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
from a records list page I click a record to edit it then it goes to edit page like
http://domain.com/EditRecord.aspx?mode=edit&BidId=33

here I am passing the record id(BidId) to edit.in this edit page there are many fields.first time i come to this edit page I see all fields populated from database according to BidId.then i change some fields and if needed add some more data and press save and data saved to database and i am redirected to the records list page.then i again press edit record button to the same record to edit again and i am redirected to edit page again -
http://domain.com/EditRecord.aspx?mode=edit&BidId=33 

now this time in the edit page i don't see all new fields data populated but i see those data populated which were before i edited the record when first time i went to edit page page above i described....! but if i refresh the page i see all fields populated with edited new data.
only internet explorer showing this behaviour!!!! i have no idea what's wrong.Please help
Posted
Updated 20-Dec-11 11:14am
v4
Comments
R. Giskard Reventlov 20-Dec-11 13:13pm    
How are you actually populating the page?
mridul samadder 20-Dec-11 13:30pm    
@mark simple in is not postback condition i gets fields values according to bidid from database and populate appropriate textboxes and other controls.guess it when i come first time to edit page i see latest but after i edit and come to the edit page again i do not see latest! Just cant catch
mridul samadder 21-Dec-11 8:55am    
is there no experts to ans me?? there is some problem in internet explorer.in my localhost i see ok but the prob in production server
bbirajdar 22-Dec-11 8:06am    
First thing is that whatever you describe in your scenario should NOT logically happen. So you need to post a sample code so that we can investigate it. create a new website with the similar functionality and fake data and update your question above.

1 solution

You can try to call the same page without the same address, for exemple :

http://domain.com/EditRecord.aspx?mode=edit&BidId=33&guid=89745JH54KJ5HGY553J4H5V454435435K

Use : guid.NewGuid.ToString
 
Share this answer
 
Comments
mridul samadder 22-Dec-11 17:21pm    
@alien a nice way but need to solve why internet explorer showing wrong way in the edit page..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900