Click here to Skip to main content
15,896,326 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Focus doent work in firefox pop ups Pin
Sherin Iranimose23-Nov-07 18:53
Sherin Iranimose23-Nov-07 18:53 
GeneralRe: Focus doent work in firefox pop ups Pin
Shweta228125-Nov-07 19:08
Shweta228125-Nov-07 19:08 
AnswerRe: Focus doent work in firefox pop ups Pin
InsDev23-Nov-07 2:29
InsDev23-Nov-07 2:29 
GeneralRe: Focus doent work in firefox pop ups Pin
Shweta228123-Nov-07 3:47
Shweta228123-Nov-07 3:47 
QuestionEmpty image files problem Pin
Krishna Varadharajan22-Nov-07 20:26
Krishna Varadharajan22-Nov-07 20:26 
AnswerRe: Empty image files problem Pin
N a v a n e e t h22-Nov-07 20:28
N a v a n e e t h22-Nov-07 20:28 
AnswerRe: Empty image files problem Pin
Vasudevan Deepak Kumar22-Nov-07 20:31
Vasudevan Deepak Kumar22-Nov-07 20:31 
GeneralRe: Empty image files problem Pin
Krishna Varadharajan22-Nov-07 20:35
Krishna Varadharajan22-Nov-07 20:35 
Server Error in '/' 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">





krishna

GeneralRe: Empty image files problem Pin
Vasudevan Deepak Kumar22-Nov-07 20:52
Vasudevan Deepak Kumar22-Nov-07 20:52 
QuestionHow to change the text of gif [modified] Pin
Sandeep Akhare22-Nov-07 20:07
Sandeep Akhare22-Nov-07 20:07 
AnswerRe: How to change the text of gif Pin
N a v a n e e t h22-Nov-07 20:23
N a v a n e e t h22-Nov-07 20:23 
GeneralRe: How to change the text of gif Pin
Sandeep Akhare22-Nov-07 20:32
Sandeep Akhare22-Nov-07 20:32 
GeneralRe: How to change the text of gif Pin
N a v a n e e t h22-Nov-07 20:36
N a v a n e e t h22-Nov-07 20:36 
GeneralRe: How to change the text of gif Pin
Sandeep Akhare22-Nov-07 20:43
Sandeep Akhare22-Nov-07 20:43 
GeneralRe: How to change the text of gif Pin
N a v a n e e t h22-Nov-07 20:47
N a v a n e e t h22-Nov-07 20:47 
GeneralRe: How to change the text of gif Pin
Michael Sync22-Nov-07 20:52
Michael Sync22-Nov-07 20:52 
AnswerRe: How to change the text of gif Pin
Vasudevan Deepak Kumar22-Nov-07 20:53
Vasudevan Deepak Kumar22-Nov-07 20:53 
QuestionDatabase operation using Microsoft.SqlServer.Management. Smo class Pin
Dharti Gajjar22-Nov-07 19:47
Dharti Gajjar22-Nov-07 19:47 
AnswerRe: Database operation using Microsoft.SqlServer.Management. Smo class Pin
Vasudevan Deepak Kumar22-Nov-07 19:49
Vasudevan Deepak Kumar22-Nov-07 19:49 
QuestionHow to display html File into IFrame--need urgent help [modified] Pin
Vishnu Narayan Mishra22-Nov-07 19:41
Vishnu Narayan Mishra22-Nov-07 19:41 
AnswerRe: How to display html File into IFrame--need urgent help Pin
Vasudevan Deepak Kumar22-Nov-07 19:48
Vasudevan Deepak Kumar22-Nov-07 19:48 
AnswerRe: How to display html File into IFrame--need urgent help Pin
N a v a n e e t h22-Nov-07 19:58
N a v a n e e t h22-Nov-07 19:58 
GeneralRe: How to display html File into IFrame--need urgent help Pin
Vishnu Narayan Mishra22-Nov-07 20:07
Vishnu Narayan Mishra22-Nov-07 20:07 
GeneralRe: How to display html File into IFrame--need urgent help Pin
N a v a n e e t h22-Nov-07 20:20
N a v a n e e t h22-Nov-07 20:20 
GeneralRe: How to display html File into IFrame--need urgent help Pin
Vishnu Narayan Mishra23-Nov-07 1:29
Vishnu Narayan Mishra23-Nov-07 1:29 

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.