I'm using asp.net 2.0 and C#. I have a data entry screen. When the user clicks the 'Save' button, a record is saved to the database. I'm using an ObjectDataSource in my form as follows:
<asp:ObjectDataSource ID="CourseProfileDataSource" runat="server" DataObjectTypeName="CourseProfile"...
I'm using asp.net 2.0 and C#. I have a data entry web form that contains a formview that is bound to a cpDataSource. The cpDataSource specifies an 'InsertMethod' that is contained in a db access class.
The web form contains alot of textboxes but also contains two CheckBoxList's. Each...
I'm using asp.net 2.0 and C#. I have a gridview with templates defined (ItemTemplate, EditItemTemplate, and FooterTemplate).
<asp:GridView EnableTheming="true" ID="TTIGrid" ShowFooter="true" runat="Server" DataKeyNames="ttiID" DataSourceID="TTIDataSource" OnRowCommand="TTIGrid_RowCommand"...
I'm using asp.net 2.0, so don't have the AJAX asp extension. I work at a govt facility that doesn't allow us to install anything unless it is approved first. Getting things approved can take awhile. I was wondering if anyone has implented their own NumberUpDownExtender-like control without...
I am a newbie to javascript and web development. I have an asp.net web form and am trying to popup a DataPicker-like modal window so that the user can select a date from a calendar. I think this is pretty typical stuff. I'm trying to do what is described at...
This has got to be a simple question. I am a newbie to asp.net and haven't used html much either. I'm trying to do what is described at: http://www.15seconds.com/issue/040315.htm, but I get the following error on my DatePicker.aspx:
"Validation (XHTML 1.0 Transitional): Attribute 'onblur' is...
I'm new to asp.net and am working with formviews and asp.net 2.0 and Visual Studio 2005. I have a formview where I'm editting an InsertItemTemplate that has a bunch of textboxes/labels for data entry. I'm not able to arrange the textbox/label control with the Designer after I get into the...
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.