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
~1K People Reached
Favorite Forums
Member Avatar for simmy7

I am using .Net 2 in Vs 2008 and I am trying to get the onclick event for a checkox to fire when clicked. Unfortunately it is not firing. I can see the code is added to the checkboxs html. This is the checkboxlist: [CODE]<asp:CheckBoxList runat="server" ID="chkSides" RepeatColumns="3" RepeatDirection="Horizontal" DataValueField="ItemNo" …

Member Avatar for Ramesh S
0
649
Member Avatar for simmy7

I am writing some code to create a google base feed and I need to remove all of the &reg;, &trade; etc from the product descriptions. My problem is that I need a regular expression that I can use to look for the pattern: & [any series of characters]; (ampersand[any …

Member Avatar for SheSaidImaPregy
0
61
Member Avatar for simmy7

I am trying to replace a series of characters with an encoded string value and use that to look for a value in a table. My problem is that when I put the encoded value in the replace, cf converts it to the character instead of leaving it as those …

0
71
Member Avatar for simmy7

Is there any way to have ASP.NET 2 send emails at predetermined intervals or do I need to build a standalone program? Thanks Simmy

0
61
Member Avatar for simmy7

I am trying to figure out if there is a way to remove the index.asp from my sites root url so that if the user enters [url]http://www.mysite.com/index.asp[/url] the address bar will show [url]http://www.mysite.com/[/url] only. I have tried redirecting but no luck wth what I have tried. Anny ideas? Thanks Simmy

0
84
Member Avatar for simmy7

A requirement for the project I am currently working on is that when various links on a page are clicked that the appropriate "layer" (i.e. div) will be displayed centered in the browser. I have tried using various javascript solutions and they center some div's and not others. Does anyone …

Member Avatar for Inny
0
352
Member Avatar for simmy7

It seems there is a bug in IE7. The buttons in a radiobuttonlist have their borders displayed as a solid line instead of none. This doesn't happen when running a project with the radiobuttonlist in vs 2005. It only happens on the hosting companys server (and my client just switched …

0
69
Member Avatar for simmy7

I am working on an asp.net project and one of the requirements is that I do some calculations on the client side based on user selections of radio buttons, check boxes and drop down lists that are in a specific div (this div is inside the form asp.net automatically adds …

0
55
Member Avatar for simmy7

In order to have a less cluttered master page for the site I am working on I have taken a menu control and its datasource and placed them in a Webcontrol (usercontrol). The problem is that the urls for the menu items are being set relative to the directory in …

Member Avatar for sedgey
0
93