Ask a Question related to Dreamweaver AppDev, Design and Development.
-
-D- #1
ASP sub procedure
I'd like to write an ASP routine that builds a table and is called when a
button is clicked (not a submit button). Is there a way to do this? This is
the table that I want to build using the sub procedure: <table width='790'
border='0' cellspacing='0' cellpadding='5'> <tr> <th align='left'
valign='bottom'>Reviewer</th> <th align='left' valign='bottom'>Date</th>
<th align='left'>Comment</th> </tr> <tr> <td valign='top'><input
name='reviewer' type='text' id='reviewer' value=''></td> <td
valign='top'><input name='reviewdate' type='text' id='reviewdate'
value='3/11/2005 1:29:38 PM'></td> <td><textarea name='comment'
id='comment'></textarea></td> </tr> </table> Thanks for any help. -D-
-D- Guest
-
stored procedure help
Hi all! I am in need of writing a few stored procedures. The first one is to create a stored procedure to recover a database from backup and the... -
Using a stored procedure
I am trying to pass a ProdID to a stored procedure, but I get an error: Error Executing Database Query. Procedure 'PriceBreak' expects... -
stored procedure value
How can I bind a stored procedure value to a page? I've executed a stored procedure and there should be two column values created...i.e. col1 and... -
Cant get my errors from a procedure
Hi all, Ok me again. I have a proc that looks something like this ... CREATE PROCEDURE loadtestdata() MODIFIES SQL DATA NOT DETERMINISTIC... -
Help with Procedure Please
First make the AirPortCode a combo box in the form and limit to list =Yes. Next: On Not In List Private Sub AirPortCode(or your field...



Reply With Quote

