Chances are you don't even need ajax, just some good ol' client-side javascript. Ajax is intended for situations where the page needs to request additional information from the server to complete the task.
Ajax involves writing both server-side code (usually in C#) and clientside javascript. You probably don't need serverside code to add this behavior to your page. You do need client-side javascript for your task. I would recommend buying a good book on CSS / Javascript. There are a lot of really good online Javascript help pages too, so Google/Yahoo for these and you can learn a lot. http://devguru.com/technologies/javascript/home.asp (a good guide, but not very much how to) I also googled for "javascript examples" and got a whole slew of excellent links. There has to be some really good stuff on at least 20 pages there. Learning how to search for code examples that already exist somewhere is the best way to learn how to write code of any sort. Unfortunately, your question is a bit too vague to answer more specifically. -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of abug Sent: Saturday, September 23, 2006 9:39 PM To: Ajax.NET Professional Subject: [ajaxpro] How can i do this with ajax.net HI guys i'm new in ajax.net. how can i make my page like http://digg.com/spy when i click" only upcoming" it jumps to /spy/queue then i click "only popular" it jumps to /spy/front and it did'nt refresh the whole page how can i made this regards Lee --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info/ Don't forget to read my blog at http://weblogs.asp.net/mschwarz/ -~----------~----~----~----~------~----~------~--~---
