hello,
how can i go about using a class i created in vb in a asp page? do i have to compile it into a dll?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_11477918.htm...
Zones:
ASPDate Answered: 10/06/2000 Grade: A Views: 0
I am fairly new to asp (not .net) programming but have used vb (5-6.0) for several years. It looks like, however, that asp.net and vb.net are being heavily marketed by MS.
How do I upgrade my a...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20286166.htm...
I would like to be able to seach for files with in directories and subdirecties using ASP/VB Script and FSO.
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21103898.htm...
Zones:
ASPDate Answered: 08/24/2004 Grade: A Views: 0
On line 55 of an ASP program I want to call out to an ASPX program and return back to the calling ASP program and start execution on Line 56. What code would I write to make this happen? I am new...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_22827472.htm...
I have a form on my page (with a row counter built in for updating records) I can view an edit it fine in Dreamweaver, but when I view the page on the server the form dissapears. It shows in the pa...
http://www.experts-exchange.com/Web_Development/Software/Macromedia_Dreamweaver/Q_22947348...
I have a product page with an 'add to cart' form. All works ok except I'm trying to check the stock level (via the RsStock recordset) and if the quantity in the form is more than the stock then red...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_22965491.ht...
Hi
I have a redirect as follows:
<% Dim OutOfStock
OutOfStock = ("out_of_stock.asp?StockID=" & Server.HTMLEncode (RsStock.Fields.Item("StockID").Value))
%>
I need to add another value -...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_22966069.ht...
I have an add to cart feature on this page - which if the quantity requested is more than the stock available (drawn from RSStock) there is a redirect to an out of stock page. This all works if the...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_22966253.ht...
I developed a pretty extensive database interface in Access and have been asked to rebuild it as a standalone product (data is on MS SQL Server). Considering this is a pretty extensive project, I ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_22973556.html
Hi
I have built a search form for a gift shop. I have fields as follows on the from:
Age from:
Age To
Price From
Price to
I'm using Access and ASP VB.
The problem is I'm using :
W...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_22982858.html