Click here to Skip to main content
15,887,596 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: posting to a href link Pin
Graham Breach4-May-14 23:59
Graham Breach4-May-14 23:59 
GeneralRe: posting to a href link Pin
tiwal5-May-14 0:03
tiwal5-May-14 0:03 
GeneralRe: posting to a href link Pin
Graham Breach5-May-14 0:18
Graham Breach5-May-14 0:18 
GeneralRe: posting to a href link Pin
tiwal5-May-14 0:31
tiwal5-May-14 0:31 
Questionlogin control not redirecting to previous page after login Pin
Nico Haegens3-May-14 10:37
professionalNico Haegens3-May-14 10:37 
AnswerRe: login control not redirecting to previous page after login Pin
Kornfeld Eliyahu Peter4-May-14 23:44
professionalKornfeld Eliyahu Peter4-May-14 23:44 
GeneralRe: login control not redirecting to previous page after login Pin
Nico Haegens5-May-14 0:08
professionalNico Haegens5-May-14 0:08 
GeneralRe: login control not redirecting to previous page after login Pin
Kornfeld Eliyahu Peter5-May-14 0:12
professionalKornfeld Eliyahu Peter5-May-14 0:12 
On the login button click handler...
C#
protected void LoginButton_Click ( object sender, EventArgs e ) {
  bool bValid = AuthenticateLoginIdentity( );

  if( bValid ) {
    FormsAuthentication.RedirectFromLoginPage( ); // look for overrides !!!
  }
}

I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)

Questionhelp with making inner table borders white Pin
Nico Haegens1-May-14 5:34
professionalNico Haegens1-May-14 5:34 
AnswerRe: help with making inner table borders white Pin
Richard Deeming1-May-14 6:00
mveRichard Deeming1-May-14 6:00 
GeneralRe: help with making inner table borders white Pin
Nico Haegens1-May-14 6:20
professionalNico Haegens1-May-14 6:20 
GeneralRe: help with making inner table borders white Pin
Richard Deeming1-May-14 6:27
mveRichard Deeming1-May-14 6:27 
GeneralRe: help with making inner table borders white Pin
Nico Haegens1-May-14 7:00
professionalNico Haegens1-May-14 7:00 
Questionhelp with CSS Pin
Jassim Rahma30-Apr-14 12:44
Jassim Rahma30-Apr-14 12:44 
AnswerRe: help with CSS Pin
vbmike3-May-14 12:13
vbmike3-May-14 12:13 
QuestionHow do I extract contents of php file and dump into a variable called aaData? Pin
samflex30-Apr-14 7:12
samflex30-Apr-14 7:12 
QuestionOwin Pin
ernest_hemingway07730-Apr-14 2:56
professionalernest_hemingway07730-Apr-14 2:56 
Questionwhat & how to prepare for ASP.net and php interview in one month Pin
Akash Tripathi29-Apr-14 4:03
Akash Tripathi29-Apr-14 4:03 
SuggestionRe: what & how to prepare for ASP.net and php interview in one month Pin
Richard Deeming29-Apr-14 4:40
mveRichard Deeming29-Apr-14 4:40 
QuestionAbout PHP and ASP Discussion Pin
Abhinandan Nimsarkar29-Apr-14 0:35
Abhinandan Nimsarkar29-Apr-14 0:35 
AnswerRe: About PHP and ASP Discussion Pin
thatraja29-Apr-14 2:28
professionalthatraja29-Apr-14 2:28 
GeneralRe: About PHP and ASP Discussion Pin
Abhinandan Nimsarkar29-Apr-14 2:57
Abhinandan Nimsarkar29-Apr-14 2:57 
GeneralRe: About PHP and ASP Discussion Pin
thatraja29-Apr-14 3:33
professionalthatraja29-Apr-14 3:33 
QuestionMy data is not loading into another tab when clicked. Any ideas? Pin
samflex28-Apr-14 17:00
samflex28-Apr-14 17:00 
QuestionServer returned HTTP response code: 403 for URL: ....? Pin
Hy Chanhan28-Apr-14 16:40
professionalHy Chanhan28-Apr-14 16:40 

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.