hi,
The below is the code to bind the year and quarter in the form. it is working now.
protected void Page_Load(object sender, EventArgs e)
{
lblError.Text = "";
username = Context.User.Identity.Name.Replace("SASKEN\\", "");
try
btnSubmit.Enabled =
cmd.CommandType =
cmd.Parameters.AddWithValue(
da.Fill(ds);
conn.Open();
Closed_Date = DR_ClsDate[0].ToString();
pnlAOQ.Visible =
lblYear.Text = Session[
lblQtr.Text = Session[
}
lblError.Text =
lblError.Text = ex.Message;
lblError.Visible =
conn.Close();
can anybody help on this?
Rgds,
Geetha