Forum: ASP.NET 33 Days Ago |
| Replies: 6 Views: 499 At page prerender the checkboxlist isn't being found so this won't work either.
In any case I found a way to stop the partial post back so I don't have this problem now.
Thanks for the help |
Forum: ASP.NET 33 Days Ago |
| Replies: 6 Views: 499 I forgot to mention that the repeater and checkboxlist are within an ajax updatepanel. So the problem seems to be that on the partial post back the OnItemDataBound isn't being fired. So the question... |
Forum: ASP.NET Oct 25th, 2009 |
| Replies: 6 Views: 499 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... |
Forum: ASP.NET Dec 10th, 2007 |
| Replies: 2 Views: 1,229 I am writing some code to create a google base feed and I need to remove all of the ®, ™ etc from the product descriptions. My problem is that I need a regular expression that I can use to... |
Forum: ColdFusion Sep 9th, 2007 |
| Replies: 0 Views: 1,644 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... |
Forum: ASP.NET Jul 26th, 2007 |
| Replies: 0 Views: 879 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 |
Forum: ASP Jul 5th, 2007 |
| Replies: 0 Views: 1,266 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 http://www.mysite.com/index.asp the address bar will show ... |
Forum: JavaScript / DHTML / AJAX Feb 14th, 2007 |
| Replies: 2 Views: 14,578 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... |
Forum: ASP.NET Feb 4th, 2007 |
| Replies: 0 Views: 1,807 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... |
Forum: HTML and CSS Jan 16th, 2007 |
| Replies: 0 Views: 1,605 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... |
Forum: ASP.NET Jan 10th, 2007 |
| Replies: 1 Views: 1,380 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... |