Jeff Turkington
|
| Posted: 11/08/2002, 10:02 PM |
|
This is a multi-part message in MIME format.
------=_NextPart_000_0108_01C28772.93D75720
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Has anyone got a multi column grid working in CCS under ASP.net/c#? Any =
suggestions or examples are greatly appreciated!
I understand the example given in this discussion, namely removing the =
<tr> tags from the CCS generated html and inserting a new link control =
that emits a </tr><tr> every (n) records for a new row using the =
before-show event. But for some reason the count of records seems to be =
really weird and I end up with a few single column rows to start and =
then subsequent ones have n-1 columns. I even replaced the counter with =
GrdPeopleRepeater.Controls.Count and got exactly the same effect.
example of before show code
if (GrdPeopleRepeater.Controls.Count%4 =3D=3D0) {
GrdPeopleLblNewRow.InnerHtml =3D ("</tr><tr>");
}
else {
GrdPeopleLblNewRow.InnerHtml =3D " ";
}
Frustrated,
Jeff Turkington
Turkington & Associates Ltd.
phone: +1 (604) 721-7200
e-mail:jeff@turkington.net
web: http://www.turkington.net
------=_NextPart_000_0108_01C28772.93D75720
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>Has anyone got a multi column grid =
working in=20
CCS under ASP.net/c#? Any suggestions or examples are greatly=20
appreciated!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>I understand the example given in this =
discussion,=20
namely removing the <tr> tags from the CCS generated html and =
inserting a=20
new link control that emits a </tr><tr> every (n) records =
for a new=20
row using the before-show event. But for some reason the count of =
records=20
seems to be really weird and I end up with a few single column rows to =
start and=20
then subsequent ones have n-1 columns. I even replaced the counter =
with=20
GrdPeopleRepeater.Controls.Count and got exactly the same =
effect.</FONT></DIV>
<DIV><FONT face=3DCourier size=3D2></FONT> </DIV>
<DIV><FONT face=3DCourier size=3D2><U>example of before show =
code</U></FONT></DIV>
<DIV><FONT face=3DCourier size=3D2></FONT> </DIV>
<DIV><FONT face=3DCourier size=3D2>if =
(GrdPeopleRepeater.Controls.Count%4 =3D=3D0)=20
{<BR> GrdPeopleLblNewRow.InnerHtml =3D=20
("</tr><tr>");<BR>}<BR>else =
{<BR> GrdPeopleLblNewRow.InnerHtml=20
=3D " ";<BR>}</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Frustrated,</FONT></DIV>
<DIV>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><A =
name=3D_MailAutoSig><SPAN=20
lang=3DEN-CA style=3D"mso-no-proof: yes"><FONT face=3DArial><FONT =
size=3D2><STRONG>Jeff=20
Turkington<?xml:namespace prefix =3D o ns =3D=20
"urn:schemas-microsoft-com:office:office"=20
/><o:p></o:p></STRONG></FONT></FONT></SPAN></A></P>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><SPAN=20
style=3D"mso-bookmark: _MailAutoSig"><SPAN lang=3DEN-CA=20
style=3D"mso-no-proof: yes"><FONT face=3DArial><STRONG><FONT =
size=3D1>Turkington &=20
Associates Ltd.<o:p></o:p></FONT></STRONG></FONT></SPAN></SPAN></P>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><SPAN=20
style=3D"mso-bookmark: _MailAutoSig"><SPAN lang=3DEN-CA=20
style=3D"mso-no-proof: yes"><FONT face=3DArial><STRONG><FONT =
size=3D1>phone: +1 (604)=20
721-7200<o:p></o:p></FONT></STRONG></FONT></SPAN></SPAN></P>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><SPAN=20
style=3D"mso-bookmark: _MailAutoSig"><SPAN lang=3DEN-CA=20
style=3D"mso-no-proof: yes"><FONT face=3DArial><STRONG><FONT =
size=3D1>e-mail:=20
jeff@turkington.net<o:p></o:p></FONT></STRONG></FONT></SPAN></SPAN></P>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><SPAN=20
style=3D"mso-bookmark: _MailAutoSig"><SPAN lang=3DEN-CA=20
style=3D"mso-no-proof: yes"><FONT face=3DArial size=3D1><STRONG>web:=20 http://www.turkington.net</STRONG></FONT><FONT face=3D"Courier =
New"><FONT=20
size=3D2><o:p></o:p></FONT></FONT></SPAN></SPAN></P></DIV></BODY></HTML>
------=_NextPart_000_0108_01C28772.93D75720--
|
|
|
 |
