Click here to Skip to main content
15,900,724 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: show image Pin
r a m e s h23-Aug-09 23:44
r a m e s h23-Aug-09 23:44 
QuestionConverting string data(which contains EBCDIC, Packed decimal and Endian data) to byte array Pin
deep723-Aug-09 22:38
deep723-Aug-09 22:38 
QuestionGridview Paging using AJAX textslider showing inconsistent behaviour Pin
Inderjeet Kaur23-Aug-09 20:52
Inderjeet Kaur23-Aug-09 20:52 
Questionjava script problem Pin
Amit Patel198523-Aug-09 20:34
Amit Patel198523-Aug-09 20:34 
AnswerRe: java script problem Pin
Blue_Boy23-Aug-09 20:49
Blue_Boy23-Aug-09 20:49 
AnswerRe: java script problem Pin
Abhishek Sur23-Aug-09 21:58
professionalAbhishek Sur23-Aug-09 21:58 
QuestionHow to Access web controls inside a Static method Pin
kirti.darji23-Aug-09 20:28
kirti.darji23-Aug-09 20:28 
AnswerRe: How to Access web controls inside a Static method Pin
Amit Patel198523-Aug-09 20:39
Amit Patel198523-Aug-09 20:39 
QuestionIE 7 Focus Issue Pin
platso_58823-Aug-09 20:17
platso_58823-Aug-09 20:17 
Questionsite publish problem Pin
pampam11023-Aug-09 19:29
pampam11023-Aug-09 19:29 
AnswerRe: site publish problem Pin
Expert Coming23-Aug-09 20:11
Expert Coming23-Aug-09 20:11 
Create a file called Web.config in the root directory of your site.

Put this in the file:
<!-- Web.Config Configuration File -->

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

Then it will tell you where the error is...

Warning, that will show intimate data about your site, before you go live you need to either remove that Web.config file, or better yet, set a better one up, go read about Web.config files, they are quite useful.

The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo

GeneralRe: site publish problem Pin
pampam11023-Aug-09 21:09
pampam11023-Aug-09 21:09 
QuestionJS For removing css class for Header in grid view Pin
janani1323-Aug-09 18:27
janani1323-Aug-09 18:27 
AnswerRe: JS For removing css class for Header in grid view Pin
Abhishek Sur23-Aug-09 22:05
professionalAbhishek Sur23-Aug-09 22:05 
QuestionSlow working of web application Pin
Girish48123-Aug-09 18:22
Girish48123-Aug-09 18:22 
AnswerRe: Slow working of web application Pin
Abhishek Sur23-Aug-09 22:09
professionalAbhishek Sur23-Aug-09 22:09 
GeneralRe: Slow working of web application Pin
Girish48123-Aug-09 23:09
Girish48123-Aug-09 23:09 
Questionwhere does the web site adnimistration tool store the membership data Pin
prasadbuddhika23-Aug-09 17:24
prasadbuddhika23-Aug-09 17:24 
AnswerRe: where does the web site adnimistration tool store the membership data Pin
Brij23-Aug-09 19:03
mentorBrij23-Aug-09 19:03 
QuestionAuto resizable textarea Pin
smlud123-Aug-09 15:31
smlud123-Aug-09 15:31 
AnswerRe: Auto resizable textarea Pin
Christian Graus23-Aug-09 16:15
protectorChristian Graus23-Aug-09 16:15 
QuestionRe: Auto resizable textarea Pin
smlud124-Aug-09 2:05
smlud124-Aug-09 2:05 
QuestionUnable to access controls on the page‏ Pin
Abbas8223-Aug-09 14:28
Abbas8223-Aug-09 14:28 
AnswerRe: Unable to access controls on the page‏ Pin
DoctorMick24-Aug-09 4:56
DoctorMick24-Aug-09 4:56 
GeneralRe: Unable to access controls on the page‏ Pin
Abbas8224-Aug-09 5:55
Abbas8224-Aug-09 5:55 

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.