hi,
The below is the code for the one my project.
protected
{
lblerr.Text =
username = Context.User.Identity.Name.Replace(
conn.ConnectionString = connstr;
cmd.Connection = conn;
cmd.CommandText =
cmd.CommandType =
cmd.Parameters.AddWithValue(
conn.Open();
Closed_Date = DR_ClsDate[0].ToString();
}
cmp =
pnlTOQ.Visible =
lblerr.Text = ex.Message;
lblerr.Visible =
conn.Close();
for the year and quarter, i need to pass the parameters from the other page.
Please help me what i need to pass for the same.
Regards,
Geetha