Click here to Skip to main content
15,908,172 members

Comments by N ManojKumar (Top 9 by date)

N ManojKumar 17-Apr-13 6:36am View    
call Fill_College() instead of Fill_Departments() in Page_Load.
N ManojKumar 17-Apr-13 5:41am View    
ddl.DataSource = dtCollege;
ddl.Items.Insert(0, "----- Select College -----");
ddl.DataBind();
N ManojKumar 10-Apr-13 5:34am View    
How are you checking (Session["TheUser"] != null) in page load. From where the session value is coming?
N ManojKumar 10-Apr-13 5:18am View    
I think you missed !IsPostBack poperty in your page load method.
N ManojKumar 9-Apr-13 13:55pm View    
Could you elaborate your question?