I use the single-file page model. I use attribute "src" in tag "script",that indicates the file cs,
File Cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class ??????????? : Page
{
//========== EVENT FUNCTION ============
public void ??????8_Click(object sender, EventArgs e)
{
//TODO: Add your code here
}
//========== EVENT FUNCTION ============
public void ??????6_Click(object sender, EventArgs e)
{
Response.Redirect("/");
}
//========== EVENT FUNCTION ============
public void ??????5_Click(object sender, EventArgs e)
{
//TODO: Add your code here
}
//========== EVENT FUNCTION ============
public void ??????4_Cli ...
Go to the complete details ...