Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Member Avatar for SusanHAllen

Please help me find out why the following isn't working in Firefox -- works fine in IE! HTML: [CODE]<asp:HyperLink runat="server" NavigateUrl="~/ContactUs.aspx"><img class="contactus" border="0" src="images/ContactUs_200.jpg" alt="Contact Us"/></asp:HyperLink>[/CODE] CSS: [CODE]body { font-family : Verdana, Arial, sans-serif ; font-size : 9pt; background-image:url(../images/red.jpg); background-repeat:repeat-y; } a { text-decoration: none; color:red; display: block; } a:hover …

Member Avatar for karthikreddy509
0
375
Member Avatar for SusanHAllen

I am finding an extraneous  in a very simple cfm page. It does have a cfinclude of straight text named as a .cfm template. This character shows up with or without the cfinclude -- I add the cfinclude content into the main page and the character is still there. …

Member Avatar for arrgh
0
157
Member Avatar for SusanHAllen

I am attempting to build multiple unique cfforms (flash, not html) within a loop. However, only the last cfform is appearing on the page. Works in cfform with format="html" but not with format="flash." So, I'm thinking it's the flash <cfformgroup> design not moving down the page but displaying one on …

Member Avatar for arrgh
0
90
Member Avatar for SusanHAllen

Hello all, I have a windows application with a DataGridView. I have successfully bound the DataGridView to a datasource (datatable based on database query). I would like one of the columns to be a ComboBox that is selected to the correct datasource value, yet upon click displays data from a …

Member Avatar for SusanHAllen
0
1K
Member Avatar for SusanHAllen

I am using a custom ListItem class in order to fill a windows forms combobox (in DropDownList style). I am filling the control fine, but how do I get the id (NOT the name) upon cmbProgramName_SelectedIndexChanged? [icode] public class ListItem { private string id = string.Empty; private string name = …

Member Avatar for nick.crane
0
191
Member Avatar for SusanHAllen

Hello, I am attempting to customize the following script in the head portion of my page, based on a url parameter. The url parameter is being evaluated by a different script (proven by "alert" code), but the "galleryURL" variable is not being generated upon page load. Please help! Thank you. …

0
55
Member Avatar for SusanHAllen

I am having a weird problem with innerHtml that I'm hoping someone can help me with. The code displays two sections (one "EP offers" and one "LP offers" section as indicated in the code below. The code that works just fine locally, but when I upload it to the host …

Member Avatar for chandru7
0
89
Member Avatar for SusanHAllen

I have written a Windows service using FileSystemWatcher. It successfully processes one file when dropped into the target directory, but doesn't do anything when a subsequent file is dropped. Any suggestions would be welcomed.

Member Avatar for kvprajapati
0
76
Member Avatar for SusanHAllen

My code reads an Excel file and outputs XML. For one value I need to evaluate 2 spreadsheet values to set the XML as in (dr being a datarow): [code] if (String.IsNullOrEmpty(dr[5].ToString().Trim()) == true) strPrimeTaxid = dr[6].ToString().Trim(); else strPrimeTaxid = dr[5].ToString().Trim(); [/code] This works fine for data such as "123456" …

Member Avatar for Ramy Mahrous
0
216