Click here to Skip to main content
15,895,709 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralPersisitent authentication Pin
#realJSOP31-Jan-08 6:33
mve#realJSOP31-Jan-08 6:33 
GeneralRe: Persisitent authentication Pin
Fred_Smith31-Jan-08 10:37
Fred_Smith31-Jan-08 10:37 
GeneralData Grid Pin
kibromg31-Jan-08 5:20
kibromg31-Jan-08 5:20 
AnswerRe: Data Grid Pin
newc131-Jan-08 5:33
newc131-Jan-08 5:33 
GeneralRe: Data Grid Pin
kibromg31-Jan-08 5:52
kibromg31-Jan-08 5:52 
GeneralRe: Data Grid Pin
kibromg31-Jan-08 6:48
kibromg31-Jan-08 6:48 
Generalproblem with customErrors tag Pin
Member 468659031-Jan-08 4:06
Member 468659031-Jan-08 4:06 
GeneralRe: problem with customErrors tag Pin
newc131-Jan-08 4:59
newc131-Jan-08 4:59 
This error is masking the true error you are recieving as the Web.config file of your application has the customErrors tag mode attribute not set to "off". Open the Web.config file of your application and update the customErrors tag as follows:

<customErrors mode="Off" />

Clean code is the key to happiness.

GeneralRe: problem with customErrors tag Pin
Member 468659031-Jan-08 20:59
Member 468659031-Jan-08 20:59 
Questionhow to call two javascript methods for the same onclient click event Pin
jagan12331-Jan-08 3:42
jagan12331-Jan-08 3:42 
AnswerRe: how to call two javascript methods for the same onclient click event Pin
Arun Jacob31-Jan-08 4:31
Arun Jacob31-Jan-08 4:31 
GeneralRe: how to call two javascript methods for the same onclient click event Pin
Not Active31-Jan-08 5:08
mentorNot Active31-Jan-08 5:08 
AnswerRe: how to call two javascript methods for the same onclient click event Pin
J4amieC31-Jan-08 5:08
J4amieC31-Jan-08 5:08 
GeneralRe: how to call two javascript methods for the same onclient click event Pin
dilipv3-Feb-08 18:55
dilipv3-Feb-08 18:55 
GeneralRe: how to call two javascript methods for the same onclient click event Pin
J4amieC4-Feb-08 21:34
J4amieC4-Feb-08 21:34 
GeneralWrapping up the words in Grid Pin
John.L.Ponratnam31-Jan-08 1:34
John.L.Ponratnam31-Jan-08 1:34 
AnswerRe: Wrapping up the words in Grid Pin
Arun Jacob31-Jan-08 5:45
Arun Jacob31-Jan-08 5:45 
GeneralstatusCode for Session expired(Custom error Messeges). Pin
adilkazmi31-Jan-08 0:53
adilkazmi31-Jan-08 0:53 
GeneralRe: statusCode for Session expired(Custom error Messeges). Pin
pmarfleet31-Jan-08 1:34
pmarfleet31-Jan-08 1:34 
GeneralRe: statusCode for Session expired(Custom error Messeges). Pin
adilkazmi31-Jan-08 1:46
adilkazmi31-Jan-08 1:46 
QuestionImages Pin
senthilsstil31-Jan-08 0:45
senthilsstil31-Jan-08 0:45 
GeneralRe: Images Pin
Sandeep Akhare31-Jan-08 1:05
Sandeep Akhare31-Jan-08 1:05 
GeneralRe: Images Pin
senthilsstil31-Jan-08 1:25
senthilsstil31-Jan-08 1:25 
QuestionImage Storing in Database Pin
senthilsstil31-Jan-08 0:33
senthilsstil31-Jan-08 0:33 
GeneralRe: Image Storing in Database Pin
John-ph31-Jan-08 0:57
John-ph31-Jan-08 0:57 

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.