Click here to Skip to main content
15,916,702 members

Comments by Joel Clark (Top 3 by date)

Joel Clark 2-Dec-11 22:14pm View    
Can I have a little more information? Do you want the textbox input to change dynmaically from varchar input to int16/32/64 input based on a condition?
Joel Clark 2-Dec-11 21:39pm View    
First of all you should create bound fields in the gridview and convert them to a template field. Then untick generate columns automatically.

Edit the template, add a textbox as an item under the appropriate header. Select ID in properties and call it something like "ColumnName-Relatedinformation" where columnname corrosponds to the column it is in & relatedinformation corrosponds to the information it holds.

you can then create a foreach statement corrosponding to the amount of rows in the grid, and logically grab the information from each textbox in each row.

Sorry if thats confusing but you havent given me much to work with.
Joel Clark 2-Dec-11 21:27pm View    
Please post some more detail! What images? where are you getting these images from? How are you displaying these images (IE: Picture in a form, opening the files?)? What criteria selects the correct images?

And thats just for a start. Please be much more specific.