I\'ve agreed to help out a friend with getting their website off the ground. Previously, someone else helped out by writing a data access layer dll in C#, which I luckily have access to the code. Not
I\'m currently using a jQ开发者_如何学Cuery resides on my own FTP together with other web files. I am thinking of using a jQuery from CDN since suggested by the YSlow. The question is, how can I exten
I\'m looking for a way make a custom validator that compares the sum of four field set with the sum of a different four field set, before inserting / editing the database but so far my effort haven\'t
Im using Struts2 and Hibernate, trying to create a simple form to edit an object and all its children (one-to-many).
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I have a few section in an ASP.NET page and need to validate them separately. Each section has it\'s own validation summary section so I thought of using the ValidationSummary tag with the Validatio
Can someone help me fix this code? What I want to fix is: If a person doesn\'t enter a username or password, I just want the error text (the red messages on the side) without the \'sorry, no access\
I\'m maintaining a service that accepts a form post and in adding support for CORS requests I\'ve come across the issue in Firefox 3.6 where it sends a preflight request with an OPTIONS request header
I\'m building a new Web Forms aspnet 4.0 website and have installed Elmah 1.2 using NuGet.I\'ve added a line to the web.config to log to sql server express, and created the relevant table and 3 stored
I have set up a database and have form data being submitted to it via $_POST in PHP, and I also have my page set up and working which pulls in the fields from the database and displays them. Not rocke