Click here to Skip to main content
16,005,099 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiongetting change forecolor depend on if statement Pin
VinothRao24-Oct-07 0:04
VinothRao24-Oct-07 0:04 
AnswerRe: getting change forecolor depend on if statement Pin
Christian Graus24-Oct-07 0:21
protectorChristian Graus24-Oct-07 0:21 
QuestionSpeed Pin
mihksoft23-Oct-07 23:51
mihksoft23-Oct-07 23:51 
AnswerRe: Speed Pin
Christian Graus23-Oct-07 23:52
protectorChristian Graus23-Oct-07 23:52 
AnswerRe: Speed Pin
Guffa24-Oct-07 2:34
Guffa24-Oct-07 2:34 
QuestionUpload a file to database Pin
mukesh.mr0323-Oct-07 23:48
mukesh.mr0323-Oct-07 23:48 
AnswerRe: Upload a file to database Pin
Christian Graus23-Oct-07 23:51
protectorChristian Graus23-Oct-07 23:51 
GeneralRe: Upload a file to database Pin
mukesh.mr0323-Oct-07 23:57
mukesh.mr0323-Oct-07 23:57 
what you mean by Path.Combine. Can you please send me some sample codes for this?

this is the error while running the application:

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".




<configuration>
<system.web>
<customerrors mode="Off">




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.




<configuration>
<system.web>
<customerrors mode="RemoteOnly" defaultredirect="mycustompage.htm">


GeneralRe: Upload a file to database Pin
Christian Graus24-Oct-07 0:33
protectorChristian Graus24-Oct-07 0:33 
AnswerRe: Upload a file to database Pin
Imran Khan Pathan24-Oct-07 0:29
Imran Khan Pathan24-Oct-07 0:29 
QuestionSolve my probs plz..., Pin
Member 387988123-Oct-07 23:27
Member 387988123-Oct-07 23:27 
AnswerRe: Solve my probs plz..., Pin
Paul Conrad27-Oct-07 12:03
professionalPaul Conrad27-Oct-07 12:03 
QuestionFileupload issue Pin
Sunil Wise23-Oct-07 23:14
professionalSunil Wise23-Oct-07 23:14 
AnswerRe: Fileupload issue Pin
N a v a n e e t h23-Oct-07 23:20
N a v a n e e t h23-Oct-07 23:20 
GeneralRe: Fileupload issue Pin
Sunil Wise24-Oct-07 1:30
professionalSunil Wise24-Oct-07 1:30 
GeneralRe: Fileupload issue Pin
Sunil Wise24-Oct-07 2:56
professionalSunil Wise24-Oct-07 2:56 
AnswerRe: Fileupload issue Pin
Imran Khan Pathan23-Oct-07 23:24
Imran Khan Pathan23-Oct-07 23:24 
GeneralRe: Fileupload issue Pin
Sunil Wise24-Oct-07 1:30
professionalSunil Wise24-Oct-07 1:30 
QuestionApplication Pin
SreejithAchutan23-Oct-07 23:03
SreejithAchutan23-Oct-07 23:03 
AnswerRe: Application Pin
Christian Graus23-Oct-07 23:09
protectorChristian Graus23-Oct-07 23:09 
GeneralApplication Pin
SreejithAchutan23-Oct-07 23:26
SreejithAchutan23-Oct-07 23:26 
GeneralRe: Application Pin
Christian Graus23-Oct-07 23:35
protectorChristian Graus23-Oct-07 23:35 
QuestionTransfer checked rows empname(Gridview1) to another page Gridview2 Pin
subbu.sk23-Oct-07 22:53
subbu.sk23-Oct-07 22:53 
AnswerRe: Transfer checked rows empname(Gridview1) to another page Gridview2 Pin
Imran Khan Pathan23-Oct-07 23:09
Imran Khan Pathan23-Oct-07 23:09 
AnswerRe: Transfer checked rows empname(Gridview1) to another page Gridview2 Pin
N a v a n e e t h23-Oct-07 23:10
N a v a n e e t h23-Oct-07 23:10 

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.