Hi
 
how is everyone getting on with delphi 8?
Im lost and confused very early on in the game.
 
I have created a "hello world" web app, which has a label, an input type=text, and a submit button.
 
What i am finding confusing is that when i added another aspx page, set page1.form.action="">
 
I look at the generated code for page1.form, it shows this:
<form name=bob action="" method=post runat="server">
 
However, when i run the app, page1 is displayed, but viewing source shows:
 <form name="_ctl0" method="post" action="" id="_ctl0">
 
I have built, compiled, saved, closed, reopened, rebuilt, checked only one page1, recompiled, searched all project files for string "_ctl0" (not found), screamed at the "documentation", cried.
 
such a simple thing and it has me by the... wait.. im a girl
 
 
 
Tracey
Software Developer / Web Master
Logis
[EMAIL PROTECTED]
(027) 213-1065
_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to