User Profile
Collapse
-
Thank U senior.. Bt since am Jst Beginner In this profession.. can u pls jst be little more Specific.. -
Dynamically added Checked Changed Event is not Firing
hi seniors.. I have added columns and checkboxes Dynamically... But met with a problem that the CheckedChanged Event is not fired.. here is my Code..
Code:protected void ddlRole_SelectedIndexChanged(object sender, EventArgs e) { for (int i = 0; i < DtOperation.Rows.Count; i++) { Dt.Columns.Add(DtOperation.Rows[i][0].ToString()); }
No activity results to display
Show More
Leave a comment: