Click here to Skip to main content
15,891,204 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUser selectable columns. Pin
Tanmay Broachwala5-Feb-08 21:16
Tanmay Broachwala5-Feb-08 21:16 
QuestionAnchor Tag Pin
sirisha guttikonda5-Feb-08 20:51
sirisha guttikonda5-Feb-08 20:51 
GeneralWrong forum Pin
pmarfleet5-Feb-08 21:13
pmarfleet5-Feb-08 21:13 
QuestionHow to Get the Updated Values in DetailsView Which should reflect in GridView Pin
usyra425-Feb-08 20:03
usyra425-Feb-08 20:03 
GeneralI want to integrate my website with paypal Pin
Satish - Developer5-Feb-08 18:55
Satish - Developer5-Feb-08 18:55 
GeneralRe: I want to integrate my website with paypal Pin
Malcolm Smart5-Feb-08 21:08
Malcolm Smart5-Feb-08 21:08 
GeneralADROTATOR Pin
Raam5-Feb-08 17:53
Raam5-Feb-08 17:53 
GeneralRe: ADROTATOR Pin
Malcolm Smart5-Feb-08 21:46
Malcolm Smart5-Feb-08 21:46 
Raam wrote:
is it possible to change the pictures in regular intervels without refreshing the page.

You have to refresh 'some' of your page - but you don't have to refresh the whole page. Iwould have said UpdatePanel as this is exactly what it is for. But for some reason you don't want to use one. So...your only other option (unless you want to go down teh ifRame route) is to roll your own Ajax call, fire off a request to the server ,retrieve your HTML snippet, set the innerHTML of a div with this snippet. Which is what an UpdatePanel does!

Raam wrote:
i want pictures to be changed in regular intervels without refreshing the page.


regular intervals need to be timed. you need a timer to do something regularly. If you don't want to use the ASP.NET timer, just use the JS setTimeout method.

Raam wrote:
i dont want to use update panel and timer control too.


Why not? You've just discounted the two components that will give you the easiest solution.

We violated nature and our children have to pay the penalty
Don't go near the water children...
Johnny Cash - 1974

GeneralRe: ADROTATOR Pin
Raam5-Feb-08 23:00
Raam5-Feb-08 23:00 
GeneralPaging in Data List Pin
trilokharry5-Feb-08 17:45
trilokharry5-Feb-08 17:45 
GeneralRe: Paging in Data List Pin
Sun Rays5-Feb-08 19:00
Sun Rays5-Feb-08 19:00 
GeneralRe: Paging in Data List Pin
dilipv5-Feb-08 22:38
dilipv5-Feb-08 22:38 
Generaldon't want to display the query string in address bar Pin
anujose5-Feb-08 17:38
anujose5-Feb-08 17:38 
GeneralRe: don't want to display the query string in address bar Pin
That's Aragon5-Feb-08 18:04
That's Aragon5-Feb-08 18:04 
GeneralRe: don't want to display the query string in address bar Pin
N a v a n e e t h5-Feb-08 19:16
N a v a n e e t h5-Feb-08 19:16 
Generalgridview Pin
trilokharry5-Feb-08 17:23
trilokharry5-Feb-08 17:23 
Generalgridview Pin
trilokharry5-Feb-08 17:29
trilokharry5-Feb-08 17:29 
QuestionHow to get the Text and ID of CheckBox Pin
sjs4u5-Feb-08 17:19
sjs4u5-Feb-08 17:19 
Questioncrystall report printer status Pin
kvijayajyothy5-Feb-08 17:07
kvijayajyothy5-Feb-08 17:07 
Questioncan anyone recommend a good shoppingcart? Pin
icewolf_snowfire5-Feb-08 8:55
icewolf_snowfire5-Feb-08 8:55 
GeneralRe: can anyone recommend a good shoppingcart? Pin
Vasudevan Deepak Kumar6-Feb-08 1:37
Vasudevan Deepak Kumar6-Feb-08 1:37 
GeneralRe: can anyone recommend a good shoppingcart? Pin
Brendan Vogt6-Feb-08 1:46
Brendan Vogt6-Feb-08 1:46 
QuestionException Handling Ajax enabled function Pin
SNarayanan5-Feb-08 7:18
SNarayanan5-Feb-08 7:18 
GeneralAjax Issue Pin
Ajeet mittal5-Feb-08 6:21
Ajeet mittal5-Feb-08 6:21 
GeneralRe: Ajax Issue Pin
N a v a n e e t h5-Feb-08 7:01
N a v a n e e t h5-Feb-08 7:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.