HighTechTalks DotNet Forums  

DetailsView and dropdownlist

ASP.net Data Grid Control microsoft.public.dotnet.framework.aspnet.datagridcontrol


Discuss DetailsView and dropdownlist in the ASP.net Data Grid Control forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
viktor
 
Posts: n/a

Default DetailsView and dropdownlist - 08-13-2007 , 04:06 PM






Can some body help me. Look at at the code bellow
<InsertItemTemplate>

<asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("item_id") %>'
Visible="False"></asp:TextBox>

<aspropDownList ID="DropDownList1" runat="server"
DataSourceID="item_retreive"

DataTextField="item_id" DataValueField="inv_mast_uid" SelectedValue='<%#
Bind("inv_mast_uid") %>' AutoPostBack="True" >

</aspropDownList>

</InsertItemTemplate>

after the post back inv_mastUID field is still empty. what am i doing wrong?



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.