[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Kenny

10/16/2003 5:10:00 AM

Hi,

Is there a way to show a line in Mobile.NET?

I would like to do so because sometimes we may need to split the main and
sub contents.

Thanks,
Kenny


1 Answer

jimblizz [ms]

10/23/2003 2:24:00 AM

0

Hi Kenny,

It depends on the type of device and what graphics capabilities the browser
device has.

One way would be to add a label control then populate that with dashes "-".
(Crude)

Another way would be to add an image control to the form and display a line
in it.

Another way would be to use "Response.Write("<hr>");" but it would appear at
the "top" of the form... probably not where you want it.

Hope this helps,
- bliz

Jim Blizzard, MCSD .NET | http://www.snowstormlif...
Community Developer Evangelist | http://www.microsoft.com/c...

This posting is provided AS IS, without warranty and confers no rights.

"Kenny" <keejh@hotmail.com> wrote in message
news:%23n45qN6kDHA.1708@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> Is there a way to show a line in Mobile.NET?
>
> I would like to do so because sometimes we may need to split the main and
> sub contents.
>
> Thanks,
> Kenny
>
>