Hi.
It's 4 AM but I am determined. :)
How do you make text fade in WITHOUT adding keyframes to the MAIN TIMELINE (so that the main timeline has just one frame) ? Someone mentioned a two layer movie in another post, but did not explain how to do it.
I tried the following to do a 20-frame...
Hi,
Newbie here. :) Can someone please show me how to SELECT a value and RETURN that value in the same stored procedure?
My stored procedure:
Alter PROCEDURE spGetQuarter_byDate
@Date datetime,
@Quarter varchar(20) Output
AS
Set @Quarter = (SELECT Quarter FROM Quarters WHERE @Date...
Hi everyone,
I have a simple page with one Textbox DTC, one Button DTC, and one Grid DTC. When I enter a value into the textbox and then click the button, the grid displays a record corresponding to the textbox value.
This page will be used repeatedly and for the sake of user friendliness...
Hi,
I purposely entered a primary key value that already existed in my database table and as expected, I received the error below. I would like to pop up an alert box to the User, rather than have them redirected to such a scary error page. =) I would like my alert box to be specific and pop...
Hi,
I have a very simple form, consisitng of just a textbox for the user's ID number. I would like Submit and Reset images that have the same functionality that buttons of type="submit" or type="reset" have...
The FORM tag:
<form action="CheckLogin.asp"...
For the PageNavbar, under Properties > General, I only want the Parent page to be linked, not ALL the Parent Level pages or one of the other options AND the Parent page, ONLY the Parent page. Someone please tell me this is possible...I was thinking this would be something many people would...
What I Would Like:
From a Customer Menu page, a user clicks on a "Place New Order" button and is taken to an Order Form page. There are 3 elements on the Order Form page:
1. A grid (grdProducts), displaying product information such as product name, description, price, etc.
2. A...
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.