foreach (GridDataItem dataitem in radViewUsers.Items)
{
CheckBox chkbox = (CheckBox) dataitem.FindControl("cbSelect");
if (chkbox.Checked)
{
userName = dataitem["UserName"].Text;
Email = dataitem["Email"].Text;
}
}
Coder in ASP.NET, JQUERY, C#.NET, JQuery.
Siva Shunmugam is a software Professional works for Effindi Technologies. He loves technology because it makes the life easy and likes socializing. By beeing a professional he comes to know about how the technology is beeing handled in the real time world. Among the many technological programes he uses and embraces SQL-SERVER, ASP.NET, JQUERY simply because he uses it in his profession.
This is a personal weblog. The opinions expressed here represent my own and not those of my employer. For accuracy and official reference refer to MSDN/ TechNet/ BOL. My employer do not endorse any tools, applications, books, or concepts mentioned on the blog. I have documented my personal experience on this blog.
No comments:
Post a Comment