I've just noticed something rather annoying about custom error pages. Wanting to show users a nice message when they try to load a non-existent aspx page I set my web.config up like this:
<configuration>
<configSections>
<system.web>
<customErrors mode="On"...
I'm developing a photo sharing application and I have a requirement to allow users to upload multiple files to a database (50-100 at a time). The target market is a bit specialist and has a high proportion of Mac users so I'm looking for a cross platform solution so ActiveX is a non-starter. I...
I am developing a web site that appears like a wizard. It has back and next buttons. The only problem is that if a user enters in some text in a field and then presses enter it always chooses back instead of next. I assume this is because this is the first button in the HTML. I have tried...
I have a report that has a cream coloured background. I want to put fields on this that have a white background and black border.
I have set the border and background colour in the fields properties and this works fine if there is text in the field.
Some of my fields have an empty string in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.