c# - Digg Style Ajax Voting Button -


If someone has come to know how I can make an EEGAC vote button with ASP.NET AJAX.

Thanks

Without knowing the level of knowledge it is difficult to answer your question . To implement such things, you need some general components:

  1. You need a "web service" that implements the concept of "vote" - you can use this web -If service is implemented, use a framework such as ASP.Net MVC, ASP.Net, or any other method. When the web service is called, then it will increase or decrease the vote count
  2. You use the client side ajax library such as jQuery, or support built for web-service client code in ASP.NET Use - this code runs in the browser - you have to hook this code so that when the user selects a vote button in your UI, then the client-side code asks to increase or decrease your web service is.

It is too much in general words. Writing of this type of thing is not very difficult, you should know where all the parts are and how to put all the balls in the air and it Should fall into place.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -