This code here works great with changing text to upper case
with this code how could prevent certain text to be entered into the textbox.
<script language="JavaScript">
function toUpper(e,r){
r.value = r.value.toUpperCase();
}
</script
how can I setup a textbox to only allow capital letters input into the textbox?
Also can I setup a textbox to only allow certain letters typed into the box
right now I the textbox is set to 1 Max Chars and 1 Char Width
any help would be greatly appreciated
how can I setup a textbox to only allow capital letters input into the textbox?
Also can I setup a textbox to only allow certain letters typed into the box
right now I the textbox is set to 1 Max Chars and 1 Char Width
any help would be greatly appreciated
I have a record set that shows multiple records.
and I have my listbox that is bind to a column in the table
I think the problem is in the repeated session where I get multiple records from my query.
So when I run the query I get:
Response object error 'ASP 0251 : 80004005'
Response Buffer...
well its not doing anything.
I want to save changes on multiple records thats created by the recordset.
hitting the submit button does not produce an error. so
I'm not sure what the problem is.
I have this code, and I trying to update records, but when I hit the submit button it does not save the changes
is there anyone out there that could help me
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include file="../../../../../../Connections/cnnDB.asp" -->
<%...
I have this recordset it works great. Now I want to create and update query to update all rows in the repeated region
can anyone help me with this issue
<%
Dim Recordset1__MMColParam
Recordset1__MMColParam = "1"
If (Request.QueryString("stuRun") <> "") Then
Recordset1__MMColParam =...
I have this recordset that is a repeated region. And I'm trying to update the data with new values.
Well the code I have does not allow me to update multiple records or the repeated region. Now if I take off the repeated region then I get one record.
then I can update that record.
I need to...
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.