Congratulations to all the winners of April 2013, they have won INR 3400 cash and INR 20147 worth prizes !
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 53893 |  Welcome, Guest!   Register  Login
 Home > Forums > ASP.NET > I want bind data to dropdownlist in edittamplate in grid view ...
Ramaniranjan.It@Gmail.Com

I want bind data to dropdownlist in edittamplate in grid view

Replies: 2 | Posted by: Ramaniranjan.It@Gmail.Com on 4/26/2012 | Category: ASP.NET Forums | Views: 1363 | Status: [Member] | Points: 10  Download source file 


I attach my file
when debug that file
i got that error
System.ArgumentOutOfRangeException: 'ddltravelby' has a SelectedValue which is invalid because it does not exist in the list of items


Reply | Reply with attachment | Alert Moderator

 Responses below this adGet hundreds of .NET Tips and Tricks videos

 Replies

Oswaldlily
Oswaldlily  
Posted on: 4/26/2012 9:34:03 AM
Level: Starter | Status: [Member] | Points: 50

Resolved

protected void ddl1_Load(object sender, EventArgs e)
{
DropDownList ddl=(DropDownList)sender;
ddl.DataSource = (...call yur values here...)
ddl.DataValueField = "Column name ";
ddl.DataBind();
}


<asp:DropDownList ID="ddlOrderType" runat="server" Onload="ddl1_load()">

</asp:DropDownList>

Ramaniranjan.It@Gmail.Com, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Veerac85
Veerac85  
Posted on: 4/30/2012 5:32:41 PM
Level: Starter | Status: [Member] | Points: 25

you could refer to this link for complete step-by-step instructions on doing this.
http://technico.qnownow.com/2012/04/05/use-dropdownlist-in-asp-net-gridview-control/

Ramaniranjan.It@Gmail.Com, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Reply - Please login to reply


Click here to login & reply

Found interesting? Add this to:


 Latest Posts

Write New Post | More ...

About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/20/2013 9:54:47 AM