Click here to Skip to main content
16,008,010 members
Home / Discussions / ASP.NET
   

ASP.NET

 
JokeRe: Height of technical overseas !!!!! Pin
Laxman Auti21-Mar-07 5:10
Laxman Auti21-Mar-07 5:10 
GeneralRe: Height of technical overseas !!!!! Pin
Vasudevan Deepak Kumar21-Mar-07 13:11
Vasudevan Deepak Kumar21-Mar-07 13:11 
Answer[Message Deleted] Pin
ca8msm21-Mar-07 1:15
ca8msm21-Mar-07 1:15 
QuestionHow to get wether the opened page is secure or nonsecure in asp.net Pin
monuSaini21-Mar-07 0:49
monuSaini21-Mar-07 0:49 
AnswerRe: How to get wether the opened page is secure or nonsecure in asp.net Pin
Sun Rays21-Mar-07 1:01
Sun Rays21-Mar-07 1:01 
GeneralRe: How to get wether the opened page is secure or nonsecure in asp.net Pin
monuSaini21-Mar-07 1:10
monuSaini21-Mar-07 1:10 
GeneralRe: How to get wether the opened page is secure or nonsecure in asp.net [modified] Pin
ca8msm21-Mar-07 1:11
ca8msm21-Mar-07 1:11 
GeneralRe: How to get wether the opened page is secure or nonsecure in asp.net Pin
Sun Rays21-Mar-07 1:17
Sun Rays21-Mar-07 1:17 
Rahul,

u try this
write this on your page load event.


Dim str As String
str = Request.Url.OriginalString

in str it will give u whole path of addressbar.

Dim http As Boolean
If str.StartsWith("http:/") Then
http = True
ElseIf str.StartsWith("https:/") Then
http = False
End If



Thanks,
Sun Rays

GeneralRe: How to get wether the opened page is secure or nonsecure in asp.net Pin
monuSaini21-Mar-07 1:24
monuSaini21-Mar-07 1:24 
AnswerRe: How to get wether the opened page is secure or nonsecure in asp.net Pin
ca8msm21-Mar-07 1:04
ca8msm21-Mar-07 1:04 
QuestionJava Script Prob Pin
Khan.Bangash21-Mar-07 0:47
Khan.Bangash21-Mar-07 0:47 
AnswerRe: Java Script Prob Pin
Sun Rays21-Mar-07 0:57
Sun Rays21-Mar-07 0:57 
GeneralRe: Java Script Prob Pin
Khan.Bangash21-Mar-07 1:20
Khan.Bangash21-Mar-07 1:20 
GeneralRe: Java Script Prob Pin
Sun Rays21-Mar-07 1:27
Sun Rays21-Mar-07 1:27 
GeneralRe: Java Script Prob Pin
Khan.Bangash21-Mar-07 1:33
Khan.Bangash21-Mar-07 1:33 
AnswerRe: Java Script Prob Pin
szukuro21-Mar-07 1:03
szukuro21-Mar-07 1:03 
GeneralRe: Java Script Prob Pin
Khan.Bangash21-Mar-07 1:20
Khan.Bangash21-Mar-07 1:20 
QuestionError Stack overFlow at Line 0 Pin
Ali el21-Mar-07 0:42
Ali el21-Mar-07 0:42 
AnswerRe: Error Stack overFlow at Line 0 Pin
Sun Rays21-Mar-07 0:46
Sun Rays21-Mar-07 0:46 
GeneralRe: Error Stack overFlow at Line 0 Pin
Ali el21-Mar-07 0:55
Ali el21-Mar-07 0:55 
GeneralRe: Error Stack overFlow at Line 0 Pin
szukuro21-Mar-07 0:56
szukuro21-Mar-07 0:56 
GeneralRe: Error Stack overFlow at Line 0 Pin
Ali el21-Mar-07 1:02
Ali el21-Mar-07 1:02 
QuestionGrids / Tables Pin
TimGee21-Mar-07 0:28
TimGee21-Mar-07 0:28 
AnswerSorry, did not get u.. Pin
Sun Rays21-Mar-07 0:43
Sun Rays21-Mar-07 0:43 
GeneralRe: Sorry, did not get u.. Pin
TimGee21-Mar-07 0:54
TimGee21-Mar-07 0:54 

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.