I actually found a way to do it in one query. I just set
Then I sync'd with the repeaters prerender event. And set
>-----Original Message-----
>Hi AJ,
>
>All the data controls (repeater, datagrid...) will show
all your columns on
>every row. I suggest that you run two queries. One to get
the first three
>columns and another to get the other seven. Then use some
text boxes above
>your repeater for the first three columns and finally
bind the repeater to
>the data with seven columns.
>
>Thank you, Mike
>Microsoft, ASP.NET Support Professional
>
>Microsoft highly recommends to all of our customers that
they visit the
>
http://www.microsoft.com/protect site and perform the
three straightforward
>steps listed to improve your computer's security.
>
>This posting is provided "AS IS", with no warranties, and
confers no rights.
>
>
>--------------------
>> Content-Class: urn:content-classes:message
>> From: "AJ" <mrkatr24@yahoo.com>
>> Sender: "AJ" <mrkatr24@yahoo.com>
>> Subject: repeater
>> Date: Mon, 13 Oct 2003 14:00:48 -0700
>> Lines: 12
>> Message-ID: <090201c391cd$142ad360$a301280a@phx.gbl>
>> MIME-Version: 1.0
>> Content-Type: text/plain;
>> charset="iso-8859-1"
>> Content-Transfer-Encoding: 7bit
>> X-Newsreader: Microsoft CDO for Windows 2000
>> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
>> Thread-Index: AcORzRQqSvQMTy28TsKsKFeTWfvStA==
>> Newsgroups:
microsoft.public.dotnet.framework.aspnet.webcontrols
>> Path: cpmsftngxa06.phx.gbl
>> Xref: cpmsftngxa06.phx.gbl
>microsoft.public.dotnet.framework.aspnet.webcontrols:15332
>> NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
>> X-Tomcat-NG:
microsoft.public.dotnet.framework.aspnet.webcontrols
>>
>> Hello,
>> I have a repeater control data binded to an
sqldatareader.
>> There are a total of 10 columns. Of the 10 columns I
only
>> want to show the first 3 columns once at the top of the
>> table and the rest of the columns displayed per row.
>>
>> How do I do that? Am I using the wrong control?
>>
>> I tried <HeaderTemplate> but it doesn't work.
>>
>> thanks,
>> AJ
>>
>
>.