Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
2 Posted Topics
you can use ajax... or if you just want to submit the page and stay in the current page usually use condition to read that page is submitted... set the form action to current [CODE] <form action="yourcurrentpage.asp" method="GET"> [/CODE] add code in the beginning of the page to read that …
Re: Help (ASP)
you can used .NET to create the library (DLL) and register it in your machine... and call it from your asp page... but it's not recommended ... read more in [URL="http://testtrack.blogspot.com/2005/10/calling-net-dll-from-classic-asp-page.html"]here[/URL]
The End.
Qrueger