<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Entries for jogisarge</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/niners/jogisarge/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Entries for jogisarge</title><link>http://channel9.msdn.com/Niners/jogisarge/</link></image><description>Entries, comments and threads posted by jogisarge</description><link>http://channel9.msdn.com/Niners/jogisarge/</link><language>en-us</language><pubDate>Mon, 29 Jun 2009 06:34:43 GMT</pubDate><lastBuildDate>Mon, 29 Jun 2009 06:34:43 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>dynamic control names - fill controls in loop [dynamic control names - fill controls in loop]</title><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;i have a form with controls that show productinformation.&lt;br /&gt;now i have 10 textboxes named tbxPrice1 -&amp;gt; tbxPrice10 .&lt;/p&gt;
&lt;p&gt;in my artikecleobject exists a property list&amp;lt;articleprice&amp;gt; named articlepricelist that could have 0 till 10 elements.&lt;/p&gt;
&lt;p&gt;now i want to fill my 10 textboxes in a loop against my articlepricelist property.&lt;/p&gt;
&lt;p&gt;If the articlepricelist contains 3 elements, the first 3 textboxes tbxPrice1,tbxPrice2 and tbxPrice3 should be filled.&lt;br /&gt;If the articlepricelist is empty, no textbox should be filled.&lt;/p&gt;
&lt;p&gt;Has anybody an idea, how to do this ?&lt;/p&gt;
&lt;p&gt;by jo&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/475976-dynamic-control-names-fill-controls-in-loop/'&gt;dynamic control names - fill controls in loop&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/475976/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/475976-dynamic-control-names-fill-controls-in-loop/</comments><link>http://channel9.msdn.com/forums/TechOff/475976-dynamic-control-names-fill-controls-in-loop/</link><pubDate>Mon, 29 Jun 2009 06:34:43 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/475976-dynamic-control-names-fill-controls-in-loop/</guid><evnet:views>351</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475976/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hi,
i have a form with controls that show productinformation.now i have 10 textboxes named tbxPrice1 -&amp;gt; tbxPrice10 .
in my artikecleobject exists a property list&amp;lt;articleprice&amp;gt; named articlepricelist that could have 0 till 10 elements.
now i want to fill my 10 textboxes in a loop against my&amp;#8230;</evnet:previewtext><dc:creator>jogisarge</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/475976-dynamic-control-names-fill-controls-in-loop/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/475976/Trackback.aspx</trackback:ping></item><item><title>databinding + INotifyPropertyChanged [databinding + INotifyPropertyChanged]</title><description>&amp;nbsp; 
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;i have a class "user" that implements INotifyPropertyChanged.&lt;BR&gt;with databinding i bind a objekt user1 to textboxes on a winform.&lt;/P&gt;
&lt;P&gt;If i change the properties from user1, the textboxes will be updated.&lt;/P&gt;
&lt;P&gt;Now i have a function that returns an objekt(user).&lt;BR&gt;user1 = getuser(); -&amp;gt; no changes in the textbox.&lt;BR&gt;with debugging i see, that the setter was not called.&lt;/P&gt;
&lt;P&gt;How can i get this done ?&lt;BR&gt;i want to see the returned data in my textboxes.&lt;/P&gt;
&lt;P&gt;bye jo&lt;BR&gt;&lt;/P&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/457977-databinding--INotifyPropertyChanged/'&gt;databinding + INotifyPropertyChanged&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/457977/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/457977-databinding--INotifyPropertyChanged/</comments><link>http://channel9.msdn.com/forums/TechOff/457977-databinding--INotifyPropertyChanged/</link><pubDate>Wed, 18 Feb 2009 21:05:56 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/457977-databinding--INotifyPropertyChanged/</guid><evnet:views>673</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/457977/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&amp;nbsp; 
Hi,
i have a class "user" that implements INotifyPropertyChanged.with databinding i bind a objekt user1 to textboxes on a winform.
If i change the properties from user1, the textboxes will be updated.
Now i have a function that returns an objekt(user).user1 = getuser(); -&amp;gt; no changes&amp;#8230;</evnet:previewtext><dc:creator>jogisarge</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/457977-databinding--INotifyPropertyChanged/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/457977/Trackback.aspx</trackback:ping></item><item><title>global userdata [global userdata]</title><description>&lt;DIV id=post_message_158812&gt;Hi,&lt;BR&gt;&lt;BR&gt;i have an application with my own Login-System.&lt;BR&gt;when a user starts the app and logs correct in,i want to store user-data in a class "Userinformation".&lt;BR&gt;other information like application-rights and so on should be also stored in this class.&lt;BR&gt;my application is coded in 3-tier architecture with one assembly each tier.&lt;BR&gt;i have to access the Userinformation class in many other forms - also in the business tier.&lt;BR&gt;&lt;BR&gt;How could this be done ?&lt;BR&gt;I know that global Vars are not allowed in C#, but how can i get this problem done ?&lt;BR&gt;&lt;BR&gt;i had the idea to create a dataset, that has tables for this information ?&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;bye jogi&lt;/DIV&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/455012-global-userdata/'&gt;global userdata&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/455012/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/455012-global-userdata/</comments><link>http://channel9.msdn.com/forums/TechOff/455012-global-userdata/</link><pubDate>Mon, 26 Jan 2009 08:57:20 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/455012-global-userdata/</guid><evnet:views>732</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/455012/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hi,i have an application with my own Login-System.when a user starts the app and logs correct in,i want to store user-data in a class "Userinformation".other information like application-rights and so on should be also stored in this class.my application is coded in 3-tier architecture with one&amp;#8230;</evnet:previewtext><dc:creator>jogisarge</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/455012-global-userdata/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/455012/Trackback.aspx</trackback:ping></item><item><title>show detailfrom from datagridview [show detailfrom from datagridview]</title><description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;i show products in a datagridview with a dataset as source.&lt;BR&gt;now i want to show a detailform by clicking&amp;nbsp; a datagrid row.&lt;BR&gt;the changes in the detailform should be transfered to the dataset an shown in the datagrid.&lt;/P&gt;
&lt;P&gt;how could this be handled ?&lt;BR&gt;i use C# with VS2008 &lt;/P&gt;
&lt;P&gt;by jogi&lt;/P&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/448729-show-detailfrom-from-datagridview/'&gt;show detailfrom from datagridview&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/448729/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/448729-show-detailfrom-from-datagridview/</comments><link>http://channel9.msdn.com/forums/TechOff/448729-show-detailfrom-from-datagridview/</link><pubDate>Tue, 16 Dec 2008 19:59:41 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/448729-show-detailfrom-from-datagridview/</guid><evnet:views>747</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/448729/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hi,
i show products in a datagridview with a dataset as source.now i want to show a detailform by clicking&amp;nbsp; a datagrid row.the changes in the detailform should be transfered to the dataset an shown in the datagrid.
how could this be handled ?i use C# with VS2008 
by jogiin reply to show detailfrom from datagridview</evnet:previewtext><dc:creator>jogisarge</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/448729-show-detailfrom-from-datagridview/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/448729/Trackback.aspx</trackback:ping></item><item><title>Databinding - bind textbox and datagridview [Databinding - bind textbox and datagridview]</title><description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;i want to show in a textbox the value from a selected row in my datagridview.&lt;BR&gt;&lt;BR&gt;DataSet dsHersteller = new DataSet();&lt;BR&gt;BindingSource bsHersteller = new BindingSource();&lt;/P&gt;
&lt;P&gt;dsHersteller = herstellermanager.GetList(); // - delivers a dataset&lt;BR&gt;bsHersteller.DataSource = dsHersteller.Tables["producer"];&lt;BR&gt;bsHersteller.Sort = "producer_id";&lt;BR&gt;dgvHersteller.DataSource = bsHersteller.DataSource;&lt;/P&gt;
&lt;P&gt;tbxHerstellerNr.DataBindings.Add("Text", bsHersteller, "producer_id");&lt;BR&gt;&lt;BR&gt;Now, when i start the app, the value of the textbox is the first row in datagridview.&lt;BR&gt;If i select another row, nothing changes in my textbox.&lt;/P&gt;
&lt;P&gt;I thougt, i bound the textbox to the grid ??&lt;/P&gt;
&lt;P&gt;Can anybody give me tips for my problem ?&lt;/P&gt;
&lt;P&gt;By jogi&lt;/P&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/448313-Databinding-bind-textbox-and-datagridview/'&gt;Databinding - bind textbox and datagridview&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/448313/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/448313-Databinding-bind-textbox-and-datagridview/</comments><link>http://channel9.msdn.com/forums/TechOff/448313-Databinding-bind-textbox-and-datagridview/</link><pubDate>Sat, 13 Dec 2008 09:42:31 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/448313-Databinding-bind-textbox-and-datagridview/</guid><evnet:views>1074</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/448313/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hi,
i want to show in a textbox the value from a selected row in my datagridview.DataSet dsHersteller = new DataSet();BindingSource bsHersteller = new BindingSource();
dsHersteller = herstellermanager.GetList(); // - delivers a datasetbsHersteller.DataSource =&amp;#8230;</evnet:previewtext><dc:creator>jogisarge</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/448313-Databinding-bind-textbox-and-datagridview/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/448313/Trackback.aspx</trackback:ping></item><item><title>customize menustrip [customize menustrip]</title><description>Hi,&lt;BR&gt;&lt;BR&gt;i want to change the colors of a menustrip(VS2008).&lt;BR&gt;i changed the backgroundcolor and the textcolor with the designer.&lt;BR&gt;the background is black and the text is grey.&lt;BR&gt;it looks nice but if i hover over the menu, the submenu pops up and the style looks like the standard style.&lt;BR&gt;How can i change the colors of the menuitems too ?&lt;BR&gt;&lt;BR&gt;bye jo&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/448183-customize-menustrip/'&gt;customize menustrip&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/448183/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/448183-customize-menustrip/</comments><link>http://channel9.msdn.com/forums/TechOff/448183-customize-menustrip/</link><pubDate>Fri, 12 Dec 2008 16:13:38 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/448183-customize-menustrip/</guid><evnet:views>488</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/448183/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hi,i want to change the colors of a menustrip(VS2008).i changed the backgroundcolor and the textcolor with the designer.the background is black and the text is grey.it looks nice but if i hover over the menu, the submenu pops up and the style looks like the standard style.How can i change the colors&amp;#8230;</evnet:previewtext><dc:creator>jogisarge</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/448183-customize-menustrip/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/448183/Trackback.aspx</trackback:ping></item><item><title>pass data through tiers [pass data through tiers]</title><description>Hello,&lt;BR&gt;&lt;BR&gt;can anybody give me tipps in coding 3-tier apps.&lt;BR&gt;i want to code a winform app using 3-tier architecture.&lt;BR&gt;because i am new in c# i have a few questions.&lt;BR&gt;How should i pass the data through my tiers ?&lt;BR&gt;(datasets,datatables or list&amp;lt;T&amp;gt;, or ? )&lt;BR&gt;&lt;BR&gt;can anybody give me an example for this ?&lt;BR&gt;&lt;BR&gt;by jogi&lt;BR&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/447255-pass-data-through-tiers/'&gt;pass data through tiers&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/447255/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/447255-pass-data-through-tiers/</comments><link>http://channel9.msdn.com/forums/TechOff/447255-pass-data-through-tiers/</link><pubDate>Fri, 05 Dec 2008 22:03:41 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/447255-pass-data-through-tiers/</guid><evnet:views>588</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/447255/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hello,can anybody give me tipps in coding 3-tier apps.i want to code a winform app using 3-tier architecture.because i am new in c# i have a few questions.How should i pass the data through my tiers ?(datasets,datatables or list&amp;lt;T&amp;gt;, or ? )can anybody give me an example for this ?by jogiin reply to pass data through tiers</evnet:previewtext><dc:creator>jogisarge</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/447255-pass-data-through-tiers/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/447255/Trackback.aspx</trackback:ping></item></channel></rss>