suggestions for sliding images on my website
-
Hi guys I want my webside to be able to slide pictures after pressing a linkbutton. Do you have any suggestions how to load the pictures. I have tried to load it directly from my folder after the linkbutton is pressed and thereby updating a counter variable, but my problem is that every time the linkburtton i pressed the page is loaded again and the counter is reset to its original value, how can I get around this problem?... Regards Al
-
Hi guys I want my webside to be able to slide pictures after pressing a linkbutton. Do you have any suggestions how to load the pictures. I have tried to load it directly from my folder after the linkbutton is pressed and thereby updating a counter variable, but my problem is that every time the linkburtton i pressed the page is loaded again and the counter is reset to its original value, how can I get around this problem?... Regards Al
Sounds like you want to use AJAX, or if you want to do a postback, store your counter in viewstate ( assuming ASP.NET ), or a hidden control.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hi guys I want my webside to be able to slide pictures after pressing a linkbutton. Do you have any suggestions how to load the pictures. I have tried to load it directly from my folder after the linkbutton is pressed and thereby updating a counter variable, but my problem is that every time the linkburtton i pressed the page is loaded again and the counter is reset to its original value, how can I get around this problem?... Regards Al
-
Hi guys I want my webside to be able to slide pictures after pressing a linkbutton. Do you have any suggestions how to load the pictures. I have tried to load it directly from my folder after the linkbutton is pressed and thereby updating a counter variable, but my problem is that every time the linkburtton i pressed the page is loaded again and the counter is reset to its original value, how can I get around this problem?... Regards Al