Normal
I dont see a reason to hook into the app domain of MP so far...all of the tv data is available straight from the database.The way ASP.NET Ajax works is it hooks into an async postback and executes the methods that are wired up for whatever control executed it. It uses almost the exact same model for programming (event/control driven) as traditional asp.net...no webservices required.
I dont see a reason to hook into the app domain of MP so far...all of the tv data is available straight from the database.
The way ASP.NET Ajax works is it hooks into an async postback and executes the methods that are wired up for whatever control executed it. It uses almost the exact same model for programming (event/control driven) as traditional asp.net...no webservices required.