c# - Need help with grid -


i trying create 2 columns. 1 column carry users details..avatar , user name..the other column carry users comments. problem dont know how insert 2 controls gridview row..(hyperlink users name , avatar). here have far. not sure right

tablecell cell = new tablecell(); gridview1.rows[0].cells.add(cell); gridview1.rows[0].cells[0].controls.add(ddl); 

the datatable known nothing ui control use show data. in aspx page can configure gridview have templated columns in itemtemplate definition can put controls want , set bindings using appropriate aspx based syntax.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -