John,
Based on a comment you made, I was able to make a successful search on
Google for what I needed. The link I found (which I have already tested in
a temp project) is:
http://www.devhood.com/tutorials/tut...=187&printer=t
The comment you made that I used was: "...embed Windows Forms controls into
a web page..."
Thanks for helping me bat this topic about. :)
-- Andrew
"John Saunders" <johnwsaundersiii@notcoldmail.com> wrote in message
news:ehmBFJZSEHA.2544@TK2MSFTNGP10.phx.gbl...[color=blue]
> "Andrew" <AndrewR2k1@hotmail.com> wrote in message
> news:%23mVC0nYSEHA.3988@tk2msftngp13.phx.gbl...[color=green]
> > John,
> >
> > I understand that the File Input control is virtually no[/color][/color]
different[color=blue][color=green]
> > than that of classic ASP. This is the reason I wrote the VB6 ActiveX
> > Control in the first place. I did not want to use this control, I[/color][/color]
didn't[color=blue][color=green]
> > want to come up with javascript to put multiples of it on a page, and I[/color]
> did[color=green]
> > not want to pay someone else money when I could write something myself.[/color]
> Let[color=green]
> > me put it this way...the user could upload 1 to 15,000 files, and I[/color][/color]
would[color=blue][color=green]
> > never have any knowledge what it would be. Requiring that person to[/color][/color]
fill[color=blue]
> in[color=green]
> > even 20 File Input boxes is unthinkable. The ActiveX contol provides[/color][/color]
the[color=blue][color=green]
> > means to multiple select, navigate directory structures, all while proc
> > essing the files as they come up, and dumps data directly into a[/color][/color]
database.[color=blue][color=green]
> > But this is irrelavent to my question.
> >
> > ActiveX in VB6 provided me the means to place computing power onto[/color][/color]
the[color=blue][color=green]
> > client side while maintaining a link to the server side -- upload a[/color][/color]
file,[color=blue][color=green]
> > process the contents, and submit to a database -- all without having to
> > cause a page reload or refresh. The control could accept some client[/color][/color]
side[color=blue][color=green]
> > properties, and fire events that client side JavaScript could act upon[/color]
> (like[color=green]
> > sending the user to another page when its task completed).
> > Forget what the lines of code will be doing....My question is simply[/color]
> how[color=green]
> > do I do/create/make use of "ActiveX" style controls in ASP.net?[/color]
>
> For one thing, you can use ActiveX in exactly the same way as before.
>
> For another, you can embed Windows Forms controls into a web page. I'm
> afraid I can't find a reference to that, though.
> --
> John Saunders
> johnwsaundersiii at hotmail
>
>[/color]