|
I found this too. I couldn’t for the
life of me get it to go to webform2.aspx. I found that if I used the aspx controls I
had more success, i.e responding to onclick events etc. I’m not sure if
this is they way you are supposed to do it in asp.net but its quite confusing
coming from asp/html. I found the documentation to be next to
useless and there don’t seem to be many websites with examples etc yet. I have had more success with normal .Net
apps using VCL .NET, but it would be nice if ADO.NET could be used with it
rather than just WinForms….. From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tracey Maule 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 |
_______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
