| Thread | Last Post | Replies |
|
| Custom validation not working when Javascript moved to external file | 20 Jun 2006 17:15 GMT | 1 |
I am writing a page that makes use of a lot of custom validators. So far, all the custom client-side validation code has been added in the <head> tag of the page, but I decided to move it out to an external file to keep this file cleaner. Trouble is that it now doesn't get called ...
|
| Do you know a free .net Blog or even paid | 20 Jun 2006 16:25 GMT | 4 |
I'm looking at replacing the current Blog engine on our website with another one that would require users to login first before posting a comment since we're getting too much spam. We're currently using DasBlog which works great except anyone can post comments. Is there a
|
| Bad Request? | 20 Jun 2006 16:24 GMT | 2 |
Here's a link on one of my sites http://www.bookhead.net/books/Against+All+Enemies%3a+Inside+America's+War+on +Terror+Richard+A.+Clarke/ISBN/0743260244.aspx the page the link is on is
|
| Adding a png with transparent background to a Image button | 20 Jun 2006 15:53 GMT | 4 |
I need some help with transparent png:s on my site. Currently i'm using the FILTER:PROGID:DXImageTransform.Microsoft.AlphaImageLoader(src='"+url+"',sizingMethod='scale') method in a htc app I found on the net , this workson all of my images
|
| Image URL? | 20 Jun 2006 15:45 GMT | 2 |
I believe this must be a very sample question. I have a image dir under myWebsite (myWebSite is the root dir of my web appl) I have an ascx file under myWebsite/userControls
|
| Role Provider | 20 Jun 2006 15:42 GMT | 2 |
I have created my own custom Membership and Role providers and everything works fine. However, I want to be able to determine if the user is in a particular role when I am validating the user. Since this code is already part of my Role Provide, does anyone know how to
|
| Won't read my web.config file!! | 20 Jun 2006 15:19 GMT | 1 |
Trying to troubleshoot a web app. I'm getting the usual "set your web.config file to customErrors mode="Off"" message. Anyway, I DO have a web.config file in the root of the app, but it's not reading it because i DO have customErrors mode=Off
|
| validate multiple controls | 20 Jun 2006 15:13 GMT | 6 |
I have got a very simple javascript which compares about 8 controls in pairs of two. i.e. maxA - minA <= 25. Now I would like it to be triggered for validation (before submit?) and cancel the submit if neccessary. Very easy to do if it were plain HTML.
|
| Profile Personalize event called Multiple times | 20 Jun 2006 14:58 GMT | 1 |
I am using Custom Profile and creating the profile in Profile_Personalize event. I am also using sitemap. When a page has a menu control, then the Profile_Personalize event is called 6 - 7 times per page. I am using default providers for profile and sitemap.
|
| Populating dropdowns client-side? | 20 Jun 2006 14:44 GMT | 2 |
In my application there are many inter-dependent dropdowns. ie:- when user select value form dropdown1 according to that a query is fired and the data is populated in dropdown2 by applying the value selected in dropdown1 as filter.
|
| Translate virtual ~ path in app_code codebehind | 20 Jun 2006 14:44 GMT | 1 |
I need to take a virtual path say "~\Site\Default.aspx" and convert it into the correct site path in the app_code folder for codebehind. how do you go about doing it at this level? I found it very easy to do it on a user control and web page by using the system.web.ui.page ...
|
| any good ASP.NET Wiki Software? | 20 Jun 2006 14:24 GMT | 3 |
Anyone know of anything, preferably with source code?
|
| Using enums as usercontrol public properties | 20 Jun 2006 14:13 GMT | 2 |
I have created a usercontrol with a public property as follows: // default display type to single form. private DisplayType selectedDisplayType = LoginForm.DisplayType.SingleForm;
|
| (2.0) Separator in Menu control | 20 Jun 2006 13:59 GMT | 4 |
How do i create a separator that only show _between_ menu items? I've tried the "StaticTopSeparatorImageUrl" property, but that also gives me a separator before the first item. Likewise, the StaticBottomSeparatorImageUrl property gives me an item after
|
| checkbox with datagrid | 20 Jun 2006 13:58 GMT | 1 |
will you please give me a small hint e.g in datagrid(databounded) there are 10 rows of different jobs having checkboxes with all rows(in template column of datagrid). if user check any no. of jobs in it and clicks button he is redirected to another
|