Click here to Skip to main content
15,907,687 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Mysterious behaviour Pin
lnu0129-Nov-06 3:20
lnu0129-Nov-06 3:20 
QuestionReport Service Expression Evaluation. Pin
Christopher Stratmann28-Nov-06 8:43
Christopher Stratmann28-Nov-06 8:43 
AnswerRe: Report Service Expression Evaluation. Pin
Christopher Stratmann7-Dec-06 2:34
Christopher Stratmann7-Dec-06 2:34 
QuestionGoogle map api - adding custom overlay Pin
Grapes-R-Fun28-Nov-06 7:05
Grapes-R-Fun28-Nov-06 7:05 
QuestionCrystal Reports 11: Passing date parameters in asp.net?? Pin
Goalie3528-Nov-06 5:39
Goalie3528-Nov-06 5:39 
AnswerRe: Crystal Reports 11: Passing date parameters in asp.net?? Pin
Bassam Saoud28-Nov-06 8:25
Bassam Saoud28-Nov-06 8:25 
Questionhow to use asp.net page on web Pin
trannguyen8628-Nov-06 4:23
trannguyen8628-Nov-06 4:23 
AnswerRe: how to use asp.net page on web Pin
Goalie3528-Nov-06 5:50
Goalie3528-Nov-06 5:50 
tran, did you compile your code before uploading it to the server?

For example, in visual studio, you can debug your program on your machine with no problem however when you're ready to upload it to a server, you need to switch your "Solution Configuration" dropdown from "Debug" to "Release", then select "Build" --> "Rebuild Solution".

This will compile your project (your vb, c#, j#, or whatever your coding in) into a single DLL file, which can be located in your "Bin" folder. Upload your projects' DLL file to the "Bin" folder on the server and then upload your aspx file to its propper folder.

Also, since we're discussing troubleshooting options, ensure that the server you're uploading to is not only asp.net compatible but is also compatible with the version of asp.net you're using (i.e. a server with only the 1.1 .NET Framework will not run a project created in the 2.0 framework).

-Goalie35


GeneralRe: how to use asp.net page on web Pin
trannguyen8628-Nov-06 8:26
trannguyen8628-Nov-06 8:26 
GeneralRe: how to use asp.net page on web Pin
Goalie3528-Nov-06 8:38
Goalie3528-Nov-06 8:38 
GeneralRe: how to use asp.net page on web Pin
ednrgc28-Nov-06 8:50
ednrgc28-Nov-06 8:50 
GeneralRe: how to use asp.net page on web Pin
trannguyen8628-Nov-06 14:29
trannguyen8628-Nov-06 14:29 
GeneralRe: how to use asp.net page on web Pin
ednrgc28-Nov-06 8:51
ednrgc28-Nov-06 8:51 
QuestionGetting column data from GridView on page using MasterPage Pin
marconi Flangepants28-Nov-06 4:03
marconi Flangepants28-Nov-06 4:03 
AnswerRe: Getting column data from GridView on page using MasterPage Pin
Grapes-R-Fun28-Nov-06 9:47
Grapes-R-Fun28-Nov-06 9:47 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
marconi Flangepants28-Nov-06 10:44
marconi Flangepants28-Nov-06 10:44 
AnswerRe: Getting column data from GridView on page using MasterPage Pin
Grapes-R-Fun28-Nov-06 15:14
Grapes-R-Fun28-Nov-06 15:14 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
marconi Flangepants29-Nov-06 9:24
marconi Flangepants29-Nov-06 9:24 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
Grapes-R-Fun29-Nov-06 10:24
Grapes-R-Fun29-Nov-06 10:24 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
marconi Flangepants30-Nov-06 2:42
marconi Flangepants30-Nov-06 2:42 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
marconi Flangepants1-Dec-06 0:49
marconi Flangepants1-Dec-06 0:49 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
Grapes-R-Fun1-Dec-06 7:22
Grapes-R-Fun1-Dec-06 7:22 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
marconi Flangepants1-Dec-06 7:27
marconi Flangepants1-Dec-06 7:27 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
Grapes-R-Fun1-Dec-06 7:51
Grapes-R-Fun1-Dec-06 7:51 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
marconi Flangepants1-Dec-06 9:14
marconi Flangepants1-Dec-06 9:14 

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.