Select the "Selected" event from the event list of SqlDataSource and then,
protected void SqlDataSource1_Selected(object sender, SqlDataSourceStatusEventArgs e)
{
if (e.AffectedRows == 0)
{
warningLbl.Text = "No Record Found with this Student Number!";
return;
}
}

10.5 lakh (Delhi)









0 comments:
Post a Comment