473,320 Members | 1,958 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

DropDown in InsertItemTemplate in ListView

Hi all,
When the below code executed it is not binding the Dropdownlist in
insertitemtemplate. But the same is binding the Dropdownlist in
EditItemTemplate. Also, when i use LINQDataSource in insertitemtemplate is
also binding but only if i do like below it is not working...

<InsertItemTemplate>

<asp:DropDownList ID="DropDownList1" DataSource="<%# BindDept() %>"
DataTextField="DepartmentName" DataValueField="DeptID" runat="server">

</asp:DropDownList>

</InsertItemTemplate>

CodeBehind:

public IEnumerable BindDept()
{

EmployeeInfoDataContext dbEmp = new EmployeeInfoDataContext();
var LINQQuery = from dept in dbEmp.Departments

select dept;return LINQQuery as IEnumerable;
}

Am i missing something?

Sep 17 '08 #1
0 1251

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: spawn666948 | last post by:
Hey, Everyone I can't seem to get the ListView to work on my Access 2000. I inserted the MS ListView Control. Let's call it "LV" for short. The, the Reference, MS Windows Common Controls 6.0...
4
by: Steve Le Monnier | last post by:
I have a textbox with a lookup button facility. What I would like to do is also offer a quick selection facility by having a dropdown list appear under the control once the user has typed a single...
1
by: pjbates | last post by:
Hi, I've been using the GridView and DetailsView controls for a while, and I'm beginning to get annoyed by the redundancy of EditItemTemplate and InsertItemTemplate in many cases. In the...
0
by: Swetha | last post by:
Hello I have a FormView with InsertItem, EditItem and ItemTemplates. Depending on from where the page is accessed, the page opens up in either Insert, Edit or ReadOnly mode. The FormView is...
2
by: Dachshund Digital | last post by:
Ok, some one has to have done this... I have a listview with 3 columns. I want one column to hold a dropdown control so the user selects the listview item/column can select a option for that...
3
by: Savas Ates | last post by:
It is in my <EditItemTemplateTag.. <asp:DropDownList Runat=server ID="CIdeefixeSatis" SelectedIndex='<%# SelectMyIndex(DataBinder.Eval(Container, "DataItem.ideefixesatis")) %>' ...
0
by: hooterbite | last post by:
The forms in Insert and Edit are almost identical, and each fom field has the same name in each template. For example, I have a txbName in the InsertItemTemplate and a txbName in the...
0
by: Cas | last post by:
Hi, I want to create a InsertItemTemplate in a detailsview (only insertmode)programmatically. I first defined a Template, then i tried to create within that templatefield a InsertItemTemplate...
2
by: ascll | last post by:
Greetings, How do I insert a dropdown box (predefined values=A,B,C,D) in DetailsView (prefer codeless)? Thanks ascll
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.