thanks mate
the problem was with on particular page i had imported form another site. I have just rebuilt the page and it works fine now
thanks for your time
I have now tried it in the same procedure
session("strTemp") = "xxx"
dim strX as string
strX = session("strTemp")
and strX = nothing at runtime
thanks for your time
Hi mate, thanks for your reply
I have added a session variable when my inital page opens and then tried to call it in a page that is opened later and the variable equals nothing.
is there anyting else i need to do?
hi
in VS 2002 to create a session variable all i needed to do it declare it in the global.asax file and away we go. that doesnt seem to work in 2005, does anyone know why?
Thanks
Hi
I have a label and I want to assign text to it and have returns in there so something like -
"
This Label has returns
This label has returns
"
--when I trie the label always reads
"
This label has returns This label has returns
"
If I try a text box it doesnt atomatically size it so i...
Hi
Try substring([Print_Date], 10, 10)
This will give you a time value as a string
It might be better splitting the value into sections so format it
HHMMSS and casting this as a numeric value then you can say
if time < 180000 then true
Thanks
Hi Is there way of performing concatination in a query like as follows
I have a table
ID |Num
__________________
1 A
1 B
2 C
2 D
I want to write a query that will produce the results
ID |Num
__________________
1 AB
2 CD
Thanks in advance
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.