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...
Thank you SO much! I knew it had to be something simple, but it was driving me crazy. I have no idea how that # got removed because it was there originally and was working before I added the FooterTemplate and the EmptyDataTemplate.
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...
The problem is that I am not able to build my application (via Visual Studio build) without getting the error that says that the 'onblur' attribute is not valid. Even if I still run the application, the 'onblur' isn't working there either.
The application is a data entry form that has a date...
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...
According to: http://www.htmlcodetutorial.com/document/_BODY_onFocus.html, the body can be blurred. Plus I see lots of other examples on other websites too, so I'm a little confused.
I meant to say that I cannot BUILD my website, not compile it.
I AM using Javascript to popup a window that...
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've already created a table (I have all the textboxes in one column right now), but the Designer still doesn't allow me to move the textboxes around. Should it?
I have several formviews that will have alot of fields. It would save alot of time and work to be able to initially place these...
So there's no other way besides editting the source manually to move the controls around? Visual Studio won't create the html table for you with the Designer?
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.