C# Class SubmitRating, getputs

Inheritance: System.Web.UI.Page
Datei anzeigen Open project: vatsal/getputs

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
UpdateRatings ( string UID, string iid, string value ) : void

Update the Database with the Votes, provided all the filtering results are positive.

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void