Hi Experts,
I have a screen with multiple table control(TC). Each table control has two columns. First column is country in one TC and state in other etc...But in all the TCs the second column consists of check boxes.
Issue: First i selected one of the check box of the second column of all the TCs. Then i deselect one checkbox of one TC. As soon as i deslected the checkbox, i observed that one TC got disappered from the screeen. Later i again select the check box of one the TC , now all the TCs are there in my screen,
Could you pls help me finding the solution of this disappearance of the TC.
Thanks
Strange
I recently noticed some odd HTML appear in some of the websites I host. Not all of them are run on a CMS but the majority (but not all) are running through the same FTP account.I've searched
How a counter of users ? such as ---> (231 Viewing)
I want to count how many users are actually viewing the page, How is that possible?Thank you guys!
Posting to another Site?
I have software that people install.When they install it, is there a way to make it post their domain name to my website?I know I could do a header('location: http//www.mysite.com/id=?domain.com');
Delete all from a table
I can not get the following code to work. If I run the sql statement in the db it will delete all the data but it will not work from the page. My connection string is fine I just can not get it to
how to hide input fields on selection screen using variant attribute
Hello all,
Giving the below syntax error
Dear Experts,
check if value exists
I have googled this for a while and I am getting lots of different results. Is there a standard method used for checking to see if a value exists in a database before inserting a value? I have a form,
mail with attachment problems
Hi. I have the following code:Code: else if(file_exists("site".$timp.".zip")) {$file=fopen("site".$timp.".zip", "rb"); $data=fread($file,
Typedef struct vs just struct
Anyone know the rationale for using typedef for structs when a struct is itself a typedef? I have seen this in just about every book I have ever read, never with any explanation, yet I know from
javascript in php code causes page to display white
Hi All,Odd one this, I've got the following code (below) which is a simple log in form. The client wanted a pop to inform you when you've not completed a field and an asterix to appear.This is fine.