Ask a Question related to Dreamweaver AppDev, Design and Development.
-
ralerta #1
Pass Dynamic Variable in MM:DataSet
I've got a stored procedure that returns the value of the @@IDENTITY After
Inserting data. I'm Using the Dreamweaver Stored Procedure under .net vb. I
want to be able to pass the @@Identity on the SuccessURL. e.g
(confirmation.aspx?RecID=@@Identity)
ralerta Guest
-
The variable won't pass
The problem I am having is with setting a variable which would hold an id and it would be used on multiple pages. The variable should change when... -
pass data from dataset to usercontrol
I have a usercontrol with some textboxes in it. The usercontrol is called Personal and the first textbox in it txtName. After the click button... -
Try to pass variable into a php script
I am not sure how you used javascript to submit the form. I usually do like document.form.action = "/cgi-bin/register.pl"... -
[PHP] Still can't pass variable through url
<?php $year=1999; $month=march; echo "<a href=\"http://www.thingamajigger.com/index.php?year=$year&month=$month\" ?> -
Can't Pass variable to other page
Jack wrote: IIRC, a default installation does not automatically make global variable ou of GET parameters. try: <? echo $_GET.'<br />'; echo...



Reply With Quote

