Click here to Skip to main content
16,022,399 members

Comments by wooga111 (Top 9 by date)

wooga111 28-Apr-11 17:47pm View    
This was my css:

<pre>
.MultiSelect
{
width: 13px;
height: 13px;
background-image: url(images/multiselect.gif);
}
</pre>
wooga111 28-Apr-11 14:31pm View    
Yeah that was it - I changed it to a reg button and removed the CSS style and WIN! My problem is solved. I can't thank you enough for your help Albin! Also thank you for teaching me what personalization is!
wooga111 28-Apr-11 14:28pm View    
ACK! I can't believe it but it is the image button that is breaking everything... I'm going to do a full scale test and let you know what is going on!
wooga111 28-Apr-11 14:19pm View    
Unfortunately yes - I have pasted in the asp that is causing the problem. Once I remove it everything works...
wooga111 28-Apr-11 13:51pm View    
I just realized my page_load is fireing more than once. If I can stop that from happening I don't think I will have a problem.