Enter Keywords:
1 - 10 of 1150(0.011 seconds)
Sort By:
 
I want to use an "if" statement inside a repeater. Can someone give me an example of of using an "if" statement with a Container.DataItem.  I seem to get expression expected statement errors anywa...
Zones: .NETDate Answered: 02/20/2003 Rating: 6.4 Views: 0
When you hit a key and hold it for KeyPress, there is always the small delay after the first character is printed before it starts to repeatedly use Keypress.  Like, when you hold a key down, they ...
Zones: Visual BasicDate Answered: 06/27/2003 Rating: 7.0 Views: 0
The input file is given below: First split each sentence by space and take the first element (eg KEY1) and search for it all the remaining fields in the same row, then delete the repeataton ...
Zones: PerlDate Answered: 12/11/2003 Rating: 8.8 Views: 0
Hi I would like to ask if I can modify the color or the fonts of a repeater. Example record            Field1 Field2 Field3  (1)                    1          5         3  (2)              ...
Zones: Visual InterdevDate Answered: 10/30/2003 Rating: 7.6 Views: 0
I have a nested repeater, but ran in to a small problem, the repeater looks like this: <asp:repeater id="Repeater1" runat="server">       <ItemTemplate>             <%# DataBinder.Eval(Container.DataIte...
Zones: C#Date Answered: 03/28/2004 Rating: 7.6 Views: 0
Hi there. I have the following code inside a repeater. <td width="100" class=ItemAlternate><%# If Not((Container.DataItem("MinOfStarts")= "")  & Not((Container.DataItem("MaxOfEnds")= "") then ...
Zones: .NETDate Answered: 10/29/2003 Rating: 8.4 Views: 0
I have Starband's 360 modem connected to an xp machine via usb.  No problems with connectivity to the net.  I have a seperate ethernet card with the D-Link 614 wireless router connected to it. I am...
Zones: Networking, Wireles...Date Answered: 01/20/2004 Rating: 7.0 Views: 0
I have created a Word Table in Word 2000 and want to enable the 'Repeat Header Rows' feature forthe table on each new page from VBA. So far, I havent been able to find the VBA call to do this? H...
Zones: Visual BasicDate Answered: 04/08/2004 Rating: 9.6 Views: 0
I am getting some data out from a single database table, which has field A and field B. I would like to group all of field B data under field A in asp.net. My current data looks like Field A ...
Zones: ASP.Net ProgrammingDate Answered: 07/08/2004 Rating: 7.8 Views: 0
I'm buliding a table with a asp repeater. I have 2 options that I print out. either a radio button or a N/A depending on a method in my code behind. it looks likes this. html view <asp:...
Zones: .NETDate Answered: 05/27/2004 Rating: 5.8 Views: 0