TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Deepthi Aravind
NA
59
104.9k
Page Auto refresh problem
Dec 3 2010 7:05 AM
Hi,
In my project i have two buttons.push and pull.After i clicked on push button page wants to be refreshed repeatedly for each 10 second.
for this i added a code into my page load
Response.AddHeader(
"Refresh"
,
"10"
);
After every 10 seconds page get refreshed.
But After completing my process i want to stop refreshing.
For that i am using this line
Response.ClearHeaders();
Then i want 2 continue the refresh process when i click the pull button.
i again added this line
Response.AddHeader(
"Refresh"
,
"10"
);
But its not working.....
please reply..its very urgent
Thanks in advance
Deepthi...
Reply
Answers (
1
)
Binding crystal report to the datagrid and exporting it to the pdf format
how to dispoes the xmlDocument object