string id = "";
string id1 = "";
for (int i = 0; i < dlBuddy.Items.Count; i++)
{
HtmlInputCheckBox chk = (HtmlInputCheckBox)dlBuddy.Items[i].FindControl("CheckBox1");
if (chk.Checked == true)
{
string chkid = chk.Value;
id = id + "," + chkid;
}
}
Subscribe to:
Post Comments (Atom)
-
Remarks This property specifies the appearance of the embedded Windows Media Player. When uiMode is set to "none", "mini...
-
<body> <form id="form1" runat="server"> <img class="RibbonL" src="Imag...
-
Partial Class Default Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Lo...
What is the use of n-tier architecture and 3-tier architecture?
how to implement 3-tier architecture in asp.net using c#. 3-Tier architecture is also called layered architecture. Some people called it ...
No comments:
Post a Comment