<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://aspadvice.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Web Control Building</title><link>http://aspadvice.com/forums/312/ShowForum.aspx</link><description>Building simple web controls is easy in ASP.NET, but there are many gotchas once you get beyond simple.  Find advice on control building.</description><dc:language>en</dc:language><generator>CommunityServer 2.1 (Build: 60809.935)</generator><item><title>wholesale Coach/Chloe/Chanel/Fendi/Louis Vuitton/Gucci/Prada handbag</title><link>http://aspadvice.com/forums/thread/54702.aspx</link><pubDate>Mon, 06 Jul 2009 01:45:06 GMT</pubDate><guid isPermaLink="false">e709ad4c-0c15-48eb-915e-c462c6e85445:54702</guid><dc:creator>l88888888</dc:creator><slash:comments>0</slash:comments><comments>http://aspadvice.com/forums/thread/54702.aspx</comments><wfw:commentRss>http://aspadvice.com/forums/commentrss.aspx?SectionID=312&amp;PostID=54702</wfw:commentRss><description>&lt;p&gt;if you wanna order replica handbags ,Welcome to our web-- &lt;a href="http://www.supercheapwholesale.com/"&gt;www.supercheapwholesale.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;we have comprehensive and close service as follows:&lt;/p&gt;&lt;p&gt;1)We provide customers with replica handbags, 7 Star Replica, Designer Handbags, copy replica, exact replica, designer replica, mirror image.&lt;/p&gt;&lt;p&gt;2)Our Handbags can be provided with brands of Coach, Chloe, Chanel, Fendi, Louis Vuitton, Gucci, Prada, Hermes, Dior, etc.&lt;/p&gt;&lt;p&gt;3)Please make your selection on our website, price list and more pictures , please E-mail/MSN us &lt;a href="mailto:chinafashion2@hotmail.com"&gt;chinafashion2@hotmail.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;4)Pay ment is quickly,payPal credit card directly in web, western union and money gram are welcome too,&lt;/p&gt;&lt;p&gt;5)We can offer the best quality goods with the resonable price.bulk order pay with western union can get 5% off &lt;/p&gt;&lt;p&gt;6)if you have questions.When waiting for a reply from us Please check your junk mail.When placing order you are agreeing to and abiding by our Terms and shipping Policy. Please be sure to read this before placing orders. Thank you!&lt;/p&gt;</description></item><item><title>Need to get a selectvalue of user control.</title><link>http://aspadvice.com/forums/thread/53540.aspx</link><pubDate>Tue, 02 Jun 2009 15:35:32 GMT</pubDate><guid isPermaLink="false">e709ad4c-0c15-48eb-915e-c462c6e85445:53540</guid><dc:creator>mcupryk</dc:creator><slash:comments>0</slash:comments><comments>http://aspadvice.com/forums/thread/53540.aspx</comments><wfw:commentRss>http://aspadvice.com/forums/commentrss.aspx?SectionID=312&amp;PostID=53540</wfw:commentRss><description>&lt;table&gt;&lt;tr&gt;&lt;td class="codeBody"&gt;&lt;pre id="codeSnippet331672" class="prettyprint"&gt;string state=GetVisiblePanelName();
string TicketStatusID=&amp;quot;uxLookupField&amp;quot; + state + &amp;quot;TicketStatus&amp;quot;;
Control ticketStatus = FindControl(TicketStatusID);
if (ticketStatus==null)
   throw new Exception(&amp;quot;Control &amp;quot;+TicketStatusID+ &amp;quot; was not found&amp;quot;;
string TicketStatusValue = ((TicketStatusControlType) ticketStatus).SelectedValue&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;my user control lies in one of four panels. What I do is I get the name of the visible panel and from there I can get the id of the control I am using in that panel.&lt;/p&gt;&lt;p&gt;Now I need to get the selected value of the control. I tried&lt;/p&gt;&lt;p&gt;&lt;a href="http://stevesmithblog.com/blog/recursive-findcontrol/"&gt;http://stevesmithblog.com/blog/recursive-findcontrol/&lt;/a&gt;&amp;nbsp;and I get null.&lt;/p&gt;&lt;font size="2"&gt;&lt;p&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; state = GetVisiblePanelName();&lt;p&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; panel = &lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;&amp;quot;Panel&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + state + &lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;&amp;quot;Ticket&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;p&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; TicketStatusID = &lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;&amp;quot;uxLookupField&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + state + &lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;&amp;quot;TicketStatus&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;p&gt;&lt;font size="2" color="#2b91af"&gt;&lt;font size="2" color="#2b91af"&gt;Control&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; ticketStatus = &lt;/font&gt;&lt;font size="2" color="#2b91af"&gt;&lt;font size="2" color="#2b91af"&gt;ControlFinder&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.FindControl&amp;lt;&lt;/font&gt;&lt;font size="2" color="#2b91af"&gt;&lt;font size="2" color="#2b91af"&gt;uxLookupFieldTicketStatus&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;gt;(&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;this&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.Page, TicketStatusID); still I get null&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; state = GetVisiblePanelName();&lt;p&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; panel = &lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;&amp;quot;Panel&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + state + &lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;&amp;quot;Ticket&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;p&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; TicketStatusID = &lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;&amp;quot;uxLookupField&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + state + &lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;&amp;quot;TicketStatus&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;p&gt;&lt;font size="2" color="#2b91af"&gt;&lt;font size="2" color="#2b91af"&gt;Control&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; ticketStatus = &lt;/font&gt;&lt;font size="2" color="#2b91af"&gt;&lt;font size="2" color="#2b91af"&gt;ControlFinder&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.FindControl&amp;lt;&lt;/font&gt;&lt;font size="2" color="#2b91af"&gt;&lt;font size="2" color="#2b91af"&gt;uxLookupFieldTicketStatus&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;gt;(&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;this&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.Page, TicketStatusID); still I get null&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; panel = &lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;&amp;quot;Panel&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + state + &lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;&amp;quot;Ticket&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;p&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; TicketStatusID = &lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;&amp;quot;uxLookupField&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + state + &lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;&amp;quot;TicketStatus&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;p&gt;&lt;font size="2" color="#2b91af"&gt;&lt;font size="2" color="#2b91af"&gt;Control&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; ticketStatus = &lt;/font&gt;&lt;font size="2" color="#2b91af"&gt;&lt;font size="2" color="#2b91af"&gt;ControlFinder&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.FindControl&amp;lt;&lt;/font&gt;&lt;font size="2" color="#2b91af"&gt;&lt;font size="2" color="#2b91af"&gt;uxLookupFieldTicketStatus&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;gt;(&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;this&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.Page, TicketStatusID); still I get null&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; TicketStatusID = &lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;&amp;quot;uxLookupField&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + state + &lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;&amp;quot;TicketStatus&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;p&gt;&lt;font size="2" color="#2b91af"&gt;&lt;font size="2" color="#2b91af"&gt;Control&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; ticketStatus = &lt;/font&gt;&lt;font size="2" color="#2b91af"&gt;&lt;font size="2" color="#2b91af"&gt;ControlFinder&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.FindControl&amp;lt;&lt;/font&gt;&lt;font size="2" color="#2b91af"&gt;&lt;font size="2" color="#2b91af"&gt;uxLookupFieldTicketStatus&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;gt;(&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;this&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.Page, TicketStatusID); still I get null&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2" color="#2b91af"&gt;&lt;font size="2" color="#2b91af"&gt;Control&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; ticketStatus = &lt;/font&gt;&lt;font size="2" color="#2b91af"&gt;&lt;font size="2" color="#2b91af"&gt;ControlFinder&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.FindControl&amp;lt;&lt;/font&gt;&lt;font size="2" color="#2b91af"&gt;&lt;font size="2" color="#2b91af"&gt;uxLookupFieldTicketStatus&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;gt;(&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;this&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.Page, TicketStatusID); still I get null&lt;/font&gt;&lt;p&gt;Any help would be great. &lt;/p&gt;</description></item><item><title>Business Software Development</title><link>http://aspadvice.com/forums/thread/38110.aspx</link><pubDate>Thu, 03 Jan 2008 09:02:26 GMT</pubDate><guid isPermaLink="false">e709ad4c-0c15-48eb-915e-c462c6e85445:38110</guid><dc:creator>hanusoft</dc:creator><slash:comments>1</slash:comments><comments>http://aspadvice.com/forums/thread/38110.aspx</comments><wfw:commentRss>http://aspadvice.com/forums/commentrss.aspx?SectionID=312&amp;PostID=38110</wfw:commentRss><description>&lt;p&gt;Business Software Development is a boon to the corporate world. The tedious tasks have been simplified by the use of Business software applications such as enterprise resource planning, enterprise content management (ECM), business process management and product lifecycle management. Also, medium sized software like the shopping cart software is an added advantage in online or e-shopping.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;table style="border-collapse:collapse;width:269pt;" cellpadding="0" cellspacing="0"&gt;
 &lt;tr style="height:12.75pt;"&gt;
  &lt;td style="height:12.75pt;width:269pt;"&gt;&lt;a href="http://www.hanusoftware.com" target="_blank" title="http://www.hanusoftware.com"&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="height:12.75pt;"&gt;
  &lt;td class="xl24" style="height:12.75pt;"&gt;Business Software Development
  &lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
&lt;/table&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Offshore Softwrae Development</title><link>http://aspadvice.com/forums/thread/37999.aspx</link><pubDate>Thu, 27 Dec 2007 15:16:59 GMT</pubDate><guid isPermaLink="false">e709ad4c-0c15-48eb-915e-c462c6e85445:37999</guid><dc:creator>hanusoft</dc:creator><slash:comments>0</slash:comments><comments>http://aspadvice.com/forums/thread/37999.aspx</comments><wfw:commentRss>http://aspadvice.com/forums/commentrss.aspx?SectionID=312&amp;PostID=37999</wfw:commentRss><description>

&lt;p class="MsoNormal"&gt;Offshore Software Development is a boon to the corporate
world. The tedious tasks have been simplified by the use of Business software
applications such as enterprise resource planning, enterprise content
management (ECM), business process management and product lifecycle management.
Also, medium sized software like the shopping cart software is an added
advantage in online or e-shopping. &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
 &lt;/p&gt;&lt;table style="border-collapse:collapse;width:269pt;" cellpadding="0" cellspacing="0"&gt;
 &lt;tr style="height:12.75pt;"&gt;
  &lt;td style="height:12.75pt;width:269pt;"&gt;&lt;a href="http://www.hanusoftware.com" target="_blank" title="http://www.hanusoftware.com"&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="height:12.75pt;"&gt;
  &lt;td class="xl24" style="height:12.75pt;"&gt;Offshore Software Development
  &lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
&lt;/table&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;

&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;</description></item><item><title>How to draw graphs in asp.net</title><link>http://aspadvice.com/forums/thread/17883.aspx</link><pubDate>Wed, 17 May 2006 13:28:04 GMT</pubDate><guid isPermaLink="false">e709ad4c-0c15-48eb-915e-c462c6e85445:17883</guid><dc:creator>asp.net</dc:creator><slash:comments>3</slash:comments><comments>http://aspadvice.com/forums/thread/17883.aspx</comments><wfw:commentRss>http://aspadvice.com/forums/commentrss.aspx?SectionID=312&amp;PostID=17883</wfw:commentRss><description>Plz Give code to draw graph in asp.net</description></item><item><title>How to change back color of selected item in listbox control (web control)</title><link>http://aspadvice.com/forums/thread/17045.aspx</link><pubDate>Fri, 28 Apr 2006 05:45:40 GMT</pubDate><guid isPermaLink="false">e709ad4c-0c15-48eb-915e-c462c6e85445:17045</guid><dc:creator>asp.net</dc:creator><slash:comments>1</slash:comments><comments>http://aspadvice.com/forums/thread/17045.aspx</comments><wfw:commentRss>http://aspadvice.com/forums/commentrss.aspx?SectionID=312&amp;PostID=17045</wfw:commentRss><description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Any one knows how to change&amp;nbsp; back color of selected item&amp;nbsp;of list box control&amp;nbsp;&amp;nbsp;of web form in asp.net useing vb.net&amp;nbsp;.&lt;/P&gt;</description></item><item><title>Designer for a String Array Property</title><link>http://aspadvice.com/forums/thread/15859.aspx</link><pubDate>Mon, 20 Mar 2006 01:35:33 GMT</pubDate><guid isPermaLink="false">e709ad4c-0c15-48eb-915e-c462c6e85445:15859</guid><dc:creator>Russ</dc:creator><slash:comments>1</slash:comments><comments>http://aspadvice.com/forums/thread/15859.aspx</comments><wfw:commentRss>http://aspadvice.com/forums/commentrss.aspx?SectionID=312&amp;PostID=15859</wfw:commentRss><description>I have a property on my control that is of type string[]. What designer can I use to allow ASP.NET developers to add or remove strings to this array?&lt;br&gt;</description></item><item><title>Looking for Free Web Service Catalogs</title><link>http://aspadvice.com/forums/thread/14206.aspx</link><pubDate>Wed, 07 Dec 2005 17:04:05 GMT</pubDate><guid isPermaLink="false">e709ad4c-0c15-48eb-915e-c462c6e85445:14206</guid><dc:creator>carlcamera</dc:creator><slash:comments>0</slash:comments><comments>http://aspadvice.com/forums/thread/14206.aspx</comments><wfw:commentRss>http://aspadvice.com/forums/commentrss.aspx?SectionID=312&amp;PostID=14206</wfw:commentRss><description>I've been looking around for free web services that can assist in serving up some standard dynamic content.&amp;nbsp; For me, specifically, I'm looking for&lt;br&gt;&lt;ul&gt;&lt;li&gt;current weather temp&lt;/li&gt;&lt;li&gt;weather forecast&lt;/li&gt;&lt;li&gt;delayed stock quote&lt;/li&gt;&lt;/ul&gt;&lt;a href="http://www.weather.gov/xml/"&gt;noaa&lt;/a&gt; seems to provide support for the first two and I found a couple web services at &lt;a href="http://www.xmethods.net"&gt;xmethods.net&lt;/a&gt; for the stock ticker.&amp;nbsp; Do you know of any other sites that catalog free web services?&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item></channel></rss>