Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 17th, 2004, 10:14 AM
Registered User
 
Join Date: Aug 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Refresh UserControl

I have a user control that I am using on my index page. The control displays product info. that is pulled from a database. How can I refresh the product info. at certain intervals on the index page?
Please be descriptive, I am a beginner.

Thanks

 
Old August 17th, 2004, 10:22 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

In order to refresh a user control, you'll need to refresh the page that control is on. You can do this with standard HTML refresh techniques.
 
Old August 17th, 2004, 11:45 AM
Registered User
 
Join Date: Aug 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Is there any way to update a user control without refreshing the entire page?

 
Old August 17th, 2004, 12:31 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

The end result of a user control is HTML. That HTML is lumped together with all the HTML of the page it's on. If you want to refresh the control, you need to refresh the whole page. If you wish to have a part of the page be able to refresh without refreshing the whole entire page, then you need to utilize whatever capabilities HTML has (to the extent and capabilities you wish to support). One such means is using an iframe for the refreshable part of the page. But then you aren't really using a user control, but putting another page in a frame.





Similar Threads
Thread Thread Starter Forum Replies Last Post
ArrayList with UserControl rhd110 General .NET 2 August 12th, 2007 12:29 PM
Binding from usercontrol sarah lee ASP.NET 2.0 Basics 1 June 12th, 2007 04:32 AM
Get value of a QueryStringParameter in UserControl hpox ASP.NET 2.0 Basics 1 February 16th, 2007 11:54 AM
Refresh GridView Using Refresh Button msbsam ASP.NET 2.0 Professional 0 December 6th, 2006 05:57 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.