My website allows people to rate music. On the music page I have a flash music player and a usercontrol that contains a drop down list and submit button that allows the user to rate the track.
Currently, rating the track refreshes the whole page and the music restarts! I own VS2003 and so cant use ATLAS. As I mentioned the rating usercontrol is very simple and just contains a dropdown containing the values 1-5) and a submit button - HOWEVER, currently, when the containing page is rendered a bespoke Track object is loaded in the page_load event of the page and then passed to the control (via the controls Track property) - this allows the rating usercontrol to know which track is being rated. Using AJAX.NET how easy is to convert the usercontrol that contains the rating tool? Should I just wait until I upgrade to VS2005 and use ATLAS? --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
