> can somebody give a simple control/example using windows API with asp
> or asp.net?? or somebody can tell me anything regarding with the
> relationship between windows api to asp?
ASP and ASP.Net are quite different technologies so it is unlikely you will
get hel with it in a classic ASP newsgroup such as this. I would suggest
microsoft.public.dotnet.framework.aspnet.
With classic ASP, there is no way to directly use API functions from script
technology. You have to build a "wrapper" dll, perhaps using VB6, to do
this. Google should provide you with examples.

Signature
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
iskofajardo@yahoo.com - 13 Dec 2006 05:29 GMT
hello there...
how can i get the client computer name upon registration in asp?
suppose i want create a registration for Log-in control in one company.
i don't let the user to customize his/her username...because of some
reasons. so i only want to get the computer name of the user which can
be used as his/her automatic username...
can somebody give me the codings in asp?
iskofajardo@yahoo.com - 13 Dec 2006 05:30 GMT
hello there...
how can i get the client computer name upon registration in asp?
suppose i want create a registration for Log-in control in one company.
i don't let the user to customize his/her username...because of some
reasons. so i only want to get the computer name of the user which can
be used as his/her automatic username...
can somebody give me the codings in asp?
thanks in advance