What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 17206 |  Welcome, Guest!   Register  Login
  Home > Community Home >

how To Get the value of dynamically binded Label

  Posted on: 5/16/2012 10:18:03 AM | Views: 5

Recommend an Articles | Recommended Articles | Search Resources | Community Home |




hi i binded Labels And LinkButton  Dyanmically In Tables .. Linkbuttons Appears infront Of labels.. i Want To carry Text of that Label through QueryString.. I used following Code.. pls Suggest me Wat to Do?
public void Deladdress() { DataSet dl = Deliverydetails(); int count = dl.Tables[0].Rows.Count; for (int i = 0; i < count; i++) { TableRow tr = new TableRow(); TableCell td0 = new TableCell(); TableCell td1 = new TableCell(); Label lb0 = new Label(); //Label lb1 = new Label(); LinkButton lbl = new LinkButton(); addr = dl.Tables[0].Rows["clad_name"].ToString() + ',' + dl.Tables[0].Rows["clad_line_1"].ToString()); lb0.Text = addr; lb0.ID = Convert.ToString((i + "lb0")); lbl.Text = "UpDate" ... Go to the complete details ...

Found interesting? Add this to:


About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/25/2013 4:59:20 AM