TechEthical CEHP
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
using System.Data.SqlClient;
using Directory;
namespace Bathuasoft
{
public partial class CurrentAffairs : System.Web.UI.Page
{
public DataTable dt = new DataTable();
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
connection_sql obj = new connection_sql();
dt = obj.getDataTable("Select * from dbo.tbl_CurrentAffairs order by id desc");
}
}
}
}
TechEthical Mini WebShell Version 1.0, Coded By The_M@T3