Click here to Skip to main content
15,885,919 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to get handle to webpart in WebPartZone? Pin
mittalpa10-Mar-10 10:38
mittalpa10-Mar-10 10:38 
AnswerRe: How to get handle to webpart in WebPartZone? Pin
Not Active10-Mar-10 15:11
mentorNot Active10-Mar-10 15:11 
QuestionHow can I display an image onclick after displaying all images in a folder Pin
soshdf10-Mar-10 10:37
soshdf10-Mar-10 10:37 
QuestionProblem saving Panel Scroll Position on Post Back Pin
AndyASPVB10-Mar-10 9:46
AndyASPVB10-Mar-10 9:46 
AnswerRe: Problem saving Panel Scroll Position on Post Back Pin
RCoate10-Mar-10 13:49
RCoate10-Mar-10 13:49 
GeneralRe: Problem saving Panel Scroll Position on Post Back Pin
AndyASPVB10-Mar-10 21:41
AndyASPVB10-Mar-10 21:41 
Questiondisabling an list item not working in Firefox Pin
KittyKit10-Mar-10 9:40
KittyKit10-Mar-10 9:40 
Questionmy new website Pin
tunsten10-Mar-10 9:35
tunsten10-Mar-10 9:35 
hello guyz appreciate all your effort at codeproject. please take a look at my new website.

but i got the error bellow:

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
Tunsten

AnswerRe: my new website Pin
Not Active10-Mar-10 15:09
mentorNot Active10-Mar-10 15:09 
AnswerRe: my new website Pin
Pranay Rana10-Mar-10 19:25
professionalPranay Rana10-Mar-10 19:25 
GeneralRe: my new website Pin
tunsten10-Mar-10 21:02
tunsten10-Mar-10 21:02 
QuestionHome screen design for a website Pin
Member 335536610-Mar-10 9:25
Member 335536610-Mar-10 9:25 
AnswerRe: Home screen design for a website Pin
KittyKit10-Mar-10 21:47
KittyKit10-Mar-10 21:47 
Questionpage load Pin
AndyInUK10-Mar-10 7:06
AndyInUK10-Mar-10 7:06 
AnswerRe: page load Pin
Abhijit Jana10-Mar-10 7:17
professionalAbhijit Jana10-Mar-10 7:17 
AnswerRe: page load Pin
saanj19-Mar-10 0:06
saanj19-Mar-10 0:06 
QuestionWeb Service / Read whole XML string Pin
churchillc10-Mar-10 5:37
churchillc10-Mar-10 5:37 
QuestionChanging Hotspots Depending on Themes Pin
Randal Vance Cunanan10-Mar-10 2:52
Randal Vance Cunanan10-Mar-10 2:52 
Questionget primary key id from table Pin
Amit Patel198510-Mar-10 0:16
Amit Patel198510-Mar-10 0:16 
AnswerRe: get primary key id from table Pin
Jilu J Correya10-Mar-10 0:18
Jilu J Correya10-Mar-10 0:18 
GeneralRe: get primary key id from table Pin
Amit Patel198510-Mar-10 0:42
Amit Patel198510-Mar-10 0:42 
GeneralRe: get primary key id from table Pin
Jilu J Correya10-Mar-10 1:02
Jilu J Correya10-Mar-10 1:02 
QuestionProblem with Trailing Slash in URL Pin
Jilu J Correya9-Mar-10 23:59
Jilu J Correya9-Mar-10 23:59 
AnswerRe: Problem with Trailing Slash in URL Pin
Gaurav Dudeja India10-Mar-10 0:23
Gaurav Dudeja India10-Mar-10 0:23 
GeneralRe: Problem with Trailing Slash in URL Pin
Jilu J Correya10-Mar-10 0:26
Jilu J Correya10-Mar-10 0:26 

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.