 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; Visual Studio 2005</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/visual-studio-2005/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 03:54:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>VS 2005 SQL Reports &#8211; Need to convert 5 character string to datatime</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/vs-2005-sql-reports-need-to-convert-5-character-string-to-datatime/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/vs-2005-sql-reports-need-to-convert-5-character-string-to-datatime/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 20:16:41 +0000</pubDate>
		<dc:creator>Haxatron</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSRS]]></category>
		<category><![CDATA[Visual Studio 2005]]></category>
		<category><![CDATA[VS 2005]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hey there. I am relatively new to SQL and have a problem. I am building a report that gets a summation of a column called &#8216;Duration&#8217;. The datatype is char(5) e.g. &#8220;00:30&#8243; to represent a half hour. I suppose I need to change the datatype to sum it but can&#8217;t figure out how to. What [...]]]></description>
				<content:encoded><![CDATA[<p>Hey there. I am relatively new to SQL and have a problem. I am building a report that gets a summation of a column called &#8216;Duration&#8217;. The datatype is char(5) e.g. &#8220;00:30&#8243; to represent a half hour. I suppose I need to change the datatype to sum it but can&#8217;t figure out how to. What would my query look like and is there anything I am overlooking? Thank you so much for your time!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/vs-2005-sql-reports-need-to-convert-5-character-string-to-datatime/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SQL reporting</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-reporting/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-reporting/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 08:07:57 +0000</pubDate>
		<dc:creator>SFD1</dc:creator>
				<category><![CDATA[SQL Reports]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server reporting]]></category>
		<category><![CDATA[Visual Studio 2005]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am using sql server 2005. I have a report with 2 columns.one for report name and the other for status.I want that when a user clicks on a report&#8217;s status column,the corresponding report should be opened. i am using the following code in the navigation tab&#8211;&#62;jump to report. =Iif(Fields!SUB_REPORT.Value=&#8221;GFM_FX_EXPOSURE$&#8221;,&#8221;www.google.co.in&#8221;, Iif(Fields!SUB_REPORT.Value=&#8221;GFM_INST_TYPE_EXP$&#8221;,&#8221;GFM_INST_TYPE_EXP&#8221;, Iif(Fields!SUB_REPORT.Value=&#8221;GFM_INST_TYPE_MV$&#8221;,&#8221;GFM_INST_TYPE_MV&#8221;, Iif(Fields!SUB_REPORT.Value=&#8221;GSS_FX_EXPOSURE$&#8221;,&#8221;GSS_FX_EXPOSURE&#8221;, Iif(Fields!SUB_REPORT.Value=&#8221;GSS_INST_TYPE_EXP$&#8221;,&#8221;GSS_INST_TYPE_EXP&#8221;, Iif(Fields!SUB_REPORT.Value=&#8221;GSS_INST_TYPE_MV$&#8221;,&#8221;GSS_INST_TYPE_MV&#8221;, [...]]]></description>
				<content:encoded><![CDATA[<p>I am using sql server 2005. I have a report with 2 columns.one for report name and the other for status.I want that when a user clicks on a report&#8217;s status column,the corresponding report should be opened. i am using the following code in the navigation tab&#8211;&gt;jump to report. =Iif(Fields!SUB_REPORT.Value=&#8221;GFM_FX_EXPOSURE$&#8221;,&#8221;www.google.co.in&#8221;, Iif(Fields!SUB_REPORT.Value=&#8221;GFM_INST_TYPE_EXP$&#8221;,&#8221;GFM_INST_TYPE_EXP&#8221;, Iif(Fields!SUB_REPORT.Value=&#8221;GFM_INST_TYPE_MV$&#8221;,&#8221;GFM_INST_TYPE_MV&#8221;, Iif(Fields!SUB_REPORT.Value=&#8221;GSS_FX_EXPOSURE$&#8221;,&#8221;GSS_FX_EXPOSURE&#8221;, Iif(Fields!SUB_REPORT.Value=&#8221;GSS_INST_TYPE_EXP$&#8221;,&#8221;GSS_INST_TYPE_EXP&#8221;, Iif(Fields!SUB_REPORT.Value=&#8221;GSS_INST_TYPE_MV$&#8221;,&#8221;GSS_INST_TYPE_MV&#8221;, Iif(Fields!SUB_REPORT.Value=&#8221;REGIONAL_EXPOSURE_EXP$&#8221;,&#8221;REGIONAL_EXPOSURE_EXP&#8221;, Iif(Fields!SUB_REPORT.Value=&#8221;REGIONAL_EXPOSURE_MV$&#8221;,&#8221;REGIONAL_EXPOSURE_MV&#8221;,&#8221;comparision_test&#8221;)))))))) but,this code is not working.It opens the report in the last iff condition.Please help.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-reporting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy WinForm For Showing Demo Visual Studio 2005</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/copy-winform-for-showing-demo/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/copy-winform-for-showing-demo/#comments</comments>
		<pubDate>Sat, 09 Oct 2010 12:25:19 +0000</pubDate>
		<dc:creator>Maheshwag</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio 2005]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am Developing VS-2005 application and some time it&#8217;s important to copy winform which we are develop and paste it in forums for showing demo to other for discussion problem or write article. So I want to know How can we copy winform and paste it to any forums for showing demo and discussion?.]]></description>
				<content:encoded><![CDATA[<p>I am Developing VS-2005 application and some time it&#8217;s important to copy winform which we are develop and paste it in forums for showing demo to other for discussion problem or write article.</p>
<div></div>
<div>So I want to know How can we copy winform and paste it to any forums for showing demo and discussion?.	</div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/copy-winform-for-showing-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Datagridview First Rows Not Consider or Skip</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/datagridview-first-rows-not-consider-or-skip-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/datagridview-first-rows-not-consider-or-skip-2/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 14:42:49 +0000</pubDate>
		<dc:creator>Maheshwag</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[DataGridView]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio 2005]]></category>
		<category><![CDATA[VS 2005]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[There is some mistake from my previous question hence once again repeat it. My problem is on datagridview i have populate combobox and amount column. and ColumnHeader/RowHeaderVisible property set to false. I have coding as below. private void dataGridView1_RowLeave(object sender, DataGridViewCellEventArgs e)         {             double dd = 1.768901; [...]]]></description>
				<content:encoded><![CDATA[<p>There is some mistake from my previous question hence once again repeat it.</p>
<div></div>
<div>My problem is on datagridview i have populate combobox and amount column. and ColumnHeader/RowHeaderVisible property set to false. I have coding as below.</div>
<div>
<pre></div>
<div></div>
<div>private void dataGridView1_RowLeave(object sender, DataGridViewCellEventArgs e)</div>
<div>
<div>        {</div>
<div>            double dd = 1.768901;</div>
<div>            dd = Convert.ToDouble(dd.ToString("f2"));</div>
<div>            DataGridViewCellStyle fixedstyle = new DataGridViewCellStyle();</div>
<div>            fixedstyle.Format = "f2";</div>
<div>            dataGridView1.Columns[1].DefaultCellStyle = fixedstyle;</div>
<div></div>
<div>            try</div>
<div>            {</div>
<div>                decimal sum = 0.00m;</div>
<div></div>
<div>                for (int i = 0; i &lt; dataGridView1.Rows.Count - 1; i++)</div>
<div>                    if (dataGridView1[1, I].Value != DBNull.Value)</div>
<div>                    {</div>
<div>                        sum = sum +			Convert.ToDecimal(dataGridView1[1,I].Value);</div>
<div>                        label12.Text = sum.ToString("f2");</div>
<div></div>
<div>                    }</div>
<div></div>
<div>            }</div>
<div></div>
<div>            catch (Exception ex)</div>
<div>            {</div>
<div>                MessageBox.Show(ex.Message);</div>
<div>            }</div>
<div>        }</div>
</div>
<div></pre>
</div>
<div></div>
<div>My problem is total not counted from begining of the column&#8217;s rows &#8220;ammount&#8221;.</div>
<div></div>
<div>e.g&#8230;</div>
<div></div>
<div>1st rows         column value=12</div>
<div>2nd rows        column value=12</div>
<div>3rows            column value= 12</div>
<div></div>
<div>total of column shows is 24 where as actual columns value is 36.</div>
<div></div>
<div>I think first rows column&#8217;s total not consider or skip. how to solve it.</div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/datagridview-first-rows-not-consider-or-skip-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Without Using Script in SSIS</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/without-using-script-in-ssis/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/without-using-script-in-ssis/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 02:05:32 +0000</pubDate>
		<dc:creator>SSISCaseStudy</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[SQL Server tables]]></category>
		<category><![CDATA[SQL tables]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[Visual Studio 2005]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[HI!!! how do I alter data in SQL Server table [select, insert and delete] using SSIS Visual Studio without using a T-SQL Script&#8230; please help me T_T&#8230;. Thx so much&#8230;]]></description>
				<content:encoded><![CDATA[<p>HI!!! how do I alter data in SQL Server table [select, insert and delete] using SSIS Visual Studio without using a T-SQL Script&#8230; please help me T_T&#8230;. Thx so much&#8230; <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/without-using-script-in-ssis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio code help</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/shift-plus-tab-behavior-into-backspace/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/shift-plus-tab-behavior-into-backspace/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 11:25:31 +0000</pubDate>
		<dc:creator>Maheshwag</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[C# .NET]]></category>
		<category><![CDATA[Visual Studio 2005]]></category>
		<category><![CDATA[VS 2005]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[here is my code: private void Form1_KeyDown(object sender, KeyEventArgs e)         {             if (e.KeyCode == Keys.Tab &#038;&#038; e.Shift)              {             }             else if (e.KeyCode == Keys.Back)              {      [...]]]></description>
				<content:encoded><![CDATA[<p>here is my code:</p>
<div></div>
<div>
<pre></div>
<div></div>
<div>
<div>private void Form1_KeyDown(object sender, KeyEventArgs e)</div>
<div>        {</div>
<div>            if (e.KeyCode == Keys.Tab &#038;&#038; e.Shift) </div>
<div>            {</div>
<div></div>
<div>            }</div>
<div></div>
<div>            else if (e.KeyCode == Keys.Back) </div>
<div>            {</div>
<div>                SendKeys.Send("+{tab}");</div>
<div>            }</div>
<div>        }</div>
</div>
<div></pre>
</div>
<div></div>
<div>I have done it almost but there is little problem is that it&#8217;s delete last characters in object like textbox and setfocus to previous textbox.</div>
<div></div>
<div>I don&#8217;t won&#8217;t to delete any character within object and move to previous object. as usual Shift+Tab does.</div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/shift-plus-tab-behavior-into-backspace/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Object Sender and EventArgs in Visual Studio 2005</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/object-sender-and-eventargs/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/object-sender-and-eventargs/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 15:11:09 +0000</pubDate>
		<dc:creator>Maheshwag</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio 2005]]></category>
		<category><![CDATA[VS 2005]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[For Knowledge:- Private Void Textbox1_TextChange(Object Sender,EventArgs e) Private is Modifier Void is Returntype Textbox1_TextChange is an Event So what is Object sender,EventArgs e and how does it works? may be i wrong in above case but it&#8217;s necessary to understand it better.]]></description>
				<content:encoded><![CDATA[<p>For Knowledge:-</p>
<div></div>
<div>
<pre></div>
<div></div>
<div>Private Void Textbox1_TextChange(Object Sender,EventArgs e)</div>
<div></pre>
</div>
<div></div>
<div></div>
<div>Private is Modifier</div>
<div></div>
<div>Void is Returntype</div>
<div></div>
<div>Textbox1_TextChange is an Event</div>
<div></div>
<div></div>
<div>So what is Object sender,EventArgs e and how does it works?</div>
<div></div>
<div>may be i wrong in above case but it&#8217;s necessary to understand it better.</div>
<div></div>
<div></div>
<div></div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/object-sender-and-eventargs/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Difference Behaviour of Dispose Method Between Winforms and Textboxes</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/diference-behaviour-of-dispose-method-between-winforms-and-textboxes/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/diference-behaviour-of-dispose-method-between-winforms-and-textboxes/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 12:54:15 +0000</pubDate>
		<dc:creator>Maheshwag</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[TextBox]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio 2005]]></category>
		<category><![CDATA[VS 2005]]></category>
		<category><![CDATA[WinForms]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This question is just for knowledge. Whenever Dispose Method Called for clean Winforms, it&#8217;s Finalize and disposed. So my question is why not in TextBox case. It Should same behaviour of dispose method against textbox. Instead of clean/dispose it will remain Invisible. If we have no use than it will have to completly remove during [...]]]></description>
				<content:encoded><![CDATA[<p>This question is just for knowledge. Whenever Dispose Method Called for clean Winforms, it&#8217;s Finalize and disposed. So my question is why not in TextBox case. It Should same behaviour of dispose method against textbox. Instead of clean/dispose it will remain Invisible. If we have no use than it will have to completly remove during the Runtime.</p>
<div></div>
<div>My Above question is for Runtime Object like textboxes increment by unser desire.</div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/diference-behaviour-of-dispose-method-between-winforms-and-textboxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parameter Date Conversion in SQL 2000</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/parameter-date-conversion/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/parameter-date-conversion/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 16:22:09 +0000</pubDate>
		<dc:creator>Maheshwag</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL 2000]]></category>
		<category><![CDATA[SQL commands]]></category>
		<category><![CDATA[SQL Parameters]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[String manipulation]]></category>
		<category><![CDATA[Visual Studio 2005]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[my code is : string sql="insert into dummy(date)values(@date)"; sqlcommand cmd=new sqlcommand(sql,con); cmd.parameters.add("@date",sqldbtype.datetime).values=maskedtextbox1.text text; cmd.executenonquery(); the problem is it's throw and error like  conversion of varchar to date; Note :- my demand to put date in DD/MM/YYYY format. ]]></description>
				<content:encoded><![CDATA[<p>my code is :</p>
<div></div>
<div>
<pre></div>
<div></div>
<div>string sql="insert into dummy(date)values(@date)";</div>
<div></div>
<div>sqlcommand cmd=new sqlcommand(sql,con);</div>
<div></div>
<div>cmd.parameters.add("@date",sqldbtype.datetime).values=maskedtextbox1.text</div>
<div>text;</div>
<div></div>
<div>cmd.executenonquery();</div>
<div></div>
<div>the problem is it's throw and error like  conversion of varchar to date;</div>
<div></div>
<div>Note :- my demand to put date in DD/MM/YYYY format. </div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/parameter-date-conversion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Setfocus on FlowlayoutPanel Controls</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/setfocus-on-flowlayoutpanel-controls/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/setfocus-on-flowlayoutpanel-controls/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 13:21:55 +0000</pubDate>
		<dc:creator>Maheshwag</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[RunTime]]></category>
		<category><![CDATA[Visual Studio 2005]]></category>
		<category><![CDATA[VS 2005]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[after creating the runtime control on panel how to setfocus between controls in FlowlayoutPanel. suppose I have to textbox which is created on dynamically like below layout of controls in FlowLayoutPanel is tbb                                             [...]]]></description>
				<content:encoded><![CDATA[<p>after creating the runtime control on panel how to setfocus between controls in FlowlayoutPanel.</p>
<div></div>
<div>suppose</div>
<div></div>
<div>I have to textbox which is created on dynamically like below</div>
<div></div>
<div>
<pre></div>
<div></div>
<div>layout of controls in FlowLayoutPanel is</div>
<div></div>
<div></div>
<div>tbb                                                                   bb</div>
<div></div>
<div></pre>
</div>
<div></div>
<div></div>
<div>The tbb and bb is textbox controls. The created in runtime and works fine.</div>
<div></div>
<div>suppose user created three textbox of tbb and three textbox of bb so how to setfocus on it. bye enter one by one.</div>
<div></div>
<div>my question is how to setfocus between the controls in z-index or horizontal  like a row in a panel.</div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/setfocus-on-flowlayoutpanel-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/16 queries in 0.025 seconds using memcached
Object Caching 963/1052 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 08:06:52 -->