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

ASP.NET

 
AnswerRe: Computed columns in Gridview Pin
Anurag Gandhi1-Dec-09 23:24
professionalAnurag Gandhi1-Dec-09 23:24 
QuestionI want to develop news website.I want to pick the information from other websites Pin
irfanhaleem@hotmail.com1-Dec-09 22:37
irfanhaleem@hotmail.com1-Dec-09 22:37 
AnswerRe: I want to develop news website.I want to pick the information from other websites Pin
Anurag Gandhi1-Dec-09 22:44
professionalAnurag Gandhi1-Dec-09 22:44 
GeneralRe: I want to develop news website.I want to pick the information from other websites Pin
irfanhaleem@hotmail.com1-Dec-09 23:17
irfanhaleem@hotmail.com1-Dec-09 23:17 
GeneralRe: I want to develop news website.I want to pick the information from other websites Pin
Anurag Gandhi1-Dec-09 23:41
professionalAnurag Gandhi1-Dec-09 23:41 
AnswerRe: I want to develop news website.I want to pick the information from other websites Pin
Abhijit Jana1-Dec-09 23:03
professionalAbhijit Jana1-Dec-09 23:03 
QuestionValidation Application Block Questions Pin
Brendan Vogt1-Dec-09 22:05
Brendan Vogt1-Dec-09 22:05 
Questionerror when running in server Pin
Subin Mavunkal1-Dec-09 20:31
Subin Mavunkal1-Dec-09 20:31 
Hi ,
Please help me.I used a javascript method to run my aspx page for edit.It is working fine in my local machine .But when the build is up on the server , it is showing error and we are totally unable to go to that page.Here is the javascript I used.

var id=param.id;
var url="EditUserDetail.aspx?id="+id;
//window.location=url;
window.open(url,"_blank","toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width=850, height=500");

and the error showing when it run in the server is ,

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

With warm regards
AnswerRe: error when running in server Pin
Abhijit Jana1-Dec-09 20:38
professionalAbhijit Jana1-Dec-09 20:38 
AnswerRe: error when running in server Pin
Nishant Singh1-Dec-09 20:38
Nishant Singh1-Dec-09 20:38 
GeneralRe: error when running in server Pin
5fingers1-Dec-09 20:58
5fingers1-Dec-09 20:58 
GeneralRe: error when running in server Pin
5fingers1-Dec-09 21:00
5fingers1-Dec-09 21:00 
GeneralRe: error when running in server Pin
Subin Mavunkal1-Dec-09 21:03
Subin Mavunkal1-Dec-09 21:03 
GeneralRe: error when running in server Pin
Abhijit Jana1-Dec-09 21:36
professionalAbhijit Jana1-Dec-09 21:36 
GeneralRe: error when running in server Pin
Dinesh Mani1-Dec-09 21:51
Dinesh Mani1-Dec-09 21:51 
QuestionASP.NET TaskBar Pop-up Control Pin
mharoonkhan1-Dec-09 19:03
mharoonkhan1-Dec-09 19:03 
AnswerRe: ASP.NET TaskBar Pop-up Control Pin
Abhijit Jana1-Dec-09 19:07
professionalAbhijit Jana1-Dec-09 19:07 
GeneralRe: ASP.NET TaskBar Pop-up Control Pin
mharoonkhan1-Dec-09 19:14
mharoonkhan1-Dec-09 19:14 
GeneralRe: ASP.NET TaskBar Pop-up Control Pin
Abhijit Jana1-Dec-09 19:21
professionalAbhijit Jana1-Dec-09 19:21 
GeneralRe: ASP.NET TaskBar Pop-up Control Pin
mharoonkhan1-Dec-09 19:30
mharoonkhan1-Dec-09 19:30 
GeneralRe: ASP.NET TaskBar Pop-up Control Pin
Abhijit Jana1-Dec-09 19:32
professionalAbhijit Jana1-Dec-09 19:32 
GeneralRe: ASP.NET TaskBar Pop-up Control Pin
mharoonkhan1-Dec-09 19:36
mharoonkhan1-Dec-09 19:36 
AnswerRe: ASP.NET TaskBar Pop-up Control Pin
Anurag Gandhi1-Dec-09 19:20
professionalAnurag Gandhi1-Dec-09 19:20 
QuestionHow to display sum of columns values in Gridview Footer Pin
Nekkantidivya1-Dec-09 18:55
Nekkantidivya1-Dec-09 18:55 
AnswerRe: How to display sum of columns values in Gridview Footer Pin
Abhijit Jana1-Dec-09 18:58
professionalAbhijit Jana1-Dec-09 18:58 

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.