File manager - Edit - G:/PleskVhosts/indiaminerals.in/tlt.INFOFIXDEVELOPERS.COM/SessionPage.aspx.cs
Back
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using WebApp.LIBS; using Business; namespace WebApp { public partial class SessionPage : BasePageClass { protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { Common.BindControl(GoDownId, Global.Context.SessionMasters.AsEnumerable().ToList().OrderByDescending(p=> p.SessionMasterId).ToList(), "SessionName", "SessionMasterId", "Select"); } } protected void loginbtn_Click(object sender, EventArgs e) { if (GoDownId.SelectedValue.ConvertInt() > 0) { int Id = (GoDownId.SelectedValue.ConvertInt()); SiteSession.SessionId = Id; SiteSession.SessionMasters = Global.Context.SessionMasters.SingleOrDefault(p => p.SessionMasterId == Id); Response.Redirect("~/CompPage.aspx"); } } } }
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0.1 |
proxy
|
phpinfo
|
Settings