<?xml version="1.0" ?><rss version="2.0" xmlns:ec="http://www.eggheadcafe.com"><channel><title>eggheadcafe.com New Messageboard Posts</title><link>http://www.eggheadcafe.com</link><pubDate>Fri, 10 Feb 2012 21:04:16 GMT</pubDate><description>EggHeadCafe - The .NET developer's portal of choice</description><language>en-us</language><item><title><![CDATA[import excel to datagridview]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/vb/14/10420606/import-excel-to-datagridview.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/vb/14/10420606/import-excel-to-datagridview.aspx]]></link><description><![CDATA[I have to display data from&nbsp; excel sheet into my gridview&nbsp;, i having&nbsp;running the below code that time am facing emptry record in datagridview but how many record i have created in the excel sheet , same record row came in this view.<br />
<br />
<font size="2"><font color="#0000ff" size="2">Dim</font><font size="2"> MyConnection </font><font color="#0000ff" size="2">As</font> System.Data.OleDb.OleDbConnection<font size="2">
<p>&nbsp;</p>
</font>
<p><font color="#0000ff" size="2">Dim</font><font size="2"> ExcelDataSet </font><font color="#0000ff" size="2">As</font><font size="2"> System.Data.DataSet</font></p>
<font size="2"></font></font><font size="2">
<p><font color="#0000ff" size="2">Dim</font><font size="2"> ExcelAdapter </font><font color="#0000ff" size="2">As</font><font size="2"> System.Data.OleDb.OleDbDataAdapter</font></p>
</font><br />
<br />
<font size="2"><font color="#0000ff" size="2">Private</font><font size="2"> </font><font color="#0000ff" size="2">Sub</font><font size="2"> Button1_Click(</font><font color="#0000ff" size="2">ByVal</font><font size="2"> sender </font><font color="#0000ff" size="2">As</font><font size="2"> System.Object, </font><font color="#0000ff" size="2">ByVal</font><font size="2"> e </font><font color="#0000ff" size="2">As</font><font size="2"> System.EventArgs) </font><font color="#0000ff" size="2">Handles</font> Button1.Click<font size="2">
<p>MyConnection = </p>
</font>
<p><font color="#0000ff" size="2">New</font><font size="2"> System.Data.OleDb.OleDbConnection(</font><font color="#a31515" size="2">"Provider=Microsoft.ACE.OLEDB.12.0; "</font><font size="2"> + _</font></p>
<font size="2"></font></font><font size="2"><font color="#a31515" size="2">"Data Source=E:/priya/CR1258.xlsx;Extended Properties=Excel 12.0;"</font>)<font size="2">
<p>&nbsp;</p>
</font>
<p><font color="#0000ff" size="2">Try</font></p>
<font color="#0000ff" size="2"></font></font><font color="#0000ff" size="2"></font><font size="2">ExcelAdapter = <font color="#0000ff" size="2">New</font><font size="2"> System.Data.OleDb.OleDbDataAdapter(</font><font color="#a31515" size="2">"select * from [Sheet1$]"</font>, MyConnection)
<p>&nbsp;</p>
<font size="2">
<p>ExcelAdapter.TableMappings.Add(</p>
</font>
<p><font color="#a31515" size="2">"Table"</font><font size="2">, </font><font color="#a31515" size="2">"CR1258"</font><font size="2">)</font></p>
<font size="2"></font></font><font size="2">ExcelDataSet = <font color="#0000ff" size="2">New</font> System.Data.DataSet()
<p>ExcelAdapter.Fill(ExcelDataSet)</p>
<p>&nbsp;</p>
<p>DataGridView1.DataSource = ExcelDataSet.Tables(0).DefaultView</p>
<font size="2">
<p>&nbsp;</p>
</font>
<p><font color="#008000" size="2"></font></p>
<font color="#008000" size="2"></font></font><font color="#008000" size="2"></font><font size="2">
<p>MyConnection.Close()</p>
<font color="#0000ff" size="2">Catch</font><font size="2"> ex </font><font color="#0000ff" size="2">As</font> Exception<font size="2">
<p>MessageBox.Show(</p>
</font>
<p><font color="#a31515" size="2">"Error: "</font><font size="2"> + ex.ToString, </font><font color="#a31515" size="2">"Importing Excel"</font><font size="2">, _</font></p>
<font size="2"></font></font><font size="2">
<p>MessageBoxButtons.OK, MessageBoxIcon.Error)</p>
<p><font color="#0000ff" size="2">End</font><font size="2"> </font><font color="#0000ff" size="2">Try</font></p>
</font><font size="2">
<p><font color="#0000ff" size="2">End</font><font size="2"> </font><font color="#0000ff" size="2">Sub</font></p>
</font><br />
please help me will solve the problem<br />&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/vb/14/10420606/import-excel-to-datagridview.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 20:32:51 GMT</pubDate></item><item><title><![CDATA[Logic Test for a Job at NOS]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/asp-net/17/10420602/logic-test-for-a-job-at-nos.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/asp-net/17/10420602/logic-test-for-a-job-at-nos.aspx]]></link><description><![CDATA[Hello I have to take logic test to get a job at NOS Communications. I&acute;m really worried about it, and I want to get a very good score so I can actually pass to the technical interview. Is there any suggestions for improving my logical thinking?&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/asp-net/17/10420602/logic-test-for-a-job-at-nos.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 19:51:38 GMT</pubDate></item><item><title><![CDATA[Compilación en VB6 demasiaaaaaaaaado lenta.]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/vb6/8/10420596/compilacin-en-vb6-demasiaaaaaaaaado-lenta.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/vb6/8/10420596/compilacin-en-vb6-demasiaaaaaaaaado-lenta.aspx]]></link><description><![CDATA[Hola, tengo el mismo problema reportado con la compilacion en VB6, de la noche a la ma&ntilde;ana la compilaci&oacute;n se ha hecho demasiado lenta, demorando mas de media hora, <br />
estoy usando Windows 7 Ultimate<br />
<br />
hasta la semana pasada esta todo bien, compilaba en un tiempo normal.<br />
<br />
pero ahora no, es un problema ya que estoy haciendo cambios en mi sistema y la compilaci&oacute;n demora demasiado.<br />
<br />
<br />
Saludos, y gracias d antemano.&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/vb6/8/10420596/compilacin-en-vb6-demasiaaaaaaaaado-lenta.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 18:07:38 GMT</pubDate></item><item><title><![CDATA[553 Sorry, too many recipients.]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/microsoft-outlook/97/10420590/553-sorry-too-many-recipients.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/microsoft-outlook/97/10420590/553-sorry-too-many-recipients.aspx]]></link><description><![CDATA[I keep getting the following error message when trying to send an email to a group of about 200 recipients.<br />
<br />
553 Sorry, too many recipients.<br />
<br />
I never had a problem with this until recently. We have Go Daddy for our e-mail and my computer was just upgraded to Windows 7 from XP. That is when the problem started.<br />
<br />
Any ideas?&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/microsoft-outlook/97/10420590/553-sorry-too-many-recipients.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 15:55:23 GMT</pubDate></item><item><title><![CDATA[excel default file location]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/excel/66/10420587/excel-default-file-location.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/excel/66/10420587/excel-default-file-location.aspx]]></link><description><![CDATA[I need help!&nbsp; When opening a new Excel workbook when I go to save as it brings up the default file location I have set up.&nbsp; When I open an existing document and hit save as it brings up the file last location from which you opened from.&nbsp; I almost always want to save that altered document to the default location.&nbsp; How can I change existing documents path to bring up the default location to save it in once edited?&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/excel/66/10420587/excel-default-file-location.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 15:40:07 GMT</pubDate></item><item><title><![CDATA[Hide a slide]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/powerpoint/68/10420586/hide-a-slide.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/powerpoint/68/10420586/hide-a-slide.aspx]]></link><description><![CDATA[How can I hide a slide and make it not accessable when I select another slide. The slide I want to make not accessable is the first .ppsx slide you select to start the presentation?&nbsp; I am having the problem, when I select a hyperlink on slide 3 it opens a word document, but the goes back to the first slide of the show.&nbsp; i want it to stay on the slide that i selected the hyperlink on.<br />
<br />
Dan&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/powerpoint/68/10420586/hide-a-slide.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 15:26:05 GMT</pubDate></item><item><title><![CDATA[SSIS question]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/sql-server/13/10420584/ssis-question.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/sql-server/13/10420584/ssis-question.aspx]]></link><description><![CDATA[Could someone please explain what this is doing?<br />
<br />
Public Class ScriptMain <br />
<br />
' The execution engine calls this method when the task executes. <br />
' To access the object model, use the Dts object. Connections, variables, events, <br />
' and logging features are available as static members of the Dts class. <br />
' Before returning from this method, set the value of Dts.TaskResult to indicate success or failure. <br />
' <br />
' To open Code and Text Editor Help, press F1. <br />
' To open Object Browser, press Ctrl+Alt+J. <br />
<br />
Public Sub Main() <br />
Dim fi As System.IO.FileInfo <br />
fi = New System.IO.FileInfo("\\PhXfer\downloads$\Offsets\SSIDiaries.txt") <br />
If fi.LastWriteTime.Date = DateTime.Today Then <br />
Dts.TaskResult = Dts.Results.Success <br />
Else <br />
Dts.TaskResult = Dts.Results.Failure <br />
End If <br />
<br />
End Sub <br />&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/sql-server/13/10420584/ssis-question.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 14:47:01 GMT</pubDate></item><item><title><![CDATA[Installing SSIS]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/sql-server/13/10420583/installing-ssis.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/sql-server/13/10420583/installing-ssis.aspx]]></link><description><![CDATA[Hello, could any one advise : we have 2 options: ssis on same db engine or having 2 separate servers.<br />
Please suggest which option is good and why?<br />
<br />
Please help to provide any&nbsp;architectural&nbsp;referee links.<br />
<br />
Thank you.&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/sql-server/13/10420583/installing-ssis.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 14:37:20 GMT</pubDate></item><item><title><![CDATA[changes slide when selecting hyperlink?]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/powerpoint/68/10420570/changes-slide-when-selecting-hyperlink.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/powerpoint/68/10420570/changes-slide-when-selecting-hyperlink.aspx]]></link><description><![CDATA[Here is my issue.&nbsp; I have five slide in a show.&nbsp;On slide 2 there is a hyperlink.&nbsp; When I select the hyperlink on slide 2, it opens a word document, but it then switchs the show to slide 1? I want it to stay on slide 2.&nbsp; Why is this happening?<br />
<br />
Thanks,<br />
Dan&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/powerpoint/68/10420570/changes-slide-when-selecting-hyperlink.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 14:00:13 GMT</pubDate></item><item><title><![CDATA[visual studio2005]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/asp-net/17/10420556/visual-studio2005.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/asp-net/17/10420556/visual-studio2005.aspx]]></link><description><![CDATA[My visual studio 2005 express edition cannot run in browser when start debugging.<br />
Why this happen. But on the windows right side-&gt; in task bar-&gt; asp.net devolop centre port no. occurs, right click on it, opening in browser.<br />
&nbsp;It got worked. why cannot&nbsp; run directly from visual studio to explorer. so this problem i cannot debug. so how to solve it. Please help me<br />&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/asp-net/17/10420556/visual-studio2005.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 13:18:18 GMT</pubDate></item><item><title><![CDATA[How to convert a text value to sqldbtype float?]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/asp-net/17/10420543/how-to-convert-a-text-value-to-sqldbtype-float.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/asp-net/17/10420543/how-to-convert-a-text-value-to-sqldbtype-float.aspx]]></link><description><![CDATA[Hi,<br />
<br />
I have a field in&nbsp; a sql database called cust_hrs. This is defined as a float.<br />
I am writing astored proc to insert value into this column from an asp.net page.<br />
Here is the problem when i try to convert the text value to float-<br />
1. i dont seee any system.convert.tofloat function.<br />
&nbsp;2. System. Convert.ToDouble gives me an error message cannot convert from double to string<br />
<br />
Here is my code<br />
<font size="2"><font color="#0000ff" size="2"><font color="#0000ff" size="2">double</font></font> d;
<p>d= System.Convert.ToDouble(txtCustHrs.Text.ToString());</p>
<p>&nbsp;cmd.Parameters.Add("@Customer_Out_Hrs", SqlDbType.Float,0,d);</p>
</font><br />&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/asp-net/17/10420543/how-to-convert-a-text-value-to-sqldbtype-float.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 12:48:46 GMT</pubDate></item><item><title><![CDATA[Inseting new rows into the live database]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/sql-server/13/10420536/inseting-new-rows-into-the-live-database.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/sql-server/13/10420536/inseting-new-rows-into-the-live-database.aspx]]></link><description><![CDATA[&nbsp;I have to insert new rows into a table which is in live database and here how can i insert the news rows based on id i.e. i have 100 rows in a table and the last row id is 100 then if i insert a new row into that table it should insert with id = 101. please reply asap.&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/sql-server/13/10420536/inseting-new-rows-into-the-live-database.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 11:56:40 GMT</pubDate></item><item><title><![CDATA[How to increase ID by +1]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/asp-net/17/10420531/how-to-increase-id-by-1.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/asp-net/17/10420531/how-to-increase-id-by-1.aspx]]></link><description><![CDATA[How to increment table id based on last high value if we don't have identity for primary key&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/asp-net/17/10420531/how-to-increase-id-by-1.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 11:50:55 GMT</pubDate></item><item><title><![CDATA[Copy rows from one workbook to another]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/excel/66/10420529/copy-rows-from-one-workbook-to-another.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/excel/66/10420529/copy-rows-from-one-workbook-to-another.aspx]]></link><description><![CDATA[<table width="100%" align="center" class="tborder" id="post3036079" border="0" cellspacing="0" cellpadding="6">
    <tbody>
        <tr valign="top">
            <td class="alt1" id="td_post_3036079" style="border-right: #ffffff 1px solid;">
            <div id="post_message_3036079">Hi,<br />
            I want to copy data on condition from one workbook to another workbook on condition. How to do it thru vba<br />
            <br />
            Book1<br />
            Sheet1<br />
            colA&nbsp; &nbsp;ColB&nbsp;&nbsp; &nbsp;ColC&nbsp;&nbsp; &nbsp;ColD<br />
            aaa&nbsp;&nbsp;&nbsp; &nbsp;111&nbsp;&nbsp;&nbsp; xxx&nbsp;&nbsp; &nbsp;OK<br />
            bbb&nbsp;&nbsp;&nbsp; 222&nbsp;&nbsp; &nbsp;yyy&nbsp;&nbsp; OK<br />
            ccc&nbsp;&nbsp; 333&nbsp;&nbsp;&nbsp;&nbsp; zzz&nbsp;&nbsp; No<br />
            ddd&nbsp;&nbsp;&nbsp; 444&nbsp;&nbsp;&nbsp; ppp&nbsp;&nbsp;&nbsp; No<br />
            <br />
            Book2<br />
            Sheet1<br />
            colA&nbsp;&nbsp; ColB&nbsp;&nbsp;&nbsp; ColC <br />
            aaa&nbsp;&nbsp;&nbsp; &nbsp;111&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xxx <br />
            bbb&nbsp;&nbsp;&nbsp; 222&nbsp;&nbsp;&nbsp; &nbsp;yyy <br />
            <br />
            If the row in the ColD is OK then it has to be copied to Book2-sheet1.<br />
            Book1-sheet is on another network Drive. Suppose If another user has opened the Book2, is it possible to add the rows to the Book2?. If I add new rows it should be copy only newly added without affecting the previous rows and also it should check for the duplicates in Book2-sheet1 to next blank row in Book2.<br />
            <br />
            Regards </div>
            <!-- / message --></td>
        </tr>
        <tr>
            <td class="alt2" style="border-bottom: #ffffff 1px solid; border-left: #ffffff 1px solid; border-top: #ffffff 0px solid; border-right: #ffffff 1px solid;"><img title="klnp_mysore is online now" class="inlineimg" style="border: 0px solid;" alt="klnp_mysore is online now" src="images/statusicon/user_online.gif" /></td>
        </tr>
    </tbody>
</table>&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/excel/66/10420529/copy-rows-from-one-workbook-to-another.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 11:34:33 GMT</pubDate></item><item><title><![CDATA[Infopath form update in SarePoint library]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/sharepoint/69/10420528/infopath-form-update-in-sarepoint-library.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/sharepoint/69/10420528/infopath-form-update-in-sarepoint-library.aspx]]></link><description><![CDATA[Hi,<br />
<br />
I have an exististing library based on an infopath template which contain a couple of drop down lists. When ever I update the form or make a change I need to publish it to the sharepoint library. I then updated the dropdown list&nbsp; and published it, but only new forms reflect this change, and not existing forms. How do I make existing forms reflect this change.<br />
<br />
Thanks.&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/sharepoint/69/10420528/infopath-form-update-in-sarepoint-library.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 11:11:40 GMT</pubDate></item><item><title><![CDATA[somebody rply plzzzzzzz..]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10420523/somebody-rply-plzzzzzzz.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10420523/somebody-rply-plzzzzzzz.aspx]]></link><description><![CDATA[i am retreiving room nos. using this query <font color="#ff0000">(<font size="2"><font size="2">"select roomno from roominformation where floor = 'ground' and flag ='1';"</font></font>) .</font><font color="#0c0c0c"> i also have static room nos. in the list view.i want to show images on top of the list view room nos as icon dynamically according to their status.&nbsp;i want that room nos which are in both query and list view should show red image&nbsp;on top of&nbsp;list view from imagelist else of the room nos should show green image. like below :<img alt="" src="/FileUpload/1190913002/Untitleed.png" /></font>&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/csharp/2/10420523/somebody-rply-plzzzzzzz.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 10:58:44 GMT</pubDate></item><item><title><![CDATA[unwanted dot in picture frame]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/publisher/93/10420521/unwanted-dot-in-picture-frame.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/publisher/93/10420521/unwanted-dot-in-picture-frame.aspx]]></link><description><![CDATA[I am getting an unwanted dot at the top center of any border than I am adding to a photo. It only shows when I print preview and print...it's not there when I am working on the document. Any idea? I am having the document professionally printed and they have already told me they are seeing the dot, as well.&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/publisher/93/10420521/unwanted-dot-in-picture-frame.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 10:40:59 GMT</pubDate></item><item><title><![CDATA[printing on a network printer (vba code in access 2010)]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/microsoft-access/88/10420513/printing-on-a-network-printer-vba-code-in-access-2010.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/microsoft-access/88/10420513/printing-on-a-network-printer-vba-code-in-access-2010.aspx]]></link><description><![CDATA[I am trouble in my codes to print in a network printer. I want it to print using a specific tray of the printer.<br />
<br />
&nbsp;Docmd.OpenReport (filename), acViewPreview<br />
<br />
printer:&nbsp; "Tektronix Phaser 7700GX"<br />
ip address: 10.234.63.244<br />
EtherTalk: Disabled<br />
Netware: Disabled<br />
Ethernet: PhaserShare Series&nbsp;B&nbsp;Interface for Etherenet Network<br />
&nbsp;&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/microsoft-access/88/10420513/printing-on-a-network-printer-vba-code-in-access-2010.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 10:11:50 GMT</pubDate></item><item><title><![CDATA[somebody rply plz..]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10420510/somebody-rply-plz.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10420510/somebody-rply-plz.aspx]]></link><description><![CDATA[<font color="#0c0c0c">i am showing some room nos. in the list view like below imge. these are static rooms&nbsp;:<br />
<br />
<img alt="" src="http://eggheadcafe.com/FileUpload/1190913002/Untitleeed.png" /><br />
<br />
i have two columns in database roomno and flag.<br />
</font><br />
<img alt="" src="http://eggheadcafe.com/FileUpload/1190913002/gsdg.png" /><br />
actually what i want is whatever rooms this query retreives (<font size="2"><font color="#ff0000" size="2">string sql = "select roomno from roominformation where floor = 'ground' and flag ='1'";</font></font>) that room nos. in the list view should should show red image from the imagelist ctrl and else of the room nos in the list view show green image like below : i have added imagelist ctrl in my project which have two images red and green and i also set largeimagelist property of listview to imagelist1.<br />
<br />
<img alt="" src="http://eggheadcafe.com/FileUpload/1190913002/Untitleed.png" /><br />
hope it is clear to u all now....&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/csharp/2/10420510/somebody-rply-plz.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 10:04:14 GMT</pubDate></item><item><title><![CDATA[how to upgrade our setup when make some changes in program]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10420508/how-to-upgrade-our-setup-when-make-some-changes-in-program.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10420508/how-to-upgrade-our-setup-when-make-some-changes-in-program.aspx]]></link><description><![CDATA[hi<br />
<br />
<br />
i developed a program for adding two number in C# .net 2008<br />
i deploy this its working fine...<br />
<br />
<br />
now i modify my code by ... multiply instead of adding...<br />
<br />
<br />
so.. now how can i upgrade my setup which i create first..<br />
and re install my application once again...<br />
<br />
<br />
Please suggest me..<br />
<br />
<br />
Thanks&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/csharp/2/10420508/how-to-upgrade-our-setup-when-make-some-changes-in-program.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 10 Feb 2012 10:01:02 GMT</pubDate></item></channel></rss>
