Current Path : G:/PleskVhosts/megamind.net.in/careercentre360.com/ |
Current File : G:/PleskVhosts/megamind.net.in/careercentre360.com/Course-List-And-Fee.aspx.cs |
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Directory; namespace Bathuasoft { public partial class Course_List_And_Fee : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { connection_sql obj = new connection_sql(); obj.getContents(16, Literal1, Image1); } } } }