using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;
using PAMS_Library;
using System.Data.SqlClient;
using System.Text.RegularExpressions;
using MyComLib;
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;
using PAMS_Library;
using System.Data.SqlClient;
using System.Text.RegularExpressions;
using MyComLib;
public partial class Manage : System.Web.UI.Page
{
ClsManage _ClsManage = new ClsManage();
private void setvalue()
{
_ClsManage._Al_id = hdAl_id.Value;
_ClsManage._album_id = txtAl_id.Text;
_ClsManage._album_name = txtAl_name.Text;
_ClsManage._album_detail = txtAl_detail.Text;
_ClsManage._album_dateact = txtAl_time.Text;
_ClsManage._album_place = txtAl_place.Text;
_ClsManage._dep_id = ddlDep_id.SelectedValue;
_ClsManage._type_id = ddlType_id.SelectedValue;
_ClsManage._album_counter = txtAl_count.Text;
_ClsManage._point_total = txtAl_point.Text;
_ClsManage._vote_total = txtAl_vote.Text;
}
protected void Page_Load(object sender, EventArgs e)
{
}
}