<?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, 31 May 2013 21:04:25 GMT</pubDate><description>EggHeadCafe - The .NET developer's portal of choice</description><language>en-us</language><item><title><![CDATA[RDLC IIF CONDITION]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/visual-studio/7/10474068/rdlc-iif-condition.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/visual-studio/7/10474068/rdlc-iif-condition.aspx]]></link><description><![CDATA[I have developed a report in vb.net/rdlc. what i want is to have a count of studentID for all male students(sex coded as 1) in grade 1 to be in&nbsp;a textbox, and a count of all female students in grade 1(sex coded as 0)to be in another textbox.<br />
<br />
The query i have for the report&nbsp;is generating the data as below;<br />
<br />
<p style="margin: 0in 0in 10pt;"><span style="font-family: calibri;">Sex&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; grade&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; studentID</span></p>
<p style="margin: 0in 0in 10pt;"><span style="font-family: calibri;">1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2009105012410059</span></p>
<p style="margin: 0in 0in 10pt;"><span style="font-family: calibri;">1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2009105012410060</span></p>
<p style="margin: 0in 0in 10pt;"><span style="font-family: calibri;">0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2009105012410063</span></p>
<p style="margin: 0in 0in 10pt;"><span style="font-family: calibri;">0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2009105012410065</span></p>
<br />
&nbsp;<br />
here is what i have in rdlc<br />
<br />
=iif(Fields!Sex.Value = 1 and Fields!grade.Value = 1,count(Fields!studentId.Value),0)<br />
<br />
only the false part is being executed i dont know why. Would please assist me to establish where i might go wrong&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/visual-studio/7/10474068/rdlc-iif-condition.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 31 May 2013 15:03:21 GMT</pubDate></item><item><title><![CDATA[hey guys plz help me plz tell how i retrieve video files  and play in asp.net]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10474065/hey-guys-plz-help-me-plz-tell-how-i-retrieve-video-files--and-play-in-aspnet.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10474065/hey-guys-plz-help-me-plz-tell-how-i-retrieve-video-files--and-play-in-aspnet.aspx]]></link><description><![CDATA[I store the video files in database but I unable to retrieve the video files....&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/csharp/2/10474065/hey-guys-plz-help-me-plz-tell-how-i-retrieve-video-files--and-play-in-aspnet.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 31 May 2013 11:13:43 GMT</pubDate></item><item><title><![CDATA[which one is the Default Gridview Event]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/asp-net/17/10474054/which-one-is-the-default-gridview-event.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/asp-net/17/10474054/which-one-is-the-default-gridview-event.aspx]]></link><description><![CDATA[<span style="color: #ff0000;"><strong>which one is the Default Gridview Event</strong></span><br />
This one Interview question. I searched google but i didn't get it answer.can you send me this Answer.&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/asp-net/17/10474054/which-one-is-the-default-gridview-event.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 31 May 2013 04:28:47 GMT</pubDate></item><item><title><![CDATA[Store data at client side]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/asp-net/17/10474053/store-data-at-client-side.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/asp-net/17/10474053/store-data-at-client-side.aspx]]></link><description><![CDATA[Hi Every one,<br />
<br />
Please suggest me for achieving customer requirement.<br />
<br />
I have huge data of datasets i.e "dsStudents" and "dsMarks".<br />
<br />
i need to handle this dataset between pages, i dont want every time to pick from database. i have stored this data in<br />
"VIEWSTATE" and also i have compressed "VIEWSTATE" , after compressing of "VIEWSTATE" page size comes 16MB to 3MB Size.<br />
<br />
still my page very slow while loading..please suggest one good solution and what is the alternative if my dataset size increase in future.<br />
<br />
thanks<br />
<br />
<br />&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/asp-net/17/10474053/store-data-at-client-side.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 31 May 2013 03:35:52 GMT</pubDate></item><item><title><![CDATA[CRUD Operations in WPF using MVVM in Sql server with C#]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10474052/crud-operations-in-wpf-using-mvvm-in-sql-server-with-c.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10474052/crud-operations-in-wpf-using-mvvm-in-sql-server-with-c.aspx]]></link><description><![CDATA[<br />
could you please....,<br />
<br />
Can any one provide the insert ,update,delete and reset (CRUD) operations in WPF<br />
<br />
Using SQL SERVER and with MVVM Only on data grid or listview<br />
<br />
please................<br />
<br />
<br />
Regards<br />
Koteswararao A<br />
<br />
<br />&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/csharp/2/10474052/crud-operations-in-wpf-using-mvvm-in-sql-server-with-c.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 31 May 2013 02:45:49 GMT</pubDate></item><item><title><![CDATA[How to keep sql database in online server and access it by C# windows/web application]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/visual-studio/7/10474051/how-to-keep-sql-database-in-online-server-and-access-it-by-c-windowsweb-application.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/visual-studio/7/10474051/how-to-keep-sql-database-in-online-server-and-access-it-by-c-windowsweb-application.aspx]]></link><description><![CDATA[I have a client with requirements as follows :<br />
<br />
&nbsp; They want windows based project and need to keep sql database in online server. How can I access sql database from online server in C# windows based application or webapplication. What connectionstring can be used to access database?&nbsp;&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/visual-studio/7/10474051/how-to-keep-sql-database-in-online-server-and-access-it-by-c-windowsweb-application.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 31 May 2013 02:28:43 GMT</pubDate></item><item><title><![CDATA[Show user control (.ascx page) as pop up window when image button clicked]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/asp-net/17/10474046/show-user-control-ascx-page-as-pop-up-window-when-image-button-clicked.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/asp-net/17/10474046/show-user-control-ascx-page-as-pop-up-window-when-image-button-clicked.aspx]]></link><description><![CDATA[Hi All,<br />
<br />
I am having .aspx page with image button. when i clicked on image button, i need to show user control as popup window? How to do this one in asp.net (for web application)?<br />
<br />
when i tried to show .aspx page as pop up window on image button click event. when i clicked on go button inside popup window, the previous page is opening&nbsp;as new page (i.e., I am geting page 1 in new window). I want to avoid the new page not to display in new window?<br />
can anyone hlep me on this.<br />
<br />
Thanks,<br />
var<br />&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/asp-net/17/10474046/show-user-control-ascx-page-as-pop-up-window-when-image-button-clicked.aspx" target="_self">read more</a>]]></description><pubDate>Thu, 30 May 2013 08:20:22 GMT</pubDate></item><item><title><![CDATA[Task parallel programming]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10474043/task-parallel-programming.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10474043/task-parallel-programming.aspx]]></link><description><![CDATA[what is task parallel programming? is it same as sync and async calls in .net ? or any difference is there?&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/csharp/2/10474043/task-parallel-programming.aspx" target="_self">read more</a>]]></description><pubDate>Thu, 30 May 2013 07:17:03 GMT</pubDate></item><item><title><![CDATA[How We can Connect Plane HTML to WCF ?]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/wcf/18/10474042/how-we-can-connect-plane-html-to-wcf-.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/wcf/18/10474042/how-we-can-connect-plane-html-to-wcf-.aspx]]></link><description><![CDATA[&nbsp;I Created &nbsp;one HTML page on Desktop &nbsp; &nbsp;I want To Connect &nbsp;HTML page &nbsp;To WCF Application . &nbsp;How Can Connect and Fetch Data&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/wcf/18/10474042/how-we-can-connect-plane-html-to-wcf-.aspx" target="_self">read more</a>]]></description><pubDate>Thu, 30 May 2013 06:41:53 GMT</pubDate></item><item><title><![CDATA[please urgent!! A potentially dangerous Request.Form value was detected from the client]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10474037/please-urgent-a-potentially-dangerous-requestform-value-was-detected-from-the-client.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10474037/please-urgent-a-potentially-dangerous-requestform-value-was-detected-from-the-client.aspx]]></link><description><![CDATA[&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/csharp/2/10474037/please-urgent-a-potentially-dangerous-requestform-value-was-detected-from-the-client.aspx" target="_self">read more</a>]]></description><pubDate>Thu, 30 May 2013 06:13:23 GMT</pubDate></item><item><title><![CDATA[Avoid calendar extendar to change month or show only 1 month]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/asp-net/17/10474030/avoid-calendar-extendar-to-change-month-or-show-only-1-month.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/asp-net/17/10474030/avoid-calendar-extendar-to-change-month-or-show-only-1-month.aspx]]></link><description><![CDATA[Avoid calendar extendar to change month or show only 1 month. calendar extendar fill only from date and to date range&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/asp-net/17/10474030/avoid-calendar-extendar-to-change-month-or-show-only-1-month.aspx" target="_self">read more</a>]]></description><pubDate>Thu, 30 May 2013 01:00:07 GMT</pubDate></item><item><title><![CDATA[Show or hide calendar control on gridview setfous event, and select the date]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/asp-net/17/10474025/show-or-hide-calendar-control-on-gridview-setfous-event-and-select-the-date.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/asp-net/17/10474025/show-or-hide-calendar-control-on-gridview-setfous-event-and-select-the-date.aspx]]></link><description><![CDATA[<span style="font-size: 13px;">
<p>Show or hide calendar control on gridview setfous event, and select the date Calendar1_SelectionChanged event </p>
</span>&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/asp-net/17/10474025/show-or-hide-calendar-control-on-gridview-setfous-event-and-select-the-date.aspx" target="_self">read more</a>]]></description><pubDate>Wed, 29 May 2013 08:48:42 GMT</pubDate></item><item><title><![CDATA[create page dynamically using wpf]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/xaml/56/10474023/create-page-dynamically-using-wpf.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/xaml/56/10474023/create-page-dynamically-using-wpf.aspx]]></link><description><![CDATA[create page dynamically depend on given title&nbsp; same as adobephotoshop go to file --&gt; click new --&gt; open window&nbsp; give name ,height and width and create new window same as add number of widows&nbsp; same like this i need it but c# wpf windows application&nbsp; very urgent please help me....&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/xaml/56/10474023/create-page-dynamically-using-wpf.aspx" target="_self">read more</a>]]></description><pubDate>Wed, 29 May 2013 08:38:19 GMT</pubDate></item><item><title><![CDATA[need macro foe some data]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/excel/66/10474020/need-macro-foe-some-data.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/excel/66/10474020/need-macro-foe-some-data.aspx]]></link><description><![CDATA[<span style="line-height: 115%; font-family: calibri, sans-serif; color: black; font-size: 11pt;">Hi I have some data in sheet no 1 like below</span>,<br />
<br />
<table width="2564" style="width: 1922pt; border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0">
    <colgroup><col width="64" style="width: 48pt;" /><col width="63" style="width: 47pt;" /><col width="88" style="width: 66pt;" span="2" /><col width="79" style="width: 59pt;" /><col width="60" style="width: 45pt;" /><col width="64" style="width: 48pt;" span="4" /><col width="64" style="width: 48pt;" /><col width="64" style="width: 48pt;" /><col width="71" style="width: 53pt;" /><col width="79" style="width: 59pt;" /><col width="84" style="width: 63pt;" /><col width="64" style="width: 48pt;" span="5" /><col width="81" style="width: 61pt;" /><col width="79" style="width: 59pt;" /><col width="64" style="width: 48pt;" span="12" /><col width="64" style="width: 48pt;" /><col width="64" style="width: 48pt;" span="2" /><col width="64" style="width: 48pt;" /></colgroup>
    <tbody>
        <tr height="31" style="height: 23.25pt;">
            <td class="xl66" style="background-color: yellow; width: 48pt; height: 23.25pt;border: windowtext 0.5pt solid;"><span style="font-family: calibri;">NAME</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 47pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">BRANCH</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 66pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sadsa</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 66pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">CUSTOMER NAME</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 59pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">organization code</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 45pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">as</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">as</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">as</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">asa</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Revised</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billd/Accrual</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">asa</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 53pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">AMOUNT</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 59pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">MACHINENO</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 63pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">BW/Clr</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">MODEL</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">SOURCE</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">CONTRACT TYPE</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">RATE</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">OPENING METER</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 61pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">CLOSING METER</span></td>
            <td class="xl67" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 59pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">READING DATE</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">CV</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sdsa</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sdsd</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sadsa</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sadsa</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sadsa</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sadsa</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sdsd</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Location</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Region</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Model</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Stand Model</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">PG</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">PS.CS</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Mono/Color M/c</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Counter</span></td>
        </tr>
        <tr height="20" style="height: 15pt;">
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext 0.5pt solid; background-color: transparent; height: 15pt; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">asa</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">xyz</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">weqe</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">weqe</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">as</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">&nbsp;</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">1.31E+09</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Revenue</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed Revenue</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">41367</span></td>
            <td align="right" class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">2070.8</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sds</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sds</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">1316</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sdsdsdsd</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">RENTAL</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">10</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">27496</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">32673</span></td>
            <td align="right" class="xl69" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">22-Mar-13</span></td>
            <td align="right" class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">5177</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">30404</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sds</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">61343</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">41103</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">42197</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">8</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sds</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Delhi</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">North</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">446132</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">446132</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">IR</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">CS</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Mono</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Mono</span></td>
        </tr>
        <tr height="20" style="height: 15pt;">
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext 0.5pt solid; background-color: transparent; height: 15pt; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">asas</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">xyz</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">weqe</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">weqe</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">as</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">&nbsp;</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">1.31E+09</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Revenue</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed Revenue</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">41370</span></td>
            <td align="right" class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">637.12</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sdsa</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sdsa</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">446</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sdsdsdsd</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">RENTAL</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">10</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">34887</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">36335</span></td>
            <td align="right" class="xl69" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">23-Mar-13</span></td>
            <td align="right" class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">1448</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">30404</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sdsa</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">61343</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">40690</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">41785</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">8</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sdsa</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Delhi</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">North</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">446132</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">446132</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">IR</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">CS</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Mono</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Mono</span></td>
        </tr>
        <tr height="20" style="height: 15pt;">
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext 0.5pt solid; background-color: transparent; height: 15pt; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">asas</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">xyz</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">weqe</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">weqe</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">as</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">&nbsp;</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">1.31E+09</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Revenue</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed Revenue</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">41370</span></td>
            <td align="right" class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">993.52</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sd</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sd</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">44232</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sdsdsdsd</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">RENTAL</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">10</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">4966</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">7224</span></td>
            <td align="right" class="xl69" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">22-Mar-13</span></td>
            <td align="right" class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">2258</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">30404</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sd</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">61343</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">41240</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">42334</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">8</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sd</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Delhi</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">North</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">446132</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">446132</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">IRC</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">CS</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Mono</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">color</span></td>
        </tr>
        <tr height="20" style="height: 15pt;">
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext 0.5pt solid; background-color: transparent; height: 15pt; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">asas</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">xyz</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">weqe</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">weqe</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">as</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">&nbsp;</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">1.31E+09</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Revenue</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed Revenue</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">41370</span></td>
            <td align="right" class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">1591.04</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">df</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">df</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">44232</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sdsdsdsd</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">RENTAL</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">10</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">14493</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">18109</span></td>
            <td align="right" class="xl69" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">21-Mar-13</span></td>
            <td align="right" class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">3616</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">30404</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">df</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">61343</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">41242</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">42336</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">8</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">df</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Delhi</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">North</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">446132</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">446132</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">IR</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">CS</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Mono</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Mono</span></td>
        </tr>
        <tr height="20" style="height: 15pt;">
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext 0.5pt solid; background-color: transparent; height: 15pt; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">asas</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">xyz</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">fdg</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">fdg</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">as</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">&nbsp;</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">1.31E+09</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Revenue</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed Revenue</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">41370</span></td>
            <td align="right" class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">1174.36</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">dfd</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">dfd</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">44232</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sdsdsdsd</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">RENTAL</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">10</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">5737</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">8406</span></td>
            <td align="right" class="xl69" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">23-Mar-13</span></td>
            <td align="right" class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">2669</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">30404</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">dfd</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">61343</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">41239</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">42333</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">8</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">dfd</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Delhi</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">North</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">446132</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">446132</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">IRC</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">CS</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Mono</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">color</span></td>
        </tr>
        <tr height="20" style="height: 15pt;">
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext 0.5pt solid; background-color: transparent; height: 15pt; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">asas</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">xyz</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">fdg</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">fdg</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">as</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">&nbsp;</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">1.31E+09</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Revenue</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed Revenue</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">41370</span></td>
            <td align="right" class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">1229.8</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">dsf</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">dsf</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">44232</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sdsdsdsd</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">RENTAL</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">10</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">11712</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">14507</span></td>
            <td align="right" class="xl69" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">19-Mar-13</span></td>
            <td align="right" class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">2795</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">30404</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">dsf</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">61343</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">41243</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">42337</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">8</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">dsf</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Delhi</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">North</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">446132</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">446132</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">IRC</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">CS</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Mono</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Mono</span></td>
        </tr>
        <tr height="20" style="height: 15pt;">
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext 0.5pt solid; background-color: transparent; height: 15pt; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">asas</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">xyz</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">ty</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">ty</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">as</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">&nbsp;</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">1.31E+09</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Revenue</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed Revenue</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Billed</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">41367</span></td>
            <td align="right" class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">4240.08</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">dsf</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">dsf</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">44232</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">sdsdsdsd</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">RENTAL</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">10</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">261801</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">272673</span></td>
            <td align="right" class="xl69" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">22-Mar-13</span></td>
            <td align="right" class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">10872</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">30404</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">dsf</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">59327</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">39855</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">41374</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">8</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">dsf</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Delhi</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">North</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">446132</span></td>
            <td align="right" class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">446132</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">IRC</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">CS</span></td>
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">Mono</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">color</span></td>
        </tr>
    </tbody>
</table>
<br />
<p style="margin: 0in 0in 10pt;"><span style="font-family: calibri; color: black;">, I want some macro to convert this data to like below </span></p>
in sheet 2 convert calculate Cv<br />
<br />
<table width="496" style="width: 372pt; border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0">
    <colgroup><col width="110" style="width: 83pt;" /><col width="106" style="width: 80pt;" /><col width="79" style="width: 59pt;" /><col width="71" style="width: 53pt;" /><col width="79" style="width: 59pt;" /><col width="51" style="width: 38pt;" /></colgroup>
    <tbody>
        <tr height="20" style="height: 15pt;">
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext 1pt solid; background-color: white; width: 83pt; height: 15pt; border-top: windowtext 1pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">&nbsp;</span></td>
            <td class="xl65" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: white; width: 80pt; border-top: windowtext 1pt solid; border-right: windowtext 0.5pt solid;"><strong><span style="font-family: calibri; color: #c0504d;">IR</span></strong></td>
            <td class="xl69" style="border-bottom: #ece9d8; border-left: windowtext; background-color: white; width: 59pt; border-top: windowtext 1pt solid; border-right: #ece9d8;"><strong><span style="font-family: calibri; color: #c0504d;">IRC</span></strong></td>
            <td class="xl70" style="border-bottom: #ece9d8; border-left: #ece9d8; background-color: white; width: 53pt; border-top: windowtext 1pt solid; border-right: #ece9d8;"><strong><span style="font-family: calibri; color: #c0504d;">&nbsp;</span></strong></td>
            <td class="xl70" style="border-bottom: #ece9d8; border-left: #ece9d8; background-color: white; width: 59pt; border-top: windowtext 1pt solid; border-right: #ece9d8;"><strong><span style="font-family: calibri; color: #c0504d;">&nbsp;</span></strong></td>
            <td class="xl71" style="border-bottom: #ece9d8; border-left: windowtext 0.5pt solid; background-color: #c0504d; width: 38pt; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid;"><span style="font-family: calibri; color: #ffffff;">&nbsp;</span></td>
        </tr>
        <tr height="33" style="height: 24.75pt;">
            <td class="xl67" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext 1pt solid; background-color: #c0504d; height: 24.75pt; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri; color: #ffffff;">Customer Name</span></td>
            <td class="xl64" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: #c0504d; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri; color: #ffffff;">Mono</span></td>
            <td class="xl64" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: #c0504d; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri; color: #ffffff;">Mono</span></td>
            <td class="xl64" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: #c0504d; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri; color: #ffffff;">Color</span></td>
            <td class="xl64" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: #c0504d; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;">
            <table width="130" style="width: 97pt; border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0">
                <colgroup><col width="79" style="width: 59pt;" /><col width="51" style="width: 38pt;" /></colgroup>
                <tbody>
                    <tr height="20" style="height: 15pt;">
                        <td class="xl68" style="border-bottom: #ece9d8; border-left: #ece9d8; background-color: white; width: 59pt; height: 15pt; border-top: windowtext 1pt solid; border-right: #ece9d8;"><strong><span style="font-family: calibri; color: #c0504d;">&nbsp;</span></strong></td>
                        <td class="xl69" style="border-bottom: #ece9d8; border-left: windowtext 0.5pt solid; background-color: #c0504d; width: 38pt; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid;"><span style="font-family: calibri; color: #ffffff;">&nbsp;Total</span></td>
                    </tr>
                    <tr height="33" style="height: 24.75pt;">
                        <td class="xl66" style="background-color: #c0504d; height: 24.75pt;border: windowtext 0.5pt solid;"><span style="font-family: calibri; color: #ffffff;">Color%</span></td>
                        <td class="xl70" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: #c0504d; border-top: #ece9d8; border-right: windowtext 1pt solid;"><span style="font-family: calibri; color: #ffffff;">&nbsp;</span></td>
                    </tr>
                </tbody>
            </table>
            </td>
            <td class="xl72" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: #c0504d; border-top: #ece9d8; border-right: windowtext 1pt solid;"><span style="font-family: calibri; color: #ffffff;">&nbsp;</span></td>
        </tr>
    </tbody>
</table>
<br />
and in sheet 3 calculate amount <br />
<br />
<table width="481" style="width: 362pt; border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0">
    <colgroup><col width="120" style="width: 90pt;" /><col width="85" style="width: 64pt;" /><col width="65" style="width: 49pt;" /><col width="82" style="width: 62pt;" /><col width="90" style="width: 68pt;" /><col width="39" style="width: 29pt;" /></colgroup>
    <tbody>
        <tr height="20" style="height: 15pt;">
            <td class="xl68" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext 1pt solid; background-color: white; width: 90pt; height: 15pt; border-top: windowtext 1pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri;">&nbsp;</span></td>
            <td class="xl67" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: white; width: 64pt; border-top: windowtext 1pt solid; border-right: windowtext 0.5pt solid;"><strong><span style="font-family: calibri; color: #c0504d;">IR</span></strong></td>
            <td class="xl73" style="border-bottom: #ece9d8; border-left: windowtext; background-color: white; width: 49pt; border-top: windowtext 1pt solid; border-right: #ece9d8;"><strong><span style="font-family: calibri; color: #c0504d;">IRC</span></strong></td>
            <td class="xl74" style="border-bottom: #ece9d8; border-left: #ece9d8; background-color: white; width: 62pt; border-top: windowtext 1pt solid; border-right: #ece9d8;"><strong><span style="font-family: calibri; color: #c0504d;">&nbsp;</span></strong></td>
            <td class="xl74" style="border-bottom: #ece9d8; border-left: #ece9d8; background-color: white; width: 68pt; border-top: windowtext 1pt solid; border-right: #ece9d8;"><strong><span style="font-family: calibri; color: #c0504d;">&nbsp;</span></strong></td>
            <td class="xl71" style="border-bottom: #ece9d8; border-left: windowtext 0.5pt solid; background-color: #c0504d; width: 29pt; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid;"><span style="font-family: calibri; color: #ffffff;">&nbsp;Total</span></td>
        </tr>
        <tr height="20" style="height: 15pt;">
            <td class="xl69" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext 1pt solid; background-color: #c0504d; height: 15pt; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri; color: #ffffff;">Customer Name</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: #c0504d; border-top: windowtext; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri; color: #ffffff;">Mono</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: #c0504d; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri; color: #ffffff;">Mono</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: #c0504d; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri; color: #ffffff;">Color</span></td>
            <td class="xl66" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: #c0504d; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;"><span style="font-family: calibri; color: #ffffff;">Color%</span></td>
            <td class="xl72" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: #c0504d; border-top: #ece9d8; border-right: windowtext 1pt solid;"><span style="font-family: calibri; color: #ffffff;">&nbsp;</span></td>
        </tr>
    </tbody>
</table>
<br />
<br />
thanks <br />
anu&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/excel/66/10474020/need-macro-foe-some-data.aspx" target="_self">read more</a>]]></description><pubDate>Wed, 29 May 2013 07:34:03 GMT</pubDate></item><item><title><![CDATA[WHICH is best and easy pattern MVC or MVVM?]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10474019/which-is-best-and-easy-pattern-mvc-or-mvvm.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10474019/which-is-best-and-easy-pattern-mvc-or-mvvm.aspx]]></link><description><![CDATA[What is MVVM and Why?<br />
<br />
which pattern is good and strong either MVC / MVVM?<br />
<br />
<br />&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/csharp/2/10474019/which-is-best-and-easy-pattern-mvc-or-mvvm.aspx" target="_self">read more</a>]]></description><pubDate>Wed, 29 May 2013 06:41:58 GMT</pubDate></item><item><title><![CDATA[how to read duplicate Ids in a html Document using ASp.Net C#]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10474018/how-to-read-duplicate-ids-in-a-html-document-using-aspnet-c.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10474018/how-to-read-duplicate-ids-in-a-html-document-using-aspnet-c.aspx]]></link><description><![CDATA[<p style="color: #222222; font-family: arial, sans-serif;"><span style="font-family: 'arial narrow', sans-serif;">I Need to  Develop an&nbsp;http://asp.net/&nbsp;page that reads html files &nbsp;in a folder and displays list of duplicate ids.  ie. Same id used with-in one or more html files</span></p>
<p style="color: #222222; font-family: arial, sans-serif; margin-left: 72pt;"><span style="font-family: 'arial narrow', sans-serif;">a.html</span></p>
<p style="color: #222222; font-family: arial, sans-serif; margin-left: 72pt;"><span style="font-family: 'arial narrow', sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div id=&rdquo;a1&rdquo;&gt; &lt;/div&gt; &lt;ul id=&rdquo;a2&rdquo;&gt; &lt;li&gt; Hello &lt;/li&gt; &lt;li&gt; how are you&lt;/li&gt;&lt;/ul&gt;</span></p>
<p style="color: #222222; font-family: arial, sans-serif; margin-left: 72pt;"><span style="font-family: 'arial narrow', sans-serif;">b.html</span></p>
<p style="color: #222222; font-family: arial, sans-serif; margin-left: 72pt;"><span style="font-family: 'arial narrow', sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ul id=&rdquo;a1&gt;&lt;/ul&gt; &lt;div id=&rdquo;a3&rdquo;&gt; &lt;ul&gt; &lt;li&gt; Val 1&lt;/li&gt;&lt;li&gt;Val2&lt;/li&gt; &lt;/ul&gt;&lt;/div&gt;</span></p>
<p style="color: #222222; font-family: arial, sans-serif; margin-left: 72pt;"><span style="font-family: 'arial narrow', sans-serif;">&nbsp;</span></p>
<p style="color: #222222; font-family: arial, sans-serif; margin-left: 72pt;"><span style="font-family: 'arial narrow', sans-serif;"><strong>The program should display the following result:</strong></span></p>
<p style="color: #222222; font-family: arial, sans-serif;"><span style="font-family: 'arial narrow', sans-serif;">&nbsp;</span></p>
<p style="color: #222222; font-family: arial, sans-serif;"><span style="font-family: 'arial narrow', sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<wbr></wbr>&nbsp; <strong>ID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Files</strong></span></p>
<p style="color: #222222; font-family: arial, sans-serif;"><span style="font-family: 'arial narrow', sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<wbr></wbr>&nbsp; A1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; a.html, b.html
Any one help me Please.
Thanks in Advance.</span></p>&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/csharp/2/10474018/how-to-read-duplicate-ids-in-a-html-document-using-aspnet-c.aspx" target="_self">read more</a>]]></description><pubDate>Wed, 29 May 2013 06:43:11 GMT</pubDate></item><item><title><![CDATA[microsoft word has stopped working]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/word/67/10474017/microsoft-word-has-stopped-working.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/word/67/10474017/microsoft-word-has-stopped-working.aspx]]></link><description><![CDATA[<p>Source<br />
Microsoft Office Word</p>
<p>Summary<br />
Stopped working</p>
<p>Date<br />
&lrm;22/&lrm;05/&lrm;2013 14:23 PM</p>
<p>Status<br />
Report sent</p>
<p>Description<br />
Faulting Application Path:&nbsp;C:\Program Files\Microsoft Office\Office12\WINWORD.EXE</p>
<p>Problem signature<br />
Problem Event Name:&nbsp;APPCRASH<br />
Application Name:&nbsp;WINWORD.EXE<br />
Application Version:&nbsp;12.0.4518.1014<br />
Application Timestamp:&nbsp;45428028<br />
Fault Module Name:&nbsp;StackHash_cf5b<br />
Fault Module Version:&nbsp;6.1.7600.16385<br />
Fault Module Timestamp:&nbsp;4a5bdadb<br />
Exception Code:&nbsp;c0000374<br />
Exception Offset:&nbsp;000c283b<br />
OS Version:&nbsp;6.1.7600.2.0.0.768.3<br />
Locale ID:&nbsp;1033<br />
Additional Information 1:&nbsp;cf5b<br />
Additional Information 2:&nbsp;cf5bf56c10d891ecd6557c2dd101716c<br />
Additional Information 3:&nbsp;bef3<br />
Additional Information 4:&nbsp;bef3cd6574c986624d56149c52252308</p>
<p>Extra information about the problem<br />
Bucket ID:&nbsp;2676058056</p>&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/word/67/10474017/microsoft-word-has-stopped-working.aspx" target="_self">read more</a>]]></description><pubDate>Wed, 29 May 2013 04:35:03 GMT</pubDate></item><item><title><![CDATA[Install Sql Server Express Conditionally during Window Application setup process]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10474016/install-sql-server-express-conditionally-during-window-application-setup-process.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/csharp/2/10474016/install-sql-server-express-conditionally-during-window-application-setup-process.aspx]]></link><description><![CDATA[Hi,<br />
<br />
I have an windows application and as back end using Sql Server 2008 Express version. I am not finding the way that how to install the Sql Server during the application setup process if Sql server is not installed on client's computer.&nbsp;<br />
<br />
Thanks,<br />
Raj&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/csharp/2/10474016/install-sql-server-express-conditionally-during-window-application-setup-process.aspx" target="_self">read more</a>]]></description><pubDate>Wed, 29 May 2013 02:33:50 GMT</pubDate></item><item><title><![CDATA[Are BizTalk 2010 (R1) and .NET 4.5 compatibile. Can I install .NET 4.5 on my BT2010 server]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/biztalk/70/10474008/are-biztalk-2010-r1-and-net-45-compatibile-can-i-install-net-45-on-my-bt2010-server.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/biztalk/70/10474008/are-biztalk-2010-r1-and-net-45-compatibile-can-i-install-net-45-on-my-bt2010-server.aspx]]></link><description><![CDATA[Are BizTalk 2010 (R1) and .NET 4.5 compatibile. Can I install .NET 4.5 on my BT2010 server? Will bt BT2010 application continue working? Any insights appreciated!&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/biztalk/70/10474008/are-biztalk-2010-r1-and-net-45-compatibile-can-i-install-net-45-on-my-bt2010-server.aspx" target="_self">read more</a>]]></description><pubDate>Tue, 28 May 2013 15:07:29 GMT</pubDate></item><item><title><![CDATA[VS 2008 app unable to update sql server compact.  Can connect and select.  No errors.]]></title><guid isPermaLink="false"><![CDATA[http://www.eggheadcafe.com/community/ado/10/10474007/vs-2008-app-unable-to-update-sql-server-compact--can-connect-and-select--no-errors.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/community/ado/10/10474007/vs-2008-app-unable-to-update-sql-server-compact--can-connect-and-select--no-errors.aspx]]></link><description><![CDATA[Changed app to use SQL Server Compact database instead of SQL Server 2008 R2.&nbsp; Can connect and retrieve data into dataset but updates to rows don't work.&nbsp; return code is 0 from <span style="font-size: 13px;">ExecuteNonQuery and no errors thrown.&nbsp; I have tried updating using the table adapter, ExecuteNonQuery using parameters and using a simple update statment.&nbsp; Any thoughts?</span>&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/community/ado/10/10474007/vs-2008-app-unable-to-update-sql-server-compact--can-connect-and-select--no-errors.aspx" target="_self">read more</a>]]></description><pubDate>Tue, 28 May 2013 13:00:05 GMT</pubDate></item></channel></rss>