Click here to Skip to main content
15,791,082 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionloginstatus control-sessions Pin
MalarGayu30-Nov-11 15:57
MalarGayu30-Nov-11 15:57 
AnswerRe: loginstatus control-sessions Pin
Member 322226430-Nov-11 20:48
Member 322226430-Nov-11 20:48 
AnswerRe: loginstatus control-sessions Pin
uspatel1-Dec-11 0:23
professionaluspatel1-Dec-11 0:23 
AnswerRe: loginstatus control-sessions Pin
coded0071-Dec-11 3:21
professionalcoded0071-Dec-11 3:21 
GeneralRe: loginstatus control-sessions Pin
MalarGayu1-Dec-11 14:09
MalarGayu1-Dec-11 14:09 
AnswerRe: loginstatus control-sessions Pin
thatraja1-Dec-11 22:04
professionalthatraja1-Dec-11 22:04 
QuestionFIXED HEADER AND FOOTER IN MASTER PAGE-WITHOUT REFRESH ON MENU CLICK Pin
Member 322226430-Nov-11 2:39
Member 322226430-Nov-11 2:39 
AnswerRe: FIXED HEADER AND FOOTER IN MASTER PAGE-WITHOUT REFRESH ON MENU CLICK Pin
jkirkerx30-Nov-11 13:03
professionaljkirkerx30-Nov-11 13:03 
That sounds like the proper behavior to me. Every button / hyperlink click regardless of being on a master page, or within a webform placeholder is going to generate a postback to the server.

If you want to use a button or hyperlink and not generate a complete postback, then you have to use Javascript, to SHOW / HIDE a control or object.

So you add onClientClick to the control object, and that will fire before a postback is generated.

onClientlick="return false;" will return false and cancel the next action.

return true will proceed to the next action.
QuestionHow to Access VB class from c# class which both Classes in App_code folder Pin
Member 282342130-Nov-11 1:35
Member 282342130-Nov-11 1:35 
AnswerRe: How to Access VB class from c# class which both Classes in App_code folder Pin
AmitGajjar30-Nov-11 2:28
professionalAmitGajjar30-Nov-11 2:28 
GeneralRe: How to Access VB class from c# class which both Classes in App_code folder Pin
Member 282342130-Nov-11 2:31
Member 282342130-Nov-11 2:31 
GeneralRe: How to Access VB class from c# class which both Classes in App_code folder Pin
AmitGajjar30-Nov-11 2:54
professionalAmitGajjar30-Nov-11 2:54 
GeneralRe: How to Access VB class from c# class which both Classes in App_code folder Pin
Member 282342130-Nov-11 2:57
Member 282342130-Nov-11 2:57 
GeneralRe: How to Access VB class from c# class which both Classes in App_code folder Pin
AmitGajjar30-Nov-11 5:59
professionalAmitGajjar30-Nov-11 5:59 
AnswerRe: How to Access VB class from c# class which both Classes in App_code folder Pin
David Asp30-Nov-11 11:31
David Asp30-Nov-11 11:31 
AnswerRe: How to Access VB class from c# class which both Classes in App_code folder Pin
jkirkerx30-Nov-11 12:52
professionaljkirkerx30-Nov-11 12:52 
QuestionASP.Net login control & IIS 5.1 Pin
sk_ko29-Nov-11 21:39
sk_ko29-Nov-11 21:39 
AnswerRe: ASP.Net login control & IIS 5.1 Pin
jkirkerx30-Nov-11 13:08
professionaljkirkerx30-Nov-11 13:08 
GeneralRe: ASP.Net login control & IIS 5.1 Pin
sk_ko30-Nov-11 14:53
sk_ko30-Nov-11 14:53 
GeneralRe: ASP.Net login control & IIS 5.1 Pin
jkirkerx30-Nov-11 15:46
professionaljkirkerx30-Nov-11 15:46 
Questionregarding crystalreports Pin
kalyan10qwerty29-Nov-11 19:04
kalyan10qwerty29-Nov-11 19:04 
AnswerRe: regarding crystalreports Pin
kalyan10qwerty29-Nov-11 19:18
kalyan10qwerty29-Nov-11 19:18 
QuestionAccess to the path is denied -when trying to delete files Pin
Ramkumar_S29-Nov-11 16:55
Ramkumar_S29-Nov-11 16:55 
AnswerRe: Access to the path is denied -when trying to delete files Pin
jkirkerx29-Nov-11 19:22
professionaljkirkerx29-Nov-11 19:22 
SuggestionRe: Access to the path is denied -when trying to delete files Pin
RaviRanjanKr1-Dec-11 10:03
professionalRaviRanjanKr1-Dec-11 10:03 

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.