Click here to Skip to main content
15,899,825 members
Home / Discussions / C#
   

C#

 
GeneralRe: msagent output voice file Pin
Dave Kreskowiak1-Jan-08 6:02
mveDave Kreskowiak1-Jan-08 6:02 
GeneralRe: msagent output voice file Pin
Muammar©1-Jan-08 6:11
Muammar©1-Jan-08 6:11 
GeneralNavigating a web form Pin
brsecu31-Dec-07 6:31
brsecu31-Dec-07 6:31 
GeneralRe: Navigating a web form Pin
DotNetXenon31-Dec-07 7:45
DotNetXenon31-Dec-07 7:45 
GeneralDatagrid and combo box or drop down list Pin
Saamir31-Dec-07 5:07
Saamir31-Dec-07 5:07 
GeneralRe: Datagrid and combo box or drop down list Pin
Justin Perez31-Dec-07 5:24
Justin Perez31-Dec-07 5:24 
GeneralRe: Datagrid and combo box or drop down list Pin
Saamir31-Dec-07 6:14
Saamir31-Dec-07 6:14 
GeneralRe: Datagrid and combo box or drop down list [modified] Pin
awiesendanger2-Jan-08 2:23
awiesendanger2-Jan-08 2:23 
Its pretty easy, you can just use the ItemTemplate property. Here's an example:

<columns>
<asp:templatecolumn>
<itemtemplate>
<asp:dropdownlist id="ddl" width="150" runat="server"></asp:dropdownlist>
</itemtemplate>
</asp:templatecolumn>
</columns>


To access in code behind, you can use the FindControl method on a datagrid row or cell.

<div class="ForumMod">modified on Wednesday, January 02, 2008 9:04:48 AM</div>
QuestionSendKeys Oddity??? Pin
tboydva31-Dec-07 3:56
tboydva31-Dec-07 3:56 
QuestionTextBox indentation??? Pin
JoZ CaVaLLo31-Dec-07 2:24
JoZ CaVaLLo31-Dec-07 2:24 
GeneralRe: TextBox indentation??? Pin
Justin Perez31-Dec-07 2:25
Justin Perez31-Dec-07 2:25 
GeneralRe: TextBox indentation??? Pin
JoZ CaVaLLo31-Dec-07 2:49
JoZ CaVaLLo31-Dec-07 2:49 
GeneralRe: TextBox indentation??? Pin
Skippums31-Dec-07 7:40
Skippums31-Dec-07 7:40 
QuestionHow to get the values of dynamic fileupload Pin
Elena200631-Dec-07 1:49
Elena200631-Dec-07 1:49 
AnswerRe: How to get the values of dynamic fileupload Pin
Justin Perez31-Dec-07 2:14
Justin Perez31-Dec-07 2:14 
GeneralRe: How to get the values of dynamic fileupload Pin
Elena200631-Dec-07 2:19
Elena200631-Dec-07 2:19 
GeneralRe: How to get the values of dynamic fileupload Pin
Justin Perez31-Dec-07 2:24
Justin Perez31-Dec-07 2:24 
GeneralRe: How to get the values of dynamic fileupload Pin
Elena200631-Dec-07 2:30
Elena200631-Dec-07 2:30 
GeneralRe: How to get the values of dynamic fileupload Pin
Ed.Poore31-Dec-07 7:13
Ed.Poore31-Dec-07 7:13 
Generaldisplay rows in a list box Pin
michael_jhons31-Dec-07 1:22
michael_jhons31-Dec-07 1:22 
GeneralRe: display rows in a list box Pin
WillemM31-Dec-07 1:31
WillemM31-Dec-07 1:31 
GeneralC# - Events not triggering Pin
jgrogan31-Dec-07 1:07
jgrogan31-Dec-07 1:07 
GeneralRe: C# - Events not triggering Pin
WillemM31-Dec-07 1:29
WillemM31-Dec-07 1:29 
GeneralRe: C# - Events not triggering Pin
jgrogan31-Dec-07 1:48
jgrogan31-Dec-07 1:48 
GeneralRe: C# - Events not triggering Pin
PIEBALDconsult31-Dec-07 15:37
mvePIEBALDconsult31-Dec-07 15:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.