Click here to Skip to main content
15,892,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWarning that a file exists(file upload) Pin
Christer Claesson12-Jul-06 22:57
Christer Claesson12-Jul-06 22:57 
AnswerRe: Warning that a file exists(file upload) Pin
g00fyman12-Jul-06 23:17
g00fyman12-Jul-06 23:17 
GeneralRe: Warning that a file exists(file upload) Pin
Christer Claesson13-Jul-06 2:15
Christer Claesson13-Jul-06 2:15 
GeneralRe: Warning that a file exists(file upload) Pin
g00fyman13-Jul-06 2:26
g00fyman13-Jul-06 2:26 
QuestionCSS in WebUserControl Pin
aqui_i12-Jul-06 22:38
aqui_i12-Jul-06 22:38 
AnswerRe: CSS in WebUserControl Pin
g00fyman12-Jul-06 23:13
g00fyman12-Jul-06 23:13 
GeneralRe: CSS in WebUserControl Pin
eggsovereasy13-Jul-06 3:21
eggsovereasy13-Jul-06 3:21 
QuestionProblem with ASP.NET Opera Browser Detection Pin
Brayan__12-Jul-06 22:16
Brayan__12-Jul-06 22:16 
Hi I have a problem with Opera Browser Detection using ASP.NET
Here is the code:
Dim bobj As System.Web.Mobile.MobileCapabilities = CType(Request.Browser, System.Web.Mobile.MobileCapabilities)

bobj.IsMobileDevice is True
and bobj.InputType = "telephoneKeypad"

If I change the Opera Browser identification to IE or Mozilla everything is allright:
bobj.IsMobileDevice is False
and bobj.InputType = "keyboard"

I'm using Opera 9, I test this on Opera 8.5 and it works fine, but the new version is identify as mobile device in ASP.NET
Where is the problem?

I asked this question in Opera forum and only got this answer:
"With asp.net of course, since that version isn't detecting Opera 9 properly"
AnswerRe: Problem with ASP.NET Opera Browser Detection Pin
minhpc_bk12-Jul-06 23:28
minhpc_bk12-Jul-06 23:28 
QuestionRe: Problem with ASP.NET Opera Browser Detection Pin
Brayan__13-Jul-06 2:53
Brayan__13-Jul-06 2:53 
QuestionHow to Accss Session Variable in Javascript? Pin
Abubakarsb12-Jul-06 21:59
Abubakarsb12-Jul-06 21:59 
AnswerRe: How to Accss Session Variable in Javascript? Pin
minhpc_bk12-Jul-06 23:33
minhpc_bk12-Jul-06 23:33 
AnswerRe: How to Accss Session Variable in Javascript? Pin
ketankumar13-Jul-06 0:04
ketankumar13-Jul-06 0:04 
AnswerRe: How to Accss Session Variable in Javascript? Pin
RichardGrimmer13-Jul-06 5:04
RichardGrimmer13-Jul-06 5:04 
QuestionFormView mode again( urgent) Pin
srinandan..12-Jul-06 21:55
srinandan..12-Jul-06 21:55 
AnswerRe: FormView mode again( urgent) Pin
g00fyman12-Jul-06 23:05
g00fyman12-Jul-06 23:05 
AnswerRe: FormView mode again( urgent) Pin
minhpc_bk12-Jul-06 23:25
minhpc_bk12-Jul-06 23:25 
GeneralRe: FormView mode again( urgent) Pin
srinandan..13-Jul-06 1:32
srinandan..13-Jul-06 1:32 
Questioncodebehind system namespace Pin
mamatha_raghu12-Jul-06 21:47
mamatha_raghu12-Jul-06 21:47 
AnswerRe: codebehind system namespace Pin
g00fyman12-Jul-06 23:20
g00fyman12-Jul-06 23:20 
QuestionHow to use mouseover event on datalist control. Pin
Amit Agarrwal12-Jul-06 20:46
Amit Agarrwal12-Jul-06 20:46 
QuestionHow to add print function ? Pin
cheeken2u12-Jul-06 20:13
cheeken2u12-Jul-06 20:13 
AnswerRe: How to add print function ? Pin
mnaveed13-Jul-06 1:08
mnaveed13-Jul-06 1:08 
QuestionServer.GetLastError() not working [modified] Pin
g00fyman12-Jul-06 20:02
g00fyman12-Jul-06 20:02 
AnswerRe: Server.GetLastError() not working Pin
kumarprabhakar7412-Jul-06 20:25
kumarprabhakar7412-Jul-06 20:25 

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.