Softwaremaker
Sun Oct 26 15:58:14 CST 2003
Hi,
This question may fit here as the control I had created actually inherits
the Windows.Forms.Control class, so its actually running a Windows Form on a
browser.
but I will post the same in that ng anyways...
Thanks.
++++++++++++++++++++
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:bnher2$1114na$1@ID-208219.news.uni-berlin.de...
> * "Softwaremaker" <msdn@removethis.softwaremaker.net> scripsit:
> > I have created a control that runs on a web form. This control is a
> > composite control comprising of other textboxes (public scope).
> >
> > I have put it on a web form with the following code :
> >
> > <OBJECT id="MyWebControl" height="300" width="300"
> > classid="
http:MyWebControl.DLL#My.MyWebControl1"
> > VIEWASTEXT>
> > </OBJECT>
> >
> > Everything is OK but when I submit the page to the Web Server, how do I
> > retrieve the public textboxes values so I can process them on the web
server
> > ?
>
> You may want to turn to the ng for ASP.NET Web Controls questions for
future
> ASP.NET Web Control related questions:
>
>
<news://msnews.microsoft.com/microsoft.public.dotnet.framework.aspnet.webcon
trols>
>
> Web interface:
>
>
<
http://msdn.microsoft.com/newsgroups/default.asp?url=/newsgroups/loadframes
.asp?icp=msdn&slcid=us&newsgroup=microsoft.public.dotnet.framework.aspnet.we
bcontrols>
>
> --
> Herfried K. Wagner
> MVP · VB Classic, VB.NET
> <
http://www.mvps.org/dotnet>