Click here to Skip to main content
15,913,773 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Own server an aid in learning to develop? Pin
Bernhard Hiller13-Aug-13 20:30
Bernhard Hiller13-Aug-13 20:30 
QuestionMVC Page Pin
civic06012-Aug-13 11:02
civic06012-Aug-13 11:02 
QuestionRe: MVC Page Pin
John-ph12-Aug-13 15:22
John-ph12-Aug-13 15:22 
AnswerRe: MVC Page Pin
civic06013-Aug-13 2:39
civic06013-Aug-13 2:39 
AnswerRe: MVC Page Pin
John-ph13-Aug-13 4:01
John-ph13-Aug-13 4:01 
QuestionVALIDATION Pin
Member 1020493012-Aug-13 7:48
Member 1020493012-Aug-13 7:48 
AnswerRe: VALIDATION Pin
Richard Deeming12-Aug-13 8:40
mveRichard Deeming12-Aug-13 8:40 
GeneralRe: VALIDATION Pin
Dusara Maulik12-Aug-13 9:37
Dusara Maulik12-Aug-13 9:37 
Questionhttp://www.codeproject.com/Articles/294657/Month-and-Year-Picker-UserControl Pin
Member 1007030811-Aug-13 20:51
Member 1007030811-Aug-13 20:51 
AnswerRe: http://www.codeproject.com/Articles/294657/Month-and-Year-Picker-UserControl Pin
Bernhard Hiller11-Aug-13 22:19
Bernhard Hiller11-Aug-13 22:19 
QuestionHow to make update version Pin
sathishvegeta11-Aug-13 19:00
sathishvegeta11-Aug-13 19:00 
AnswerRe: How to make update version Pin
Forbiddenx21-Aug-13 1:19
Forbiddenx21-Aug-13 1:19 
QuestionImage is not getting displayed when rdlc report is exported to Excel or Word. Pin
Member 96143559-Aug-13 7:23
Member 96143559-Aug-13 7:23 
AnswerRe: Image is not getting displayed when rdlc report is exported to Excel or Word. Pin
Maciej Los10-Aug-13 23:44
mveMaciej Los10-Aug-13 23:44 
QuestionGridview in ASp.net Pin
lalitha198-Aug-13 23:01
lalitha198-Aug-13 23:01 
AnswerRe: Gridview in ASp.net Pin
ZurdoDev9-Aug-13 7:26
professionalZurdoDev9-Aug-13 7:26 
AnswerRe: Gridview in ASp.net Pin
Musakkhir10-Aug-13 21:52
professionalMusakkhir10-Aug-13 21:52 
AnswerRe: Gridview in ASp.net Pin
Dholakiya Ankit12-Aug-13 2:32
Dholakiya Ankit12-Aug-13 2:32 
Questionlurn .NET Pin
Member 101844618-Aug-13 18:58
Member 101844618-Aug-13 18:58 
QuestionRe: lurn .NET Pin
Richard MacCutchan8-Aug-13 21:49
mveRichard MacCutchan8-Aug-13 21:49 
AnswerRe: lurn .NET Pin
ZurdoDev9-Aug-13 7:31
professionalZurdoDev9-Aug-13 7:31 
AnswerRe: lurn .NET Pin
Herbisaurus18-Aug-13 22:49
Herbisaurus18-Aug-13 22:49 
QuestionMobile detection? Pin
Gregory Gadow8-Aug-13 4:48
Gregory Gadow8-Aug-13 4:48 
I have been handed a project to make part of my company's website more accessible to mobile users. I would like to have the main login page detect whether the user is accessing the site from a mobile device and, if so, direct them to a mobile subdomain.

Because this is a financial services company, our legal department does not want me to use cloud based determination service in any way, shape or form: while the risk of data theft is quite small, they feel that the risk outweighs the benefit. Ideally, it would be an open-source solution that I can monitor and update myself, in order to guarantee that there are no back-doors.

I have tried using HttpBrowserCapabilities, but most of the returned properties are rubbish: IsMobileDevice returns False even on my Android phone, and every browser I've tested seems to have a screen 640 pixels wide by 480 pixels high, from smart phone to tablet to Windows desktop.

So, any suggestions on how to proceed?
AnswerRe: Mobile detection? Pin
David Mujica8-Aug-13 5:21
David Mujica8-Aug-13 5:21 
GeneralRe: Mobile detection? Pin
Gregory Gadow8-Aug-13 5:46
Gregory Gadow8-Aug-13 5:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.