Ask a Question related to ASP.NET General, Design and Development.
-
Archna #1
Very Urgent
Dear All
i have a form by which user can enter, modify,delete data
corrosponding to employees.Problem is whenever user modify
data it updates data into database but form shows previous
data whenever i load it again. It shows new data only when
i close the IE and reopen it.
Can anybody tell me why this is happening.
Warm Regards
Archna
Archna Guest
-
Need urgent help on this one please
on an FMS supported server, how much of monthly transfer Bandiwidth will i Need to stream about 100 hours of high quality (800 kbps) video to 100... -
URGENT
hiii In my web application For Selecting a Date i called a another POP UP Window From where User selects date and Data is posted back on... -
HELP URGENT!!
Hello, Is it possible for me to put an open browser window link on an HTML-enabled dynamic textfield in flash MX 2004? If it is, can anybody... -
please help-urgent~
I am wrote a java class and have placed in %system%/java/trustlib and I have using getObject to instant that class however, i found a serious... -
Urgent Help!
Guys please help me on this one. I'm doing my school yearbook on my computer, basically on html. I have a pop up menu that has to be destined to a... -
Cristian Suazo #2
Re: Very Urgent
Check so that a rebind is done on to the data. I assume your are using a
datagrid or something like that. It could be that the data you have in the
grid is only loaded when there is not a postback.
/Cristian
"Archna" <sehgalarchna@hotmail.com> wrote in message
news:049401c35a6b$8ff11d90$a501280a@phx.gbl...> Dear All
>
> i have a form by which user can enter, modify,delete data
> corrosponding to employees.Problem is whenever user modify
> data it updates data into database but form shows previous
> data whenever i load it again. It shows new data only when
> i close the IE and reopen it.
>
> Can anybody tell me why this is happening.
>
>
> Warm Regards
> Archna
Cristian Suazo Guest
-
William F. Robertson, Jr. #3
Re: Very Urgent
Also, the page is cached probably at the local machine, so the browser
realizes it has been here before and doesn't even check to see if there is a
new page, and displays the caches version.
<meta http-equiv="expires" content="Sun, Dec 31 1970 12:00:00 GMT" />
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache" />
Try putting that in the <head> section of your page that isn't refreshing.
bill
"Archna" <sehgalarchna@hotmail.com> wrote in message
news:049401c35a6b$8ff11d90$a501280a@phx.gbl...> Dear All
>
> i have a form by which user can enter, modify,delete data
> corrosponding to employees.Problem is whenever user modify
> data it updates data into database but form shows previous
> data whenever i load it again. It shows new data only when
> i close the IE and reopen it.
>
> Can anybody tell me why this is happening.
>
>
> Warm Regards
> Archna
William F. Robertson, Jr. Guest



Reply With Quote

