I'm creating a simple gridview and when I submit the update the threshold value doesn't update in the database. Before I was recieving a scalar variable error, then I added the update parameters and now nothing happens when submitted.
Any suggestions???
Here's the code:
<%@ Page...
I'm new to JavaScript. I am trying to do some error checking on a page. The goal is when a user hits the submit key it checks for a certain option value. If that value is the default value it will alert the user to select another option.
The problem is i'm doing this on an asp file that was...
I'm a newbie to ASP. I was wanting to do some character filtering in a text box and wondering what the best way to do it is?
For example, I have a text box and lets say I want to filter out curly brackets "{" if someone enters that character. If they were to enter this character in the text...
Nevermind I figured it out.
Here's the code incase anyone is interested:
var newbutton:Sprite = new Sprite();
addChild(img1_btn);
img1_btn.addEventListener(MouseEvent.MOUSE_OVER,doOver);
img1_btn.addEventListener(MouseEvent.MOUSE_OUT,doOut);
function doOver(event:MouseEvent)
{...
I'm a total newb to flash, I am using ActionScript 3.0 and all I'm trying to do is when the mouse rolls over a button it changes the alpha value to 50%.
Here's the code I'm using:
function onRollovr(evt:MouseEvent):void {
this.alpha = 50;
}...
I'm in the process of building a forum using PHPbb.
I was curious if it is possible to allow users to upload pdf files?
Any help would be appreciated!
Thanks.
I would like to create a submit button for my web page that will email me text from a text box when the user hits the submit button.
I would like it to not bring up outlook express or any other software. I just want it to send the text value directly to my email address.
Is there any way to...
I am trying to create a connection to a SQL Server 2005 DB within an ASP page using the following code:
Set Conn= Server.CreateObject("ADODB.Connection")
Conn.Open "Provider=SQLOLEDB; Data Source = "" Initial Catalog = ""; User Id = ""; Password=''"
The error message I am receiving says that...
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.