| Thread | Last Post | Replies |
|
| Re : Very simple question, columns width | 23 Jan 2008 14:33 GMT | 1 |
How to set the Column's width at runtime. I use the below statement but not working Me.DataGridView1.Columns(0).Width = 50 Me.DataGridView1.Columns(1).Width = 300
|
| Wrong string render in GridView | 17 Jan 2008 08:47 GMT | 3 |
I have a prroblem with a GridView. A SS2005 string with some (') that they appear (?) within the grid. Why this strange behaviour? Thanks a lot
|
| A GridView with an unbound datasource - editing the values. | 15 Jan 2008 13:35 GMT | 3 |
I want to have a gridview where the user can enter/edit/delete records and when they are finally done, I will write out the records to the database myself. So I don't want the records updated until they push the save button. Does anybody have any samples of code that does this?
|
| 2.0 vs. 1.1 Read-Only Textbox/Findcontrol | 14 Jan 2008 19:00 GMT | 2 |
In asp.net 1.1 I use this bit of code to get the text from a textbox in a datagrid on postback: txtComments = CType(dgi.FindControl("txtComments"), System.Web.UI.WebControls.TextBox)
|
| Saving grid layouts | 14 Jan 2008 10:14 GMT | 1 |
Users want to modify the layout of a grid and be able to save these settings so that the next time they log in, the grid is layed out as it was when they last used it. What are some good ways to save the grid layout between sessions?
|