Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
720 views

Update DataGrid inside AJAX accordion

I have an AJAX accordion from the ajax control toolkit on a page with a datagrid inside on of the panels. I have a custom itemtemplate for the one column to create a multiline textbox when I click ...
3
votes
1answer
482 views

Bound DropDownList of “unused” items plus current row item in EditItemTemplate of GridView?

I have 2 tables with unique IDs that can be mapped to each other (one table comes from a database outside of my application but has information about the same entities I'm tracking). I want to provide ...
2
votes
2answers
81 views

Debugging GridView / ObjectDataSource events

Ahoy! I am using an ASP.NET GridView control bound to an ObjectDataSource: <asp:ObjectDataSource ID="Things" runat="server" TypeName="BLL.Thing" UpdateMethod="UpdateThing" ...
2
votes
2answers
338 views

How to programmatically reach any AspxControl inside an AspXGridView's EditItemTemplate

Its very simple and i feel myself as an idiot :( I newly started to using DevX Controls. Its documentation and sample projects are SUCKS! My problem is: I have an ASPxGridView on my aspx page: ...
2
votes
1answer
2k views

Problems with AJAX CascadingDropDown and DropDownList SelectedValue in EditItemTemplate

I am having problem in EditItemTemplate of FormView. When I use such code in InsertItemTemplate everything works: <asp:DropDownList ID="Lic_PosiadaczLicencjiIDDropDownList" runat="server" ...
2
votes
3answers
2k views

DropDownList in GridView not available when Editing

I've got the setup below. When I click the 'Edit' link on the CommandField, a RowEditing event gets fired, but the row does not allow me to edit; specifically, the DropDownList does not appear. My ...
1
vote
1answer
126 views

Ajax Control Toolkit Calendar control not working in DetailsView EditItemTemplate

I have a DetailsView with a bunch of EditItemTemplates. One of them has a text box that accepts dates. In order to make the form more user friendly I wanted to add an Ajax toolkit calendar control so ...
1
vote
1answer
94 views

How to add a new item at the top of a ListView with EditItemTemplate

I have a bit of code where you can add a new field using an add button, which enable the asp:EditItemTemplate, but the thing is that this adds the field at the bottom of the list, making the user have ...
1
vote
2answers
337 views

How to AutoPostBack in EditItemTemplate?

I have a couple of DropDownLists in a FormView EditItemTemplate. One of them is a list of brokers and the other a list of broker accounts. When the Broker DropDownList is changed, I want the Accounts ...
1
vote
1answer
228 views

Javascript function on ASP.NET Listview_ItemCreated

I am trying to set some client-side properties on a set of controls in the EditItemTemplate of an ASP.Net ListView. For instance, if the EditItemTemplate contains something like this: <tr ...
1
vote
2answers
487 views

ASP.NET: Accessing a WebControl from EditItemTemplate in DataList

I am trying to access a webcontrol (a Textbox) from the EditItemTemplate of a DataList, so I can change it. When I try to do DataList.FindControl("TextboxID") it comes back with null because it ...
1
vote
2answers
261 views

How can I programatically determine which control to use in my EditItemTemplate? (ASP.NET)

In my ASP.NET application, I have a GridView. For a particular field in this GridView, I've added an EditItemTemplate with a DropDownList. However, if the value of the field is "X", then I want to ...
1
vote
1answer
877 views

How to access drop down list from EditItemTemplate of FormView

I have a formview on my aspx page containing various controls arranged using table. There is a DDL "cboClients" which i need to enable or disabled depending upon role within Edit mode. The problem ...
1
vote
1answer
471 views

ASP.NET: How do “update” a field in the <EditItemTemplate> that has a null value in the database (SQL)

I am using a FormView control. The allows me to update records in the database. However, when a database field is null I can not update the field on the form. It works fine when the field is not a ...
1
vote
4answers
8k views

Gridview, DropDownList, EditItemTemplate - Error: SelectedValue which is invalid because it does not exist in the list of items

I have a Gridview which binds to an ObjectDataSource (objStudentDetails). In edit/insert mode of the Gridview one of the fields is a DropDownList that gets it's pick list options from a lookup table. ...
1
vote
2answers
9k views

asp.net how to add TemplateField programmatically for about 10 dropdownlist

This is my third time asking this question. I am not getting good answers regarding this. I wish I could get some help but I will keep asking this question because its a good question and SO experts ...
1
vote
1answer
3k views

FindControl in DataList Edit Mode

As a new .net/C# web begginner, I always get tripped up when I try to use FindControl. Blam -flat on my face. Here is my current FindControl problem: I have an .aspx page and Form, then ajax ...
0
votes
1answer
133 views

How to display custom error message on EditForm Template of AspXGrid?

DevExpress AspXGrid has a cool editform template that you can use it several ui style as popup form or inline form betwwen grid rows etc.. When you unimplement Update Event of grid and if you allow ...
0
votes
1answer
29 views

Why does DropDownList in Gridview increment value?

I'm binding a ddl inside a gridview inside an EditItemTemplate. The values bind but the index is incrementing up a step. I tried cheating a little and it helped but it revealed a second problem. ...
0
votes
0answers
26 views

Prevent CustomValidator Unique Field Validation on Update/Edit

Problem: I have a custom validator in an EditItem template validating text box to table data, verifying a PIN is unique. It works correctly on the initial update, but when the form is updated the ...
0
votes
1answer
322 views

How to set textbox value from code behind in EditItemTemplate

I have an Dynamic Data application with a custom edit page. In this page I have two field; a name and a unique identifier field. After this last field I placed a button. When I click the button I want ...
0
votes
1answer
372 views

Access DropDownList in EditItemTemplate within GridView on GridView_RowEditing

I inserted a DropDownList into an EditItemTemplate within a GridView and I'd like to fill this DropDownList with Items based on a Value in another GridView-Column on the same row. Let me give you an ...
0
votes
0answers
252 views

FormView Mode changing on Second Click, Not First

I have a FormView with both view and edit templates. <asp:FormView ID="fv_member" RunAt="server" OnModeChanging="fv_member_ModeChanging"> <ItemTemplate> <div ...
0
votes
3answers
855 views

Datagrid EditItemTemplate button event not firing

I am dynamically creating an Item template in a Gridview. TemplateColumn BtnTmpField = new TemplateColumn(); BtnTmpField.ItemTemplate = new DynamicallyTemplatedGridViewHandler(ListItemType.Item, ...
0
votes
2answers
115 views

What is the best way to implement “Copy to new” functionality with FormView control and content templates

I have a FormView control in an ASP.NET page. I use the InsertItemTemplate and EditItemTemplate to provide data manipulation functionality, and it is working very well. I would like to allow the user ...
0
votes
1answer
332 views

How to change values of Fields in GridView/RadGrid EditTemplate when a chkBox is checked?

When a 'Update' is clicked the row shows the Edititem mode. I have a check box that when it is 'clicked' I want the other fields to dissapear/become read-only. How can this be done client or server ...
0
votes
0answers
312 views

Keep getting extra added in details view

I am unable to edit Gender lookup field. I am having problem with post back edits. Every time I edit, the row YourGender keeps getting repeated. I am getting null values for GenderLookup value field. ...