You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
379 B

using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace Class_KingHome_
{
public partial class addclas : System.Web.UI.Page
{
private void Page_Load(object sender, System.EventArgs e)
{
string getkind = Request["kind"];