asp.net onClick not executing

I am filing this in the category of WTF (What Terrible Functionality).  We have all created forms with many different input controls that post back information we then process in some way.  Our users have come to expect that when they hit enter while filling out the form that it will trigger the submission of the form, and we usually do the processing through the onClick event of the submit button.  I was creating a very simple form 1 textbox and a button that was to be used f... [More]
5. February 2009 08:41 by Duane | Comments (1) | Permalink

asp:ListView Insert and Update not working

I have been working on a solution that used the asp:ListView to manipulate data from an access database. After defining the Layout, Item, EditItem, and Update Templates I was impressed with how much control I had over the display formats and CSS integration that this control allows.  The template I was using is a standard html table.  The display of the data worked perfectly, but when I attempted to edit a record it replaced everything with blank values.  Inserting a new re... [More]
30. January 2009 04:30 by Duane | Comments (1) | Permalink

AutoEventWireup and asp:Repeater

So for the last few days I have been scouring through lines and lines of code trying to figure out why the ASP Repeater control <asp:repeater ...> control was not working.  I checked everything from the record set to the data binding to make sure I had covered all the bases.  Everything checked out but when I loaded the page the data was not displayed. So in an attempt to troubleshoot the situation I created a new C# web form in VS 2005.  Keeping it simple I ad... [More]
6. February 2008 06:54 by duners88 | Comments (0) | Permalink

TextBox

RecentPosts