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...
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...
I have setup an update for my records. But for some reason
it does not want to update multiple records I'm not sure why. I have the code but its very lengthy
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include file="../../../../../../Connections/cnnDB.asp" -->
<%
' *** Edit Operations...
I would like to set variable to this recordset
can someone help me with this issue
<%=(Recordset1.Fields.Item("first").Value)%>
Here is the rest of code
<p><font class="headline"><span class="style5">Welcome: </span><strong><span...
I'm trying to update records on a table. The recordset retrieves 20 records for update. But when I click to update
it tells me that it is at BOF and EOF. I'm not sure what the problem is.
any help would be appreciated
<form ACTION="<%=MM_editAction%>" METHOD="POST" id="form2" name="form2">...
I need to modify existing LDAP users passwords
Is there a way to do this. Right now the code creates the users. Is there a way to modify users?
onst ForReading = 1
Set objShell = WScript.CreateObject ("WScript.Shell")
Set objFSO = CreateObject ("Scripting.FileSystemObject")
Set fileObject =...
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.