Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi guys,

 

I am classic ASPer and I know very little about ASP.NET.

 

I know I need to use ActiveX stuff to access web clients' hard disk, but how to do the same thing with .NET?

 

Thanks.

Michael

There is no spoon. <<The Matrix>>
Posted

You can still using ActiveX control like what you use previously, because ASP.NET still run in browser, client side process is nothing to do with server side languages.

 

In .NET environment, you can use "Windows Control Library", it is similar to ActiveX control in VB6, but the big issue is, the client side need to has .NET Framework in their pc, so I think it is not practical at the moment

Posted
You can still using ActiveX control like what you use previously, because ASP.NET still run in browser, client side process is nothing to do with server side languages.

 

In .NET environment, you can use "Windows Control Library", it is similar to ActiveX control in VB6, but the big issue is, the client side need to has .NET Framework in their pc, so I think it is not practical at the moment

 

Got it, thanks. ;)

There is no spoon. <<The Matrix>>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...