Sanddy
|
| Posted: 11/08/2002, 10:56 PM |
|
This is a multi-part message in MIME format.
------=_NextPart_000_0043_01C287EB.486BE4D0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Jeff,
If I get your question correctly, you are trying to display multiple =
table fields into a single table column .. right ?=20
If so, then I suggest that instead of trying to programmatically change =
the columns, in CCS Design view, choose the Label and copy it into the =
other column. so that one column will contain 2 labels. You can delete =
the column emptied by the label you shifted.=20
--=20
Regards,
Saurabh Nandu
Microsoft MVP | MCP | AspElite
www.MasterCSharp.com
Master C#, the easy way...
------=_NextPart_000_0043_01C287EB.486BE4D0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:o =3D "urn:schemas-microsoft-com:office:office"><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Jeff,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>If I get your question correctly, you =
are trying to=20
display multiple table fields into a single table column .. right ?=20
</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>If so, then I suggest that instead of =
trying to=20
programmatically change the columns, in CCS Design view, choose the =
Label and=20
copy it into the other column. so that one column will contain 2 labels. =
You can=20
delete the column emptied by the label you shifted. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><BR>-- <BR>Regards,<BR>Saurabh Nandu<BR>Microsoft MVP | MCP |=20
AspElite<BR><A=20
href=3D"http://www.MasterCSharp.com">www.MasterCSharp.com</A><BR>Master =
C#, the=20
easy way...</DIV></BODY></HTML>
------=_NextPart_000_0043_01C287EB.486BE4D0--
|
|
|
 |
Jeff Turkington
|
| Posted: 11/09/2002, 12:30 PM |
|
This is a multi-part message in MIME format.
------=_NextPart_000_000F_01C287EB.B8D38750
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi Saurabh,
What I'm after is a grid (from a querey or view) that displays (n) =
records across by (m) rows down per page... and has the same old page =
navigation as in CCS. There's been a few postings on this, and the =
solutions only partially work under the .net framework. My suspicion is =
that the before-show event is not happening in sync with the other =
events.
Thanks,
Jeff Turkington
Turkington & Associates Ltd.
phone: +1 (604) 721-7200
e-mail:jeff@turkington.net
web: http://www.turkington.net
"Sanddy" <e_sanddy@yahoo.com> wrote in message =
news:aqibjq$bqs$1@news.codecharge.com...
Jeff,
If I get your question correctly, you are trying to display multiple =
table fields into a single table column .. right ?=20
If so, then I suggest that instead of trying to programmatically =
change the columns, in CCS Design view, choose the Label and copy it =
into the other column. so that one column will contain 2 labels. You can =
delete the column emptied by the label you shifted.=20
--=20
Regards,
Saurabh Nandu
Microsoft MVP | MCP | AspElite
www.MasterCSharp.com
Master C#, the easy way...
------=_NextPart_000_000F_01C287EB.B8D38750
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:o =3D "urn:schemas-microsoft-com:office:office"><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi <FONT face=3D"Times New Roman"=20
size=3D3>Saurabh,</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>What I'm after is a grid (from a querey =
or view)=20
that displays (n) records across by (m) rows down per page... and has =
the same=20
old page navigation as in CCS. There's been a few postings on =
this, and=20
the solutions only partially work under the .net framework. My =
suspicion=20
is that the before-show event is not happening in sync with the other=20
events.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Thanks,</FONT></DIV>
<DIV>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><A =
name=3D_MailAutoSig><SPAN=20
lang=3DEN-CA style=3D"mso-no-proof: yes"><FONT size=3D2><FONT =
face=3DArial>Jeff=20
Turkington<o:p></o:p></FONT></FONT></SPAN></A></P>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><SPAN=20
style=3D"mso-bookmark: _MailAutoSig"><SPAN lang=3DEN-CA=20
style=3D"mso-no-proof: yes"><FONT face=3DArial><FONT size=3D1>Turkington =
&=20
Associates Ltd.<o:p></o:p></FONT></FONT></SPAN></SPAN></P>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><SPAN=20
style=3D"mso-bookmark: _MailAutoSig"><SPAN lang=3DEN-CA=20
style=3D"mso-no-proof: yes"><FONT face=3DArial><FONT size=3D1>phone: +1 =
(604)=20
721-7200<o:p></o:p></FONT></FONT></SPAN></SPAN></P>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><SPAN=20
style=3D"mso-bookmark: _MailAutoSig"><SPAN lang=3DEN-CA=20
style=3D"mso-no-proof: yes"><FONT face=3DArial><FONT size=3D1>e-mail:=20
jeff@turkington.net<o:p></o:p></FONT></FONT></SPAN></SPAN></P>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><SPAN=20
style=3D"mso-bookmark: _MailAutoSig"><SPAN lang=3DEN-CA=20
style=3D"mso-no-proof: yes"><FONT face=3DArial size=3D1>web: </FONT><A=20
href=3D"http://www.turkington.net"><FONT face=3DArial=20
size=3D1>http://www.turkington.net</FONT></A></SPAN></SPAN></P>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><SPAN=20
style=3D"mso-bookmark: _MailAutoSig"><SPAN lang=3DEN-CA=20
style=3D"mso-no-proof: yes"><FONT size=3D2><FONT=20
face=3D"Courier =
New"><o:p></o:p></FONT></FONT></SPAN></SPAN> </P></DIV>
<DIV>"Sanddy" <<A =
href=3D"mailto:e_sanddy@yahoo.com">e_sanddy@yahoo.com</A>>=20
wrote in message <A=20
href=3D"news:aqibjq$bqs$1@news.codecharge.com">news:aqibjq$bqs$1@news.cod=
echarge.com</A>...</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV><FONT face=3DArial size=3D2>Jeff,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>If I get your question correctly, you =
are trying=20
to display multiple table fields into a single table column .. right ? =
</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>If so, then I suggest that instead of =
trying to=20
programmatically change the columns, in CCS Design view, choose the =
Label and=20
copy it into the other column. so that one column will contain 2 =
labels. You=20
can delete the column emptied by the label you shifted. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><BR>-- <BR>Regards,<BR>Saurabh Nandu<BR>Microsoft MVP | MCP |=20
AspElite<BR><A=20
=
href=3D"http://www.MasterCSharp.com">www.MasterCSharp.com</A><BR>Master =
C#, the=20
easy way...</DIV></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_000F_01C287EB.B8D38750--
|
|
|
 |
