Solution to the FindControl problem
I have seen may posts about having problems with the FindControl method. Most seem to come about bec
send() and recv() parameters confusion
On server Side:
int recv (Socket,Buffer, Length, Flags)
On Client Side:
int send (Soc
Oracle Text CTX_DOC.snippet slow
I have a table (FILE_TABLE) that contains a blob column (ft_file) and I have created the following O
gmdate() - want 1 hr before time
Hi,
I am using php gmdate().
Now I am entering all dates in my dbase using gmdate("Y-m-d
issues verifying if user is logged in
I am having issues when a user logs in via asp Login control, the IsAuthenticated still seems to com
The IE or FF detector
Hello Friends,
Problem of today ( we seek for php help ) as following ,
we know all th
Loops and Classes
I am making a template system and everything seems to be going well up until I have to loop in a var
Sort a two dimensional array.
Hi. I've set up a two dimensional array that reads as follows:
Code: $modifiedData = array(
login box shows up again after logging in 2nd login works
Hello,
I am having trouble on my site Lockerz.rack111.com where when you login the login box
void* and sizeof()
Hi,
Using void* and sizeof is it possible to get the value of the object ?
I understan