Click here to Skip to main content
15,887,985 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionFCKEditor-File Uploading-Preview Problem Pin
adnanrafiq15-Feb-07 1:50
adnanrafiq15-Feb-07 1:50 
QuestionAjax error: problem displaying Label in UpdatePanel Pin
FionaDM15-Feb-07 1:47
FionaDM15-Feb-07 1:47 
QuestionHelp Pin
legend_of_zanado15-Feb-07 1:00
legend_of_zanado15-Feb-07 1:00 
AnswerRe: Help Pin
Sylvester george15-Feb-07 2:30
Sylvester george15-Feb-07 2:30 
QuestionHelp Pin
legend_of_zanado15-Feb-07 0:58
legend_of_zanado15-Feb-07 0:58 
QuestionHelp Pin
legend_of_zanado15-Feb-07 0:57
legend_of_zanado15-Feb-07 0:57 
AnswerPlease do no cross post Pin
Sylvester george15-Feb-07 1:20
Sylvester george15-Feb-07 1:20 
Questionlogin problem Pin
Sameer Salkar15-Feb-07 0:55
Sameer Salkar15-Feb-07 0:55 
I am using login status and login control. but the problem when I am clicking log off it get log out but clicking on back button it again enter to site insted of showing login page but after refreshing get resolved.


for log out:
<asp:loginstatus id="LoginStatus1" logoutaction="Redirect" runat="server" logoutpageurl="~/Default.aspx">

config file:
<authentication mode="Forms">
<forms loginurl="default.aspx" protection="All" defaulturl="index.aspx">

<authorization>
<deny users="?">


for login Forms:
Authentication.RedirectFromLoginPage(sLogDets, true);
//FormsAuthenticationTicket tkt = new FormsAuthenticationTicket(1, sLogDets, DateTime.Now, DateTime.Now.AddMinutes(60), true, "");
Questioncommand line flash convert Pin
jugs0115-Feb-07 0:32
jugs0115-Feb-07 0:32 
Questionplot(small circle or square) on the Map(in web)according the data Pin
Hafees - Sri Lanka15-Feb-07 0:29
Hafees - Sri Lanka15-Feb-07 0:29 
QuestionRe: plot(small circle or square) on the Map(in web)according the data Pin
badgrs15-Feb-07 0:44
badgrs15-Feb-07 0:44 
QuestionProject With Source Code Pin
varun_khanna1715-Feb-07 0:18
varun_khanna1715-Feb-07 0:18 
AnswerRe: Project With Source Code Pin
badgrs15-Feb-07 0:24
badgrs15-Feb-07 0:24 
GeneralRe: Project With Source Code Pin
varun_khanna1715-Feb-07 0:37
varun_khanna1715-Feb-07 0:37 
GeneralRe: Project With Source Code Pin
Pete O'Hanlon15-Feb-07 1:37
mvePete O'Hanlon15-Feb-07 1:37 
GeneralRe: Project With Source Code Pin
varun_khanna1715-Feb-07 2:14
varun_khanna1715-Feb-07 2:14 
GeneralRe: Project With Source Code Pin
Pete O'Hanlon15-Feb-07 9:27
mvePete O'Hanlon15-Feb-07 9:27 
GeneralRe: Project With Source Code Pin
varun_khanna1715-Feb-07 18:01
varun_khanna1715-Feb-07 18:01 
GeneralRe: Project With Source Code Pin
Leyu15-Feb-07 23:05
Leyu15-Feb-07 23:05 
GeneralRe: Project With Source Code Pin
varun_khanna1716-Feb-07 19:00
varun_khanna1716-Feb-07 19:00 
GeneralRe: Project With Source Code Pin
Leyu17-Feb-07 18:03
Leyu17-Feb-07 18:03 
GeneralRe: Project With Source Code Pin
chansoni4-Aug-12 5:08
chansoni4-Aug-12 5:08 
QuestionGet List of Websites Pin
msubhash14-Feb-07 23:44
msubhash14-Feb-07 23:44 
AnswerRe: Get List of Websites Pin
Michael Sync15-Feb-07 0:05
Michael Sync15-Feb-07 0:05 
QuestionProblem with gridview Pin
Khawar Abbas114-Feb-07 23:39
Khawar Abbas114-Feb-07 23:39 

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.