Jeff Turkington
|
| Posted: 11/10/2002, 11:07 AM |
|
This is a multi-part message in MIME format.
------=_NextPart_000_000F_01C288A9.50A90560
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Finally solved it... I moved the control to insert the </tr><tr> to be =
the last item in the column and adjusted my code appropritely to break =
after N records and all is fine. =20
Thanks,
Jeff Turkington
Turkington & Associates Ltd.
phone: +1 (604) 721-7200
e-mail:jeff@turkington.net
web: http://www.turkington.net
"Jeff Turkington" <jeff@turkington.net> wrote in message =
news:aqjr8t$vat$1@news.codecharge.com...
Hi Saurabh,
What I'm after is a grid (from a querey or view) that displays (n) =
records across by (m) rows down per page... and has the same old page =
navigation as in CCS. There's been a few postings on this, and the =
solutions only partially work under the .net framework. My suspicion is =
that the before-show event is not happening in sync with the other =
events.
Thanks,
Jeff Turkington
Turkington & Associates Ltd.
phone: +1 (604) 721-7200
e-mail:jeff@turkington.net
web: http://www.turkington.net
=20
"Sanddy" <e_sanddy@yahoo.com> wrote in message =
news:aqibjq$bqs$1@news.codecharge.com...
Jeff,
If I get your question correctly, you are trying to display multiple =
table fields into a single table column .. right ?=20
If so, then I suggest that instead of trying to programmatically =
change the columns, in CCS Design view, choose the Label and copy it =
into the other column. so that one column will contain 2 labels. You can =
delete the column emptied by the label you shifted.=20
--=20
Regards,
Saurabh Nandu
Microsoft MVP | MCP | AspElite
www.MasterCSharp.com
Master C#, the easy way...
------=_NextPart_000_000F_01C288A9.50A90560
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:o =3D "urn:schemas-microsoft-com:office:office"><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>
<DIV><FONT face=3DArial size=3D2>Finally solved it... I moved the =
control to=20
insert the </tr><tr> to be the last item in the column and =
adjusted=20
my code appropritely to break after N records and all is =
fine. =20
</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Thanks,</FONT></DIV>
<DIV>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><A =
name=3D_MailAutoSig><SPAN=20
lang=3DEN-CA style=3D"mso-no-proof: yes"><FONT size=3D2><FONT =
face=3DArial>Jeff=20
Turkington<o:p></o:p></FONT></FONT></SPAN></A></P>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><SPAN=20
style=3D"mso-bookmark: _MailAutoSig"><SPAN lang=3DEN-CA=20
style=3D"mso-no-proof: yes"><FONT face=3DArial><FONT size=3D1>Turkington =
&=20
Associates Ltd.<o:p></o:p></FONT></FONT></SPAN></SPAN></P>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><SPAN=20
style=3D"mso-bookmark: _MailAutoSig"><SPAN lang=3DEN-CA=20
style=3D"mso-no-proof: yes"><FONT face=3DArial><FONT size=3D1>phone: +1 =
(604)=20
721-7200<o:p></o:p></FONT></FONT></SPAN></SPAN></P>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><SPAN=20
style=3D"mso-bookmark: _MailAutoSig"><SPAN lang=3DEN-CA=20
style=3D"mso-no-proof: yes"><FONT face=3DArial><FONT size=3D1>e-mail:=20
jeff@turkington.net<o:p></o:p></FONT></FONT></SPAN></SPAN></P>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><SPAN=20
style=3D"mso-bookmark: _MailAutoSig"><SPAN lang=3DEN-CA=20
style=3D"mso-no-proof: yes"><FONT face=3DArial size=3D1>web: </FONT><A=20
href=3D"http://www.turkington.net"><FONT face=3DArial=20
size=3D1>http://www.turkington.net</FONT></A></SPAN></SPAN></P></DIV></DI=
V>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Jeff Turkington" <<A=20
href=3D"mailto:jeff@turkington.net">jeff@turkington.net</A>> wrote =
in message=20
<A=20
=
href=3D"news:aqjr8t$vat$1@news.codecharge.com">news:aqjr8t$vat$1@news.cod=
echarge.com</A>...</DIV>
<DIV><FONT face=3DArial size=3D2>Hi <FONT face=3D"Times New Roman"=20
size=3D3>Saurabh,</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>What I'm after is a grid (from a =
querey or view)=20
that displays (n) records across by (m) rows down per page... and has =
the same=20
old page navigation as in CCS. There's been a few postings on =
this, and=20
the solutions only partially work under the .net framework. My =
suspicion=20
is that the before-show event is not happening in sync with the other=20
events.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Thanks,</FONT></DIV>
<DIV>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><A =
name=3D_MailAutoSig><SPAN=20
lang=3DEN-CA style=3D"mso-no-proof: yes"><FONT size=3D2><FONT =
face=3DArial>Jeff=20
Turkington<o:p></o:p></FONT></FONT></SPAN></A></P>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><SPAN=20
style=3D"mso-bookmark: _MailAutoSig"><SPAN lang=3DEN-CA=20
style=3D"mso-no-proof: yes"><FONT face=3DArial><FONT =
size=3D1>Turkington &=20
Associates Ltd.<o:p></o:p></FONT></FONT></SPAN></SPAN></P>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><SPAN=20
style=3D"mso-bookmark: _MailAutoSig"><SPAN lang=3DEN-CA=20
style=3D"mso-no-proof: yes"><FONT face=3DArial><FONT size=3D1>phone: =
+1 (604)=20
721-7200<o:p></o:p></FONT></FONT></SPAN></SPAN></P>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><SPAN=20
style=3D"mso-bookmark: _MailAutoSig"><SPAN lang=3DEN-CA=20
style=3D"mso-no-proof: yes"><FONT face=3DArial><FONT size=3D1>e-mail:=20
jeff@turkington.net<o:p></o:p></FONT></FONT></SPAN></SPAN></P>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><SPAN=20
style=3D"mso-bookmark: _MailAutoSig"><SPAN lang=3DEN-CA=20
style=3D"mso-no-proof: yes"><FONT face=3DArial size=3D1>web: </FONT><A =
href=3D"http://www.turkington.net"><FONT face=3DArial=20
size=3D1>http://www.turkington.net</FONT></A></SPAN></SPAN></P>
<P class=3DMsoPlainText style=3D"MARGIN: 0in 0in 0pt"><SPAN=20
style=3D"mso-bookmark: _MailAutoSig"><SPAN lang=3DEN-CA=20
style=3D"mso-no-proof: yes"><FONT size=3D2><FONT=20
face=3D"Courier =
New"><o:p></o:p></FONT></FONT></SPAN></SPAN> </P></DIV>
<DIV>"Sanddy" <<A=20
href=3D"mailto:e_sanddy@yahoo.com">e_sanddy@yahoo.com</A>> wrote in =
message=20
<A=20
=
href=3D"news:aqibjq$bqs$1@news.codecharge.com">news:aqibjq$bqs$1@news.cod=
echarge.com</A>...</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV><FONT face=3DArial size=3D2>Jeff,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>If I get your question correctly, =
you are=20
trying to display multiple table fields into a single table column =
... right=20
? </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>If so, then I suggest that instead =
of trying to=20
programmatically change the columns, in CCS Design view, choose the =
Label=20
and copy it into the other column. so that one column will contain 2 =
labels.=20
You can delete the column emptied by the label you shifted. =
</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><BR>-- <BR>Regards,<BR>Saurabh Nandu<BR>Microsoft MVP | MCP |=20
AspElite<BR><A=20
=
href=3D"http://www.MasterCSharp.com">www.MasterCSharp.com</A><BR>Master =
C#,=20
the easy way...</DIV></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_000F_01C288A9.50A90560--
|
|
|
 |
|