Click here to Skip to main content
15,916,462 members
Home / Discussions / Web Development
   

Web Development

 
GeneralGetting Server Drive Space Info Pin
Nino_127-Aug-03 10:11
Nino_127-Aug-03 10:11 
QuestionHow to get response after posting form data Pin
haritadala27-Aug-03 7:59
haritadala27-Aug-03 7:59 
AnswerRe: How to get response after posting form data Pin
brianwelsch31-Aug-03 3:38
brianwelsch31-Aug-03 3:38 
GeneralRe: How to get response after posting form data Pin
haritadala1-Sep-03 3:51
haritadala1-Sep-03 3:51 
GeneralRe: How to get response after posting form data Pin
brianwelsch2-Sep-03 13:57
brianwelsch2-Sep-03 13:57 
Generalcreate a pdf document with ASP Pin
Jerome Conus26-Aug-03 19:56
Jerome Conus26-Aug-03 19:56 
GeneralRe: create a pdf document with ASP Pin
Vasudevan Deepak Kumar2-Sep-03 18:46
Vasudevan Deepak Kumar2-Sep-03 18:46 
GeneralCompletely Confused Pin
RB@Emphasys26-Aug-03 16:41
RB@Emphasys26-Aug-03 16:41 
Sorry for a stupid question everyone, but I just bought a book that go's over asp.net, and the first example throws an error. Here is the code, it tells me that a ";" is expected on line 5. Im totally confused.
"

<%@ Page Language='C#' %>



double ToCelsius(double f)
{
return (5.0/9.0) * (f-32.0);
}



Fahrenheit to Celsius Conversion Chart



<%
for (double f = 50.0; f<=100.0; f++)
{
//sends formatted output to HTTP Response
Response.Output.Write("", f, ToCelsisus(f));
}
%>
° Fahrenheit° Celsius
{0}{1:f}



"

Thanks!
Ryan
GeneralHelp! Pin
lnong26-Aug-03 9:55
lnong26-Aug-03 9:55 
GeneralASP: Connection problem (MySQL) Pin
knoppen26-Aug-03 3:48
knoppen26-Aug-03 3:48 
GeneralRe: ASP: Connection problem (MySQL) Pin
MKlucher28-Aug-03 17:54
MKlucher28-Aug-03 17:54 
GeneralRe: ASP: Connection problem (MySQL) Pin
Diederik de Haas5-Sep-03 5:00
Diederik de Haas5-Sep-03 5:00 
GeneralLayout question Pin
Tomas Petricek26-Aug-03 0:35
Tomas Petricek26-Aug-03 0:35 
GeneralRe: Layout question Pin
Paul Watson26-Aug-03 1:10
sitebuilderPaul Watson26-Aug-03 1:10 
GeneralRe: Layout question Pin
Tomas Petricek26-Aug-03 1:22
Tomas Petricek26-Aug-03 1:22 
GeneralRe: Layout question Pin
Paul Watson26-Aug-03 2:15
sitebuilderPaul Watson26-Aug-03 2:15 
GeneralRe: Layout question Pin
Tomas Petricek26-Aug-03 2:27
Tomas Petricek26-Aug-03 2:27 
GeneralRe: Layout question Pin
ZoogieZork26-Aug-03 2:05
ZoogieZork26-Aug-03 2:05 
GeneralRe: Layout question Pin
Paul Watson26-Aug-03 6:46
sitebuilderPaul Watson26-Aug-03 6:46 
Generaltab or indent Pin
pnpfriend25-Aug-03 10:33
pnpfriend25-Aug-03 10:33 
GeneralRe: tab or indent Pin
Anonymous26-Aug-03 4:46
Anonymous26-Aug-03 4:46 
GeneralRe: tab or indent Pin
pnpfriend27-Aug-03 3:55
pnpfriend27-Aug-03 3:55 
GeneralBrowser shortcut to an exe Pin
3green25-Aug-03 5:27
3green25-Aug-03 5:27 
GeneralCall ASP function in VBSCRIPT Pin
Daron Tan25-Aug-03 2:39
Daron Tan25-Aug-03 2:39 
GeneralRe: Call ASP function in VBSCRIPT Pin
Hesham Amin25-Aug-03 4:05
Hesham Amin25-Aug-03 4:05 

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.