I have an ASP.NET page that does a db lookup and generates a list of hyperlinks that the user will select from.<BR><BR>The behavior I need is for the hyperlink's onclick event to return the value of ...
I've written an application that handles line item entry using Ajax, then saves the items in batch on a postback operation (due to some database and data integrity constraints). The clients are very ...