Hi everyone,
Not sure if this is the right newsgroup for this, but I think it is.
I've been having trouble finding any good info on the following
process:
Create a DLL in .NET (using C# or VB)
Install the DLL to my asp server
Access The DLL From my asp page. (note: it's asp, NOT asp .net...
more >>
I have a multiple dropdown which have multiple selection.
If I select multiple value on my multiple dropdown list and submit it,how
can i write it on the tblotherlang
sample code
<select size="10" name="ddmultiplelang" multiple>
<%
qryNCDesc = "SELECT MultiLanguageID, MultiLangua...
more >>
I followed a Microsoft Webcast and constructed a Website. I have VB code in
the App_Code folder. Everything works. I learned that every time I change the
VB code in App_Code folder, it will be automatically re-compiled. Then I used
C# to write a public class and also put in the App_Code folder...
more >>