<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: ASP.Net Dynamic Controls (Part 2)</title>
	<atom:link href="http://devsushi.com/2006/09/01/aspnet-dynamic-controls-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://devsushi.com/2006/09/01/aspnet-dynamic-controls-part-2/</link>
	<description>Discussion on Development in Several Different Flavours</description>
	<pubDate>Thu, 20 Nov 2008 08:42:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Reed</title>
		<link>http://devsushi.com/2006/09/01/aspnet-dynamic-controls-part-2/#comment-36158</link>
		<dc:creator>Reed</dc:creator>
		<pubDate>Tue, 23 Sep 2008 14:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://devsushi.com/2006/09/01/aspnet-dynamic-controls-part-2/#comment-36158</guid>
		<description>Let's try this again....

asp is ---

"        
           
           
               
           

           
              
           
           
              
           
           
              
           
          
              
           
          
              
           
          
               
           
          
       "

THanks,
Reed</description>
		<content:encoded><![CDATA[<p>Let&#8217;s try this again&#8230;.</p>
<p>asp is &#8212;</p>
<p>&#8221;        </p>
<p>       &#8221;</p>
<p>THanks,<br />
Reed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reed</title>
		<link>http://devsushi.com/2006/09/01/aspnet-dynamic-controls-part-2/#comment-36157</link>
		<dc:creator>Reed</dc:creator>
		<pubDate>Tue, 23 Sep 2008 14:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://devsushi.com/2006/09/01/aspnet-dynamic-controls-part-2/#comment-36157</guid>
		<description>I am trying to use your method and I get no value in the hidden field. 

My asp code is ---
        
           
           
               
           

           
              
           
           
              
           
           
              
           
          
              
           
          
              
           
          
               
           
          
       

My code behind is ---
            Response.Write(" the button pressed is " &#38; Request.Form(hdnbutton.Value.ToString))
            Response.End()

            If hdnbutton.Value = "btnnext" Then
                If Session("arapages") IsNot Nothing Then
                    araPages = DirectCast(Session("arapages"), ArrayList)

                    If Session("ipagectr") IsNot Nothing Then
                        ipagectr = Session("ipagectr") - 1
                    End If

                    PagePopulate(araPages, ipagectr)

                    intsubmitted = araPages(ipagectr).submitted
                    Session("arapages") = araPages
                    Session("ipagectr") = ipagectr

                    btnnext.Visible = True
                    btnprev.Visible = True
                    If ipagectr = 0 Then
                        btnnext.Visible = False
                        btnsave.Enabled = True
                        btnrej.Enabled = True
                        btnaccept.Enabled = True
                        btnnotapp.Enabled = True
                    End If

                End If....

Any idea what I am doing wrong?

Thanks,
Reed</description>
		<content:encoded><![CDATA[<p>I am trying to use your method and I get no value in the hidden field. </p>
<p>My asp code is &#8212;</p>
<p>My code behind is &#8212;<br />
            Response.Write(&#8221; the button pressed is &#8221; &amp; Request.Form(hdnbutton.Value.ToString))<br />
            Response.End()</p>
<p>            If hdnbutton.Value = &#8220;btnnext&#8221; Then<br />
                If Session(&#8221;arapages&#8221;) IsNot Nothing Then<br />
                    araPages = DirectCast(Session(&#8221;arapages&#8221;), ArrayList)</p>
<p>                    If Session(&#8221;ipagectr&#8221;) IsNot Nothing Then<br />
                        ipagectr = Session(&#8221;ipagectr&#8221;) - 1<br />
                    End If</p>
<p>                    PagePopulate(araPages, ipagectr)</p>
<p>                    intsubmitted = araPages(ipagectr).submitted<br />
                    Session(&#8221;arapages&#8221;) = araPages<br />
                    Session(&#8221;ipagectr&#8221;) = ipagectr</p>
<p>                    btnnext.Visible = True<br />
                    btnprev.Visible = True<br />
                    If ipagectr = 0 Then<br />
                        btnnext.Visible = False<br />
                        btnsave.Enabled = True<br />
                        btnrej.Enabled = True<br />
                        btnaccept.Enabled = True<br />
                        btnnotapp.Enabled = True<br />
                    End If</p>
<p>                End If&#8230;.</p>
<p>Any idea what I am doing wrong?</p>
<p>Thanks,<br />
Reed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://devsushi.com/2006/09/01/aspnet-dynamic-controls-part-2/#comment-21110</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sat, 16 Feb 2008 05:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://devsushi.com/2006/09/01/aspnet-dynamic-controls-part-2/#comment-21110</guid>
		<description>I'm impressed. I have been looking for this solution for days. It's a little bloated but it's genius! Thanks a lot!</description>
		<content:encoded><![CDATA[<p>I&#8217;m impressed. I have been looking for this solution for days. It&#8217;s a little bloated but it&#8217;s genius! Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CasLor</title>
		<link>http://devsushi.com/2006/09/01/aspnet-dynamic-controls-part-2/#comment-202</link>
		<dc:creator>CasLor</dc:creator>
		<pubDate>Thu, 16 Nov 2006 18:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://devsushi.com/2006/09/01/aspnet-dynamic-controls-part-2/#comment-202</guid>
		<description>IT WORKS GREAT!!!

Thanks for tips !!
also tested on asp.net ajax enabled aspx!!

Thanks again.</description>
		<content:encoded><![CDATA[<p>IT WORKS GREAT!!!</p>
<p>Thanks for tips !!<br />
also tested on asp.net ajax enabled aspx!!</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
