<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Help::Automatic textbox generation' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Help::Automatic textbox generation' posted on the 'VB.NET' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2010 Programmers Heaven</copyright>
    <pubDate>Mon, 15 Mar 2010 20:50:21 -0700</pubDate>
    <lastBuildDate>Mon, 15 Mar 2010 20:50:21 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Help::Automatic textbox generation</title>
      <link>http://www.programmersheaven.com/mb/VBNET/409170/409170/helpautomatic-textbox-generation/</link>
      <description>Sub textbox1_textchanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged&lt;br /&gt;
 Dim count As Integer&lt;br /&gt;
            Dim t As New TextBox&lt;br /&gt;
            For count = 4 To 6&lt;br /&gt;
                MsgBox("vbbvbnv")&lt;br /&gt;
                t.Text = "TextBox" &amp;amp; count.ToString()&lt;br /&gt;
                t.ID = "TextBox" &amp;amp; count.ToString()&lt;br /&gt;
                Panel1.Controls.Add(t)&lt;br /&gt;
                count = count + 1&lt;br /&gt;
            &lt;br /&gt;
            Next count&lt;br /&gt;
&lt;br /&gt;
end sub&lt;br /&gt;
&lt;br /&gt;
ERROR::::Multiple controls with the same ID 'TextBox6' were found. FindControl requires that controls have unique IDs. &lt;br /&gt;
Description: An unhandled exception occurred during the execution of the current web request.How Can i Rectify this&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/409170/409170/helpautomatic-textbox-generation/</guid>
      <pubDate>Thu, 12 Nov 2009 08:25:01 -0700</pubDate>
      <category>VB.NET</category>
    </item>
  </channel>
</rss>