Click here to Skip to main content
15,889,767 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: dropdownlist + gridview Pin
Sathesh Sakthivel28-May-07 3:01
Sathesh Sakthivel28-May-07 3:01 
GeneralRe: dropdownlist + gridview Pin
ritu432128-May-07 3:04
ritu432128-May-07 3:04 
GeneralRe: dropdownlist + gridview Pin
Sathesh Sakthivel28-May-07 3:09
Sathesh Sakthivel28-May-07 3:09 
GeneralRe: dropdownlist + gridview Pin
ritu432128-May-07 3:48
ritu432128-May-07 3:48 
GeneralRe: dropdownlist + gridview Pin
Sathesh Sakthivel28-May-07 4:03
Sathesh Sakthivel28-May-07 4:03 
Questionretrieve data problems Pin
ahsan201128-May-07 0:36
ahsan201128-May-07 0:36 
AnswerRe: retrieve data problems Pin
Kunal P28-May-07 2:34
Kunal P28-May-07 2:34 
Questionswitch http to https [modified] Pin
srinandan..28-May-07 0:18
srinandan..28-May-07 0:18 
Hi AllSmile | :) ,
A site which i have developed is working on both http and and using (SSL certificate)https. My problem is that i want the use https only when once the user logged in otherwise it works on the http.

Should i redirect to Page if the session object is not null then
redirect to https://abc.com/default.aspx else http://abc.com/default.aspx

or Is there another way in web.config or else to handle these protocols.
basically i don't want to hardcode the root path

Response.Redirect("https://abc.com/default.aspx")
OR Response.redirect("http://abc.com/default.aspx")


instead of
Response.Redirect("~/default.aspx");

Thanks in Advance....
Regards
Srnandan..
AnswerRe: switch http to https Pin
N a v a n e e t h28-May-07 0:36
N a v a n e e t h28-May-07 0:36 
QuestionServer Error in '/' Application. Pin
DKalepu27-May-07 23:59
DKalepu27-May-07 23:59 
AnswerRe: Server Error in '/' Application. Pin
DavidNohejl28-May-07 2:21
DavidNohejl28-May-07 2:21 
GeneralRe: Server Error in '/' Application. Pin
DKalepu28-May-07 19:28
DKalepu28-May-07 19:28 
Questionselected item deletion from listbox Pin
regin27-May-07 23:44
regin27-May-07 23:44 
AnswerRe: selected item deletion from listbox Pin
Sherin Iranimose27-May-07 23:49
Sherin Iranimose27-May-07 23:49 
Questionproblem with gettin specific record Pin
rcwoods27-May-07 23:00
rcwoods27-May-07 23:00 
AnswerRe: problem with gettin specific record Pin
Christian Graus28-May-07 1:17
protectorChristian Graus28-May-07 1:17 
Questionimage button click event [modified] Pin
harithadotnet27-May-07 22:51
harithadotnet27-May-07 22:51 
AnswerRe: image button click event Pin
Nouman Bhatti27-May-07 23:25
Nouman Bhatti27-May-07 23:25 
QuestionStylesheet Pin
Saritha Devaki27-May-07 22:45
Saritha Devaki27-May-07 22:45 
AnswerRe: Stylesheet Pin
Sherin Iranimose27-May-07 22:54
Sherin Iranimose27-May-07 22:54 
AnswerRe: Stylesheet Pin
Nouman Bhatti27-May-07 23:30
Nouman Bhatti27-May-07 23:30 
QuestionDataGrid problem Pin
alok_2k327-May-07 21:59
alok_2k327-May-07 21:59 
AnswerRe: DataGrid problem Pin
N a v a n e e t h27-May-07 22:36
N a v a n e e t h27-May-07 22:36 
AnswerRe: DataGrid problem Pin
Harini N K27-May-07 22:45
Harini N K27-May-07 22:45 
QuestionClient application using HTTP 1.1 though the protocol is set to 1.0 in the code. Pin
prgramya27-May-07 21:56
prgramya27-May-07 21:56 

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.