hp.Visible =
true
;
hp.Text=
"Due Date of "
;
string Msg=""
;
for(int
i=0; i<dtblSem.Rows.Count; i++)
{
hp.Text += dtblSem.Rows[i][
"sem"
].ToString();
hp.Text +=
" of "
;
hp.Text += dtblSem.Rows[i][
"name"
].ToString();
hp.Text +=
","
;
}
hp.Text +=
"has gone"
;
but it will gives me the result
Due Date of Semester1 of M.Tech ,Semester3 of B.Tech ,has gone
....plz reply me as soon as possible...thnx in advance