Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
kiruthika
Yak Posting Veteran
67 Posts |
Posted - 2008-02-07 : 07:07:18
|
Hi all,Now i am developing an application using AdRotator control.This control display different images on each page refresh.I dont want to refresh the whole page.I want to refresh adrotator control only.Is there any option to refresh particular control.I'm using .net 2005 and sql 2000.There is no ajax control in our projectThanks in advance! |
|
georgev
Posting Yak Master
122 Posts |
Posted - 2008-02-15 : 08:25:09
|
You have to use AJAX if you don't want your entire page to reload (unless you use frames; but I advise against those!).AJAX submits XMLHttpRequests which is why they do not require page reloads. George<3Engaged! |
|
|
|
|
|