User Profile
Collapse
-
Did you get this project working, I am doing working a project that has requirements to do the same thing. -
OK, after some other twikes like convert and using getting ride of the ints it worked.
ThanksLeave a comment:
-
ItemTemplate and code behind data passing
I am trying to do a simple calculation and then databind it in my repeater. The ItemTemplate code sends two integers to a code behind function as follows
<td style="width: 75px">
<asp:Label Text='<%# Get_Percent(Eva l("Total"), Eval("itemCount ")) %>' Runat="Server" />
</td>
The C# function is as follows:
protected int... -
-
Count multiple items from the same column
Hi All,
I need to do a count of individual items in one column I call status. The status column contains only three values (‘Not Available’, Partially Available’, ‘Fully Available’). My sql statement below just gets me the count for the status column, I need to know how to count the status column for the specific items.
SELECT EEI.EEI_NAME, COUNT(EEI_INSTA NCE_RECOVERY.ST ATUS) AS EXPR1
FROM MTS_EVENT INNER...
No activity results to display
Show More
Leave a comment: