Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > How write web page for smartphones, iPhone, etc?

Reply
Thread Tools

How write web page for smartphones, iPhone, etc?

 
 
Ronald S. Cook
Guest
Posts: n/a
 
      01-19-2008
I'm assuming this is easy but have not yet tried...

I want my ASP.NET web app to detect if the client is a normal computer. If
so, it would direct the user to a given aspx page. If, however, the client
is a handheld device, it would go to a different page just for that size.

What is that size anyway.. something like 320x240? Would I just have a
table that size in the top left of a page or something?

Thanks for any help,
Ron

 
Reply With Quote
 
 
 
 
Harshal
Guest
Posts: n/a
 
      01-19-2008
Request.Browser might help you to detect who is requesting the page.

Thanks,
Harshal

"Ronald S. Cook" <> wrote in message
news107F151-1FD5-4111-B14C-...
> I'm assuming this is easy but have not yet tried...
>
> I want my ASP.NET web app to detect if the client is a normal computer.
> If so, it would direct the user to a given aspx page. If, however, the
> client is a handheld device, it would go to a different page just for that
> size.
>
> What is that size anyway.. something like 320x240? Would I just have a
> table that size in the top left of a page or something?
>
> Thanks for any help,
> Ron


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
How to update the current web page? (delete current web page + rewrite the page) laryten@yahoo.com Javascript 3 10-12-2006 07:33 PM
accessing the web user control's control from a web page and set a value from another web page Reny J Joseph Thuthikattu ASP .Net 1 12-30-2004 12:21 PM
RE: Web page is not available - "The Web page you requested is not available offline. To view this page, click Connect" =?Utf-8?B?VHJldm9yIEJlbmVkaWN0IFI=?= ASP .Net 0 06-07-2004 07:11 AM
Re: Web page is not available - "The Web page you requested is not available offline. To view this page, click Connect" Natty Gur ASP .Net 0 06-06-2004 05:46 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57