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...
I setup a variable to pass data to the recordset to run the query. If I use the name in the query it works fine but if I use the variable it does not work.
I think it has to do with syntax but I'm not sure
can someone help me out with this.
This works
Recordset1.Source = "SELECT firstname...
I have a value in my variable --- myvar1
but when I run the query for some reason I get to results
and I know there is data in the database.
to make sure myvar1 is carrying
data I did a response.write and I get something on the screen. So the variable is fine
any help on this would be...
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.