Hi,
I'm looking for a way to make a roundtrip to the server and comeback, but not refresh the whole page.
I did this a while ago, you can see here:
and select class=everyone event=picnic2004
Now when you select the picture from the left, the whole page does not refresh, just the picture.
This does not use JavaScript directly, but it does use maintain view state, which I know employes javascript.
Which leads to another question, in places where it makes sense, do think JavaScript and ASP.NET should be mixed? I started with a feeling that I wanted to do everything with server side, but this does not seem to be a good idea. But now I have things like, <asp:img onload="<% response.write(makeVisible) %>;"> where makeVisible is my call to a JavaScript function.
Thanks for your help, I hope this was clear enough.
CJB
I'm looking for a way to make a roundtrip to the server and comeback, but not refresh the whole page.
I did this a while ago, you can see here:
and select class=everyone event=picnic2004
Now when you select the picture from the left, the whole page does not refresh, just the picture.
This does not use JavaScript directly, but it does use maintain view state, which I know employes javascript.
Which leads to another question, in places where it makes sense, do think JavaScript and ASP.NET should be mixed? I started with a feeling that I wanted to do everything with server side, but this does not seem to be a good idea. But now I have things like, <asp:img onload="<% response.write(makeVisible) %>;"> where makeVisible is my call to a JavaScript function.
Thanks for your help, I hope this was clear enough.
CJB