<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>ASP Free Forums - .NET Development</title>
		<link>http://forums.aspfree.com/</link>
		<description>.NET Development forum discussing the Microsoft languages including C#, VB.NET, ASP.NET and others. Learn various methods of problem solving unique to the .NET technologies.</description>
		<language>en</language>
		<lastBuildDate>Fri, 24 May 2013 05:18:51 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.aspfree.com/images/misc/rss.png</url>
			<title>ASP Free Forums - .NET Development</title>
			<link>http://forums.aspfree.com/</link>
		</image>
		<item>
			<title>Changing font color based on cell value....</title>
			<link>http://forums.aspfree.com/net-development-11/changing-font-color-based-cell-value-538492.html</link>
			<pubDate>Thu, 16 May 2013 00:34:34 GMT</pubDate>
			<description><![CDATA[I am a total newbie at this and am having trouble changing the color of the font based on a cell value - red if negative, green if positive. 
 
Here is my code... any help would be appreciated. 
 
<%@ Control Language="vb" AutoEventWireup="false" CodeBehind="Control2.ascx.vb"...]]></description>
			<content:encoded><![CDATA[<div>I am a total newbie at this and am having trouble changing the color of the font based on a cell value - red if negative, green if positive.<br />
<br />
Here is my code... any help would be appreciated.<br />
<br />
&lt;%@ Control Language=&quot;vb&quot; AutoEventWireup=&quot;false&quot; CodeBehind=&quot;Control2.ascx.vb&quot; Inherits=&quot;OSDASHBOARD20.Control2&quot; %&gt;<br />
<br />
&lt;script runat=&quot;server&quot;&gt;<br />
<br />
    Protected Sub GridView1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs)<br />
<br />
    End Sub<br />
&lt;/script&gt;<br />
<br />
<br />
    &lt;asp:GridView ID=&quot;GridView1&quot; runat=&quot;server&quot; AutoGenerateColumns=&quot;False&quot; CellPadding=&quot;4&quot;<br />
        Width=&quot;1000px&quot; DataSourceID=&quot;SqlDataEasternDivision&quot; Font-Bold=&quot;True&quot;<br />
        Font-Names=&quot;Times New Roman&quot; ForeColor=&quot;#333333&quot; EmptyDataText=&quot;-&quot; HorizontalAlign=&quot;Left&quot;<br />
        AllowSorting=&quot;True&quot; OnLoad=&quot;GridView1_Load&quot;&gt;<br />
        &lt;FooterStyle BackColor=&quot;#990000&quot; ForeColor=&quot;White&quot; Font-Bold=&quot;True&quot; /&gt;<br />
        &lt;RowStyle BackColor=&quot;#FFFBD6&quot; ForeColor=&quot;#333333&quot; HorizontalAlign=&quot;Right&quot; Font-Size=&quot;Smaller&quot; /&gt;<br />
        &lt;Columns&gt;<br />
            &lt;asp:BoundField DataField=&quot;FirstName&quot; HeaderText=&quot;Eastern&quot; <br />
                SortExpression=&quot;FirstName&quot;&gt;<br />
                &lt;ItemStyle HorizontalAlign=&quot;Left&quot; Width=&quot;225px&quot; /&gt;<br />
                &lt;HeaderStyle HorizontalAlign=&quot;Center&quot; Width=&quot;100px&quot; /&gt;<br />
            &lt;/asp:BoundField&gt;<br />
            &lt;asp:HyperLinkField DataTextField=&quot;YTD FEES&quot; HeaderText=&quot;YTD B DEALS&quot; SortExpression=&quot;YTD FEES&quot;<br />
                ControlStyle-CssClass=&quot;jt&quot; ControlStyle-Width=&quot;80px&quot; DataTextFormatString=&quot;{0:c0}&quot;<br />
                DataNavigateUrlFields=&quot;FirstName&quot;&gt;<br />
                &lt;ControlStyle CssClass=&quot;jt&quot; Width=&quot;80px&quot;&gt;&lt;/ControlStyle&gt;<br />
                &lt;ItemStyle Width=&quot;70px&quot; /&gt;<br />
            &lt;/asp:HyperLinkField&gt;<br />
            &lt;asp:HyperLinkField DataTextField=&quot;FutureBindingDeals&quot; HeaderText=&quot;FUTURE BINDING DEALS&quot; SortExpression=&quot;FutureBindingDeals&quot; <br />
            ControlStyle-CssClass=&quot;jt&quot; ControlStyle-Width=&quot;75px&quot;<br />
                DataTextFormatString=&quot;{0:c0}&quot; DataNavigateUrlFields=&quot;FirstName&quot;&gt;<br />
                &lt;ControlStyle CssClass=&quot;jt&quot; Width=&quot;80px&quot;&gt;&lt;/ControlStyle&gt;<br />
                &lt;ItemStyle Width=&quot;80px&quot; /&gt;<br />
            &lt;/asp:HyperLinkField&gt;<br />
            &lt;asp:HyperLinkField DataTextField=&quot;CHANGE&quot; HeaderText=&quot;B DEALS + FBD&quot; SortExpression=&quot;CHANGE&quot; <br />
            ControlStyle-CssClass=&quot;jt&quot; ControlStyle-Width=&quot;75px&quot;<br />
                DataTextFormatString=&quot;{0:c0}&quot; DataNavigateUrlFields=&quot;FirstName&quot;&gt;<br />
                &lt;ControlStyle CssClass=&quot;jt&quot; Width=&quot;80px&quot;&gt;&lt;/ControlStyle&gt;<br />
                &lt;ItemStyle Width=&quot;80px&quot; /&gt;<br />
            &lt;/asp:HyperLinkField&gt;    <br />
            &lt;asp:TemplateField&gt;<br />
                &lt;ControlStyle BackColor=&quot;Black&quot; /&gt;<br />
                &lt;ItemStyle BackColor=&quot;Black&quot; BorderColor=&quot;Black&quot; Width=&quot;2px&quot; /&gt;<br />
                &lt;HeaderStyle BackColor=&quot;Black&quot; BorderColor=&quot;Black&quot; Width=&quot;2px&quot; /&gt;<br />
            &lt;/asp:TemplateField&gt;<br />
            &lt;asp:HyperLinkField DataTextField=&quot;YTD FEES INVOICED&quot; HeaderText=&quot;INVOICED&quot; SortExpression=&quot;YTD FEES INVOICED&quot; <br />
            ControlStyle-CssClass=&quot;jt&quot; ControlStyle-Width=&quot;75px&quot;<br />
                DataTextFormatString=&quot;{0:c0}&quot; DataNavigateUrlFields=&quot;FirstName&quot;&gt;<br />
                &lt;ControlStyle CssClass=&quot;jt&quot; Width=&quot;80px&quot;&gt;&lt;/ControlStyle&gt;<br />
                &lt;ItemStyle Width=&quot;80px&quot; /&gt;<br />
            &lt;/asp:HyperLinkField&gt;  <br />
                        &lt;asp:HyperLinkField DataTextField=&quot;YTD Budget&quot; HeaderText=&quot;YTD BUDGET&quot; SortExpression=&quot;YTD BUDGET&quot;<br />
                ControlStyle-CssClass=&quot;jt&quot; ControlStyle-Width=&quot;80px&quot; DataTextFormatString=&quot;{0:c0}&quot;<br />
                DataNavigateUrlFields=&quot;FirstName&quot;&gt;<br />
                &lt;ControlStyle CssClass=&quot;jt&quot; Width=&quot;80px&quot;&gt;&lt;/ControlStyle&gt;<br />
                &lt;ItemStyle Width=&quot;80px&quot; /&gt;<br />
            &lt;/asp:HyperLinkField&gt;<br />
                        &lt;asp:BoundField DataField=&quot;YTDATTAINMENT&quot; DataFormatString=&quot;{0:c0}&quot; HeaderText=&quot;DIFFERENCE&quot;<br />
                SortExpression=&quot;YTDATTAINMENT&quot; HtmlEncode=&quot;False&quot;&gt;<br />
                &lt;ItemStyle HorizontalAlign=&quot;Right&quot; /&gt;<br />
                &lt;ItemStyle Width=&quot;75px&quot; /&gt;<br />
            &lt;/asp:BoundField&gt; <br />
            &lt;asp:TemplateField&gt;<br />
                &lt;ControlStyle BackColor=&quot;Black&quot; /&gt;<br />
                &lt;ItemStyle BackColor=&quot;Black&quot; BorderColor=&quot;Black&quot; Width=&quot;2px&quot; /&gt;<br />
                &lt;HeaderStyle BackColor=&quot;Black&quot; BorderColor=&quot;Black&quot; Width=&quot;2px&quot; /&gt;<br />
            &lt;/asp:TemplateField&gt;<br />
            &lt;asp:HyperLinkField DataTextField=&quot;InvandFutureInv&quot; HeaderText=&quot;Invoiced and Expected Invoiced in 2013&quot; SortExpression=&quot;InvandFutureInv&quot;<br />
                ControlStyle-CssClass=&quot;jt&quot; ControlStyle-Width=&quot;80px&quot; DataTextFormatString=&quot;{0:c0}&quot;<br />
                DataNavigateUrlFields=&quot;FirstName&quot;&gt;<br />
                &lt;ControlStyle CssClass=&quot;jt&quot; Width=&quot;80px&quot;&gt;&lt;/ControlStyle&gt;<br />
                &lt;ItemStyle Width=&quot;80px&quot; /&gt;<br />
            &lt;/asp:HyperLinkField&gt;<br />
            &lt;asp:HyperLinkField DataTextField=&quot;SUMOFBUDGET REVENUE&quot; HeaderText=&quot;ANNUAL BUDGET&quot; SortExpression=&quot;SUMOFBUDGET REVENUE&quot; <br />
            ControlStyle-CssClass=&quot;jt&quot; ControlStyle-Width=&quot;75px&quot;<br />
                DataTextFormatString=&quot;{0:c0}&quot; DataNavigateUrlFields=&quot;FirstName&quot;&gt;<br />
                &lt;ControlStyle CssClass=&quot;jt&quot; Width=&quot;75px&quot;&gt;&lt;/ControlStyle&gt;<br />
            &lt;/asp:HyperLinkField&gt;<br />
<br />
            &lt;asp:BoundField DataField=&quot;ATTAINMENT&quot; DataFormatString=&quot;{0:p1}&quot; HeaderText=&quot;ATTAINMENT&quot; SortExpression=&quot;ATTAINMENT&quot; HtmlEncode=&quot;False&quot;&gt;<br />
                &lt;ItemStyle HorizontalAlign=&quot;Right&quot; /&gt;<br />
                &lt;ItemStyle Width=&quot;75px&quot; /&gt;<br />
            &lt;/asp:BoundField&gt;<br />
                        &lt;asp:BoundField DataField=&quot;NetInvoiced&quot; DataFormatString=&quot;{0:c0}&quot; HeaderText=&quot;Net Invoiced&quot;<br />
                SortExpression=&quot;NetInvoiced&quot; HtmlEncode=&quot;False&quot;&gt;<br />
                &lt;ItemStyle HorizontalAlign=&quot;Right&quot; /&gt;<br />
                &lt;ItemStyle Width=&quot;75px&quot; /&gt;<br />
            &lt;/asp:BoundField&gt; <br />
<br />
                                    &lt;asp:HyperLinkField DataTextField=&quot;sortemployeesindash&quot; HeaderText=&quot;sortemployeesindash&quot; SortExpression=&quot;sortemployeesindash&quot;<br />
                ControlStyle-CssClass=&quot;jt&quot; ControlStyle-Width=&quot;75px&quot; DataTextFormatString=&quot;{0:c0}&quot; Visible=&quot;false&quot;<br />
                DataNavigateUrlFields=&quot;FirstName&quot;&gt;<br />
                &lt;ControlStyle CssClass=&quot;jt&quot; Width=&quot;75px&quot;&gt;&lt;/ControlStyle&gt;<br />
            &lt;/asp:HyperLinkField&gt;<br />
        &lt;/Columns&gt;<br />
        &lt;PagerStyle ForeColor=&quot;#333333&quot; HorizontalAlign=&quot;Center&quot; BackColor=&quot;#FFCC66&quot; /&gt;<br />
        &lt;SelectedRowStyle BackColor=&quot;#FFCC66&quot; Font-Bold=&quot;True&quot; ForeColor=&quot;Navy&quot; /&gt;<br />
        &lt;HeaderStyle BackColor=&quot;#990000&quot; Font-Bold=&quot;True&quot; ForeColor=&quot;White&quot; /&gt;<br />
        &lt;EditRowStyle HorizontalAlign=&quot;Center&quot; /&gt;<br />
        &lt;AlternatingRowStyle BackColor=&quot;White&quot; /&gt;<br />
    &lt;/asp:GridView&gt;<br />
&lt;br /&gt;<br />
&lt;br /&gt;<br />
 &lt;asp:SqlDataSource ID=&quot;SqlDataEasternDivision&quot; runat=&quot;server&quot; ConnectionString=&quot;&lt;%$ ConnectionStrings:RSMGMTConnectionString %&gt;&quot;<br />
        <br />
        ProviderName=&quot;&lt;%$ ConnectionStrings:RSMGMTConnectionString.ProviderN  ame %&gt;&quot; <br />
        <br />
        <br />
    <br />
    SelectCommand=&quot;SELECT FirstName, [YTD FEES], [FutureBindingDeals], [InvandFutureInv], [YTD Fees Invoiced], Change, [YTD BUDGET], YTDAttainment, Attainment, NetInvoiced, SortEmployeesinDash, [SumofBudget Revenue] FROM [RS Dashboard Chart] WHERE (FirstName = 'Sylvain') OR (FirstName = 'Gino') OR (FirstName = 'DavidK') ORDER BY SortEmployeesinDash DESC&quot;&gt;<br />
    &lt;/asp:SqlDataSource&gt;<br />
  <br />
&lt;br /&gt; <br />
    &lt;p&gt;<br />
        &amp;nbsp;&lt;/p&gt;<br />
    &amp;nbsp;&lt;/p&gt;<br />
<br />
<br />
<br />
&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot;&gt;<br />
            $(document).ready(function() {<br />
                $('a.jt').cluetip({<br />
                    cluetipClass: 'jtip',<br />
                    arrows: false,<br />
                    dropShadow: false,<br />
                    sticky: true,<br />
                    mouseOutClose: true,<br />
                    closePosition: 'title',<br />
                    closeText: '&lt;img src=&quot;http://forums.aspfree.com/images/cross.png&quot; alt=&quot;close&quot; /&gt;',<br />
                    attribute: 'href',<br />
                    height: '400',<br />
                    width: '410',<br />
                    positionBy: 'fixed',<br />
                    topOffset: 25,<br />
                    activation: 'click',<br />
                    onShow: function() {<br />
                        $('#cluetip').css({ top: &quot;0px&quot;, left: &quot;0px&quot; });<br />
                    }<br />
                });<br />
            });<br />
             <br />
        &lt;/script&gt;</div>

]]></content:encoded>
			<category domain="http://forums.aspfree.com/net-development-11/">.NET Development</category>
			<dc:creator>jpritch</dc:creator>
			<guid isPermaLink="true">http://forums.aspfree.com/net-development-11/changing-font-color-based-cell-value-538492.html</guid>
		</item>
		<item>
			<title>Crystal Reports 11.5 and VisualStudio 2005</title>
			<link>http://forums.aspfree.com/net-development-11/crystal-reports-11-5-visualstudio-2005-a-538491.html</link>
			<pubDate>Wed, 15 May 2013 21:46:10 GMT</pubDate>
			<description><![CDATA[HI: 
 
I've already created a different reports on CR 11.5, and they are running well, in fact, if I asing one of these as source of CrystalReportViewer control in VS2005, it runs well. 
 
My problem is, I need to crate an application for let a user to select the report that he/she need to see, I'm...]]></description>
			<content:encoded><![CDATA[<div>HI:<br />
<br />
I've already created a different reports on CR 11.5, and they are running well, in fact, if I asing one of these as source of CrystalReportViewer control in VS2005, it runs well.<br />
<br />
My problem is, I need to crate an application for let a user to select the report that he/she need to see, I'm trying to do this changin th ReportSource with an OnCLick event from a button. Every time that I try to run the report, it comes an error prompted taht just said, &quot;The Report Can't be shown&quot; or something like this.<br />
<br />
Could somebody help me to undertand how to run a report builded in Crystal outside of VS2005?<br />
<br />
I just have 2 months progarmming.<br />
<br />
Thank's a lot.</div>

]]></content:encoded>
			<category domain="http://forums.aspfree.com/net-development-11/">.NET Development</category>
			<dc:creator>arturo.franco</dc:creator>
			<guid isPermaLink="true">http://forums.aspfree.com/net-development-11/crystal-reports-11-5-visualstudio-2005-a-538491.html</guid>
		</item>
		<item>
			<title>Adding records to a database. Its very simple but im stuck!!</title>
			<link>http://forums.aspfree.com/net-development-11/adding-records-database-its-very-simple-but-im-stuck-538490.html</link>
			<pubDate>Wed, 15 May 2013 12:10:30 GMT</pubDate>
			<description><![CDATA[Guyzz... Im working on my AL project and i have this task : Adding records to a MS ACCESS database. Im finding it hard and i would love to find the solution ... with some help... 
 
Here's my code :  
 
 
conn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\Sanjay...]]></description>
			<content:encoded><![CDATA[<div>Guyzz... Im working on my AL project and i have this task : Adding records to a MS ACCESS database. Im finding it hard and i would love to find the solution ... with some help...<br />
<br />
Here's my code : <br />
<br />
<br />
conn.ConnectionString = &quot;Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\Sanjay XD\Desktop\Institution.mdb&quot;<br />
<br />
<br />
        If Not conn.State = ConnectionState.Open Then<br />
            conn.Open()<br />
        End If<br />
        cmd.Connection = conn<br />
        cmd.CommandText = &quot; INSERT INTO Student_Information_Table (First Name, Middle Name, Last Name)VALUES('&quot; + TextBox1.Text + &quot;','&quot; + TextBox2.Text + &quot;','&quot; + TextBox3.Text + &quot;' )&quot;<br />
        'cmd.Parameters.AddWithValue(&quot;@firsttext&quot;, TextBox1.Text)<br />
        'cmd.Parameters.AddWithValue(&quot;@middletext&quot;, TextBox2.Text)<br />
        'cmd.Parameters.AddWithValue(&quot;@lasttext&quot;, TextBox3.Text)<br />
<br />
<br />
<br />
        cmd.ExecuteNonQuery()<br />
        conn.Close()</div>

]]></content:encoded>
			<category domain="http://forums.aspfree.com/net-development-11/">.NET Development</category>
			<dc:creator>Sanjay10</dc:creator>
			<guid isPermaLink="true">http://forums.aspfree.com/net-development-11/adding-records-database-its-very-simple-but-im-stuck-538490.html</guid>
		</item>
		<item>
			<title>What would be the best method for authenticating users and retrieving only their info</title>
			<link>http://forums.aspfree.com/net-development-11/what-would-best-method-authenticating-users-retrieving-only-their-info-538471.html</link>
			<pubDate>Wed, 08 May 2013 15:08:42 GMT</pubDate>
			<description><![CDATA[Hi, 
I am developing a website in .NET 4.5. And C#. 
I've got my MasterPage and Base Page all set up. 
I am now to the point were I want to add a user login and registration page. 
What would be the best method of storing the users data and what is the best method of retrieving user specific data...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
I am developing a website in .NET 4.5. And C#.<br />
I've got my MasterPage and Base Page all set up.<br />
I am now to the point were I want to add a user login and registration page.<br />
What would be the best method of storing the users data and what is the best method of retrieving user specific data on a member's page.<br />
Rather than just a general Member's page, I would like the page to retrieve data specific to the user who is logged in.</div>

]]></content:encoded>
			<category domain="http://forums.aspfree.com/net-development-11/">.NET Development</category>
			<dc:creator>codeman061988</dc:creator>
			<guid isPermaLink="true">http://forums.aspfree.com/net-development-11/what-would-best-method-authenticating-users-retrieving-only-their-info-538471.html</guid>
		</item>
		<item>
			<title>In  C# Windows Application</title>
			<link>http://forums.aspfree.com/net-development-11/c-windows-application-538465.html</link>
			<pubDate>Tue, 07 May 2013 10:40:48 GMT</pubDate>
			<description>From my machine is it possible to retrieve the Systeminfo ,HostName,IP Address of other all machines working in organization. in C# Windows Application.</description>
			<content:encoded><![CDATA[<div>From my machine is it possible to retrieve the Systeminfo ,HostName,IP Address of other all machines working in organization. in C# Windows Application.</div>

]]></content:encoded>
			<category domain="http://forums.aspfree.com/net-development-11/">.NET Development</category>
			<dc:creator>sam198979</dc:creator>
			<guid isPermaLink="true">http://forums.aspfree.com/net-development-11/c-windows-application-538465.html</guid>
		</item>
		<item>
			<title>Combo box DATA Value Comparison problem</title>
			<link>http://forums.aspfree.com/net-development-11/combo-box-data-value-comparison-problem-538439.html</link>
			<pubDate>Sat, 27 Apr 2013 08:32:48 GMT</pubDate>
			<description>i have a web page in this web page i have seven combo boxes. every combo box data come from sql server 2005 table. combobox name is 
PC , RAM , IP ADDRESS , OPERATING SYSTEM , CPU , Mother Board , HARD DISK . 
if i select PC AND RAM combo box value and this value matches from database TABLE then...</description>
			<content:encoded><![CDATA[<div>i have a web page in this web page i have seven combo boxes. every combo box data come from sql server 2005 table. combobox name is<br />
PC , RAM , IP ADDRESS , OPERATING SYSTEM , CPU , Mother Board , HARD DISK .<br />
if i select PC AND RAM combo box value and this value matches from database TABLE then its show all the related data in crystal report viewer other vise its show a label that VALUES are not match. if i select PC , OPERATING SYSTEM and Mother Board data and if its match then all related data show on crystal report or if data not match then its show error that data not match. <br />
<br />
my data is like this :<br />
<br />
-PC---------------- IP ADDRESS------- Operating System ----------- CPU     ---------------------------------------------   mother board------ RAM--------- Hard disk <br />
Pentium 4-----192.168.0.134------ Windows 7 ----         Intel(R) Pentium(R) 4 CPU 1.70GHz (1695 MHz)--07E4h (Compaq) -256 MB ----   40 GB	<br />
Pentium 3-----192.168.0.215------ Windows XP -----    Intel Pentium III Xeon processor (3192 MHz) ---0M3849 (Dell Inc. )-512 MB ---   80 GB<br />
<br />
<br />
for example if i select PC Pentium 4 and Ram 256 MB then it show all realted data in crystal report:<br />
like this.<br />
Pentium 4-----192.168.0.134------ Windows 7 ---- Intel(R) Pentium(R) 4 CPU 1.70GHz (1695 MHz)------ 07E4h (Compaq) ---256 MB ---- 40 GB	<br />
<br />
but if i select PC Pentium 4 and ram 512 MB then it give me error that data not match:<br />
<br />
or if i select PC Pentium 4 and Ram 256 MB and IP ADDRESS 192.168.0.134 then it show all data in crsytal report<br />
like this<br />
Pentium 4-----192.168.0.134------ Windows 7 ---- Intel(R) Pentium(R) 4 CPU 1.70GHz (1695 MHz)------ 07E4h (Compaq) ---256 MB ---- 40 GB	<br />
<br />
but if i select PC Pentium 4 and Ram 256 MB and IP ADDRESS 192.168.0.215 then it give me error that data dont match.<br />
<br />
in this problem i want C# coding.<br />
Please Help ME i am new in .net.<br />
Thanks in advance</div>

]]></content:encoded>
			<category domain="http://forums.aspfree.com/net-development-11/">.NET Development</category>
			<dc:creator>immad</dc:creator>
			<guid isPermaLink="true">http://forums.aspfree.com/net-development-11/combo-box-data-value-comparison-problem-538439.html</guid>
		</item>
		<item>
			<title>Combo box Value Comparison problem</title>
			<link>http://forums.aspfree.com/net-development-11/combo-box-value-comparison-problem-538438.html</link>
			<pubDate>Sat, 27 Apr 2013 08:09:19 GMT</pubDate>
			<description>i have a web page in this web page i have seven combo boxes. every combo box data come from sql server 2005 table. combobox name is 
PC  , RAM , IP ADDRESS , OPERATING SYSTEM , CPU , Mother Board , HARD DISK . 
if i select PC AND RAM combo box value  and this value matches from database TABLE  then...</description>
			<content:encoded><![CDATA[<div>i have a web page in this web page i have seven combo boxes. every combo box data come from sql server 2005 table. combobox name is<br />
PC  , RAM , IP ADDRESS , OPERATING SYSTEM , CPU , Mother Board , HARD DISK .<br />
if i select PC AND RAM combo box value  and this value matches from database TABLE  then its show all the related data  in crystal report viewer other vise its show a label that VALUES are not match.  if i select PC , OPERATING SYSTEM and  Mother Board data and if its match then all related data show on crystal report or if data not match then its show error that data not match. <br />
<br />
my data is like this :<br />
<br />
     PC                  IP ADDRESS       Operating System            CPU                                                                               mother board         RAM         Hard disk                           <br />
Pentium 4-----192.168.0.134------ Windows 7  ----   Intel(R) Pentium(R) 4 CPU 1.70GHz (1695 MHz)------ 07E4h (Compaq)  ---256 MB ---- 40 GB	<br />
Pentium 3-----192.168.0.215------ Windows XP -----Intel Pentium III Xeon processor (3192 MHz)   -----  0M3849 (Dell Inc. )---512 MB  ---80 GB<br />
<br />
<br />
for example if i select PC Pentium 4 and Ram 256 MB then it show all realted data in crystal report:<br />
like this.<br />
Pentium 4-----192.168.0.134------ Windows 7  ----   Intel(R) Pentium(R) 4 CPU 1.70GHz (1695 MHz)------ 07E4h (Compaq)  ---256 MB ---- 40 GB	<br />
<br />
but if i select PC Pentium 4 and ram 512 MB then it give me error  that data not match:<br />
<br />
or if i select PC  Pentium 4 and Ram 256 MB and IP ADDRESS 192.168.0.134 then it show all data in crsytal report<br />
like this<br />
Pentium 4-----192.168.0.134------ Windows 7  ----   Intel(R) Pentium(R) 4 CPU 1.70GHz (1695 MHz)------ 07E4h (Compaq)  ---256 MB ---- 40 GB	<br />
<br />
but if i select PC Pentium 4 and Ram 256 MB and IP ADDRESS 92.168.0.215 then it give me error that data dont match.<br />
<br />
in this problem i want  C# coding.<br />
Please Help ME i am new in .net.<br />
Thanks in advance</div>

]]></content:encoded>
			<category domain="http://forums.aspfree.com/net-development-11/">.NET Development</category>
			<dc:creator>immad</dc:creator>
			<guid isPermaLink="true">http://forums.aspfree.com/net-development-11/combo-box-value-comparison-problem-538438.html</guid>
		</item>
		<item>
			<title>Web application not working in IE10</title>
			<link>http://forums.aspfree.com/net-development-11/web-application-not-working-ie10-538430.html</link>
			<pubDate>Wed, 24 Apr 2013 21:39:19 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I have a website which is working good in IE9. But recently I have updated my IE9 to IE10 , then some of the webpages are not working properly.  
 
I found a solution to forcebly render IE10 browser to IE9.  
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" > like this. 
That works...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have a website which is working good in IE9. But recently I have updated my IE9 to IE10 , then some of the webpages are not working properly. <br />
<br />
I found a solution to forcebly render IE10 browser to IE9. <br />
&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=EmulateIE9&quot; &gt; like this.<br />
That works fine in local and test environments. But its not working in live environment. <br />
<br />
If i open my website in IE, press F12( developer tools), in that browser mode - ie10 and document mode is getting like my solution which is - ie9. <br />
<br />
If i change browser mode to IE10 compatibility view, website works fine in all 3 servers(local, test and live). but i can't setup each and everytime for IE10 compatibility view. <br />
<br />
Is there any way to change browser mode to IE10 compatibility view through programatically(vb.net)<br />
<br />
Thanks in advance. It's little bit urgent, can anyone help on this?</div>

]]></content:encoded>
			<category domain="http://forums.aspfree.com/net-development-11/">.NET Development</category>
			<dc:creator>ASPNEWBIE07</dc:creator>
			<guid isPermaLink="true">http://forums.aspfree.com/net-development-11/web-application-not-working-ie10-538430.html</guid>
		</item>
	</channel>
</rss>
