Advertisement

1 - 10 of 55 containing alltags:("edititemtemplate") (0.002 seconds)
I need to access a control that is stored in the editItemTemplate of a datagrid and i need to know when and how i can access it. here is the code for the editCommand  Private Sub departmentsGr...
Zones: MS Visual BasicDate Answered: 06/17/2005 Grade: B Views: 0
I would like to add validators to a datagrid in order to prevent invalid data from being submitted using a datagrid EditItemTemplate. Additionally, I would like to summarize the validators on the p...
Zones: ASP.Net ProgrammingDate Answered: 01/07/2005 Grade: A Views: 0
Hi folks, Basically I'm creating a program which has to do with Inventory. When creating a new item, each item can have a number of options, such as "Size", "Colour" etc. I wanted to use a...
Zones: ASP.Net ProgrammingDate Answered: 06/24/2005 Grade: B Views: 0
I have the following in my datagrid:                   <EditItemTemplate>                         <asp:RadioButtonList Runat="server" ID="optAssignRequest_Edit" SelectedItem='<%# (DataBinder.Eval(Container.DataItem, "AssignReque...
Zones: ASP.Net ProgrammingDate Answered: 01/19/2006 Grade: A Views: 0
I need to locate a control that is nested inside an EditItemTemplate of a Gridview.  I use the following recursive function, but it seems like it can only see the controls that part inside an ItemT...
Zones: ASP.Net ProgrammingDate Answered: 01/31/2006 Grade: B Views: 58
How do I bind an arraylist so I can populate an dropdownlist on page load and postback? All other code is working ok but the dropdownlist is appearing as blank (with no values from the database). P...
Zones: ASP.Net ProgrammingDate Answered: 04/18/2006 Grade: B Views: 0
Hi, im using a gridview with templates, i have a edit button but i want to check if the user can edit a record first but how do i capture the record id on click of an edit, the only way i have been...
Zones: C#, ASP.Net ProgrammingDate Answered: 05/14/2007 Grade: B Views: 43
It seems you cannot initialize an EditItemTemplate dropdown in RowDatabound event. I want to bind different item list to the dropdown based on an Itemtemplate label text value. T tried a while and ...
Zones: ASP.Net ProgrammingDate Answered: 10/29/2007 Grade: A Views: 0
hi there.. i have a problem with nested datalist this is my code <asp:DataList runat="server" Id="dlCategories" cellpadding="3" cellspacing="3" Font-Name="Arial" RepeatColumns="2" OnE...
Zones: .NETDate Answered: 12/23/2003 Grade: A Views: 0
I have just modified my existing datagrid to allow a user to add a record following the tutorial found at 4guysfromrolla. However, now that I have the add functionality working, I can no longer edi...
Zones: ASPDate Answered: 11/11/2003 Grade: A Views: 0