I want every keystroke of typing a numerical value (weeks) into a text field, to immediately change values in two other fields.
Have put the script in the onblur__ Action but to trap every keystroke I put it in the Format Custom Keystroke Action. This doesn't seem to work as I had thought ie...
Have got a field which has a date format (dd mmmm yyyy). The date is auto formatted when the user types in the date e.g.:
1 jun 2003 -------> 01 June 2003
However, if I then access the value of that field i get the unformatted user input rather than the nicely formatted date shown to you on...
How do i get the input typed in a multiline text box to register carraige returns as <br>'s when displaying as html in the resulting 'thread' datalist.
Is there a simple encoding/conversion method or do i have to recognise and replace the carraige returns at say the stored procedure level...
I need to render the Body or Form tags of every aspx page loaded with a javascript event. This event will open a popup when the main browser is closed.
I can add javacript events to objects using:
object.Attributes.Add("onunLoad", "Logoff.aspx")
So can i reference the...
Thanks Zarcom,
but how would i deal with users that simply close the browser instead of logging out. I would still like to register their Logout Time.
Does closing the browser Abandon the Session for that user or does the session persist untill it times out?
cheers,
si
DB stores input from a text area (nvarchar 3000) with carriage returns in it, is there an easy way to get it to then display this in a datareader with the carriage returns still in place ie. <br> instead
cheers,
si
Always have this problem whenever a DB query returns Null values for certain columns to my Datareader. I don't know how to check if any of the values returned are Null before setting the control Text property or SelectedIndex to it.
With the code below i get the following error message...
Have the following stored procedure, that crops html content out of the Description Column in my Events Table:
===========================================================
ALTER PROCEDURE GetEvents
(
@ModuleID int
)
AS
SELECT
ItemID,
CreatedByUser,
WhereWhen,
CreatedDate...
Have a 'Description' Column in my SQL7 DB which is currently NVarchar (4000). Need to change the data type to allow more characters. NText seemed to be the way to go, but it causes errors saying that its not a valid selection for Argument 1 of the Stuff function (I thought the stuff function...
How do i get the numerical Day component from a Date variable. ie I have a variable declared, and assigned a value as below:
===========================================================
Dim dateofbirth as Date
Dim users As New ASPNetPortal.UsersDB()
Dim dr_id As SqlDataReader =...
New to Director, but need to create a Director project that will effectivley be a template that references a series of files on starting, to provide the content. These files will be of the following type:
Graphic file (eg .bmp)
Text
Movie Clip (.mpg)
This will allow the end user to change the...
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.