i am using asp and sql server. I need to make a form which should allow users to save their password. is there any extension available or you people have any ideas about it?
Thanks in advance!
Qasim
I am getting a following error
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.
with the following insert into statement....
"INSERT INTO tbl (User_ID, Reffered_By, Communicated_by...
I am inserting multiple rows in access database via asp. I wrote a script which actually insert multiple rows but that only works with traditional recordset format. I need to make it working with the dreamweaver insert behaviour. my problem is when i change values of the MM_fieldStr row. I need...
I am using asp and ms access. I submit a form where are different field which submit to a ms access table....things are fine and its working but now I need to submit the same form like this :
lets suppose there are 8 total fields and all are text fields except one which is a list box which...
I am using asp and ms access. I submit a form where are different field which submit to a ms access table....things are fine and its working but now I need to submit the same form like this :
lets suppose there are 8 total fields and all are text fields except one which is a list box which...
I am using a javascript function
<script language="JavaScript">
function myOnChangeDept() {
var list = document.frmDept.selectDepartments;
var listValue = list.options[list.selectedIndex].value;
window.location.href = "view.asp?ID="+listValue;
}
</script>
and calling it at
<input...
i need to make 3 dropdowns menu which will be linked together. I am using asp and ms access.... is there any extention avilable for this or anybody has the code....thanks in advance....
Qasim
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.