Groups | Blog | Home
all groups > asp.net mobile > october 2003 >

asp.net mobile : Draw a line


Kenny
10/16/2003 1:10:29 PM
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

Jim Blizzard [MSFT]
10/22/2003 7:23:40 PM
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.snowstormlife.com/blog
Community Developer Evangelist | http://www.microsoft.com/communities

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

[quoted text, click to view]

AddThis Social Bookmark Button