| Thread | Last Post | Replies |
|
| gridview Rowupdating | 24 Jul 2008 20:24 GMT | - |
I have a gridview there are two check box fields on the gridview. What I'm tring to do is when the record is edited if the check boxes have changed update another field that is a hidden field on the gridview. I'm thinking I can do this in the RowUpdating event. I just don't know ...
|
| Datagrid - How do I fill a Datagrid hyperlink with an array | 24 Jul 2008 16:36 GMT | - |
I am trying to use a hyperlink in the gridview to display files obtained from a particular directory. The source is a string defined array. I can display the files in the DataGrid OK, but I can't figure out how I can turn the displayed files into a hyperlink so the user can ...
|
| Datagrid and Column autosize problem | 23 Jul 2008 15:40 GMT | - |
I have this Grid filled with the processes running on that PC. : of the 4 columns, the last one contains the path to the processes executables: my problem: how can I make the column to fit the longer path /string
|
| reg datatable | 19 Jul 2008 09:44 GMT | - |
I've a requireemnt ..in which my query will pull all the data from the database table..and binds to a grid based on some calculations..... the count of records wil be around 700000 records.... can I store this data in datatable..and bind to the grid..
|
| Extremely flexible ASP.NET grid needed | 17 Jul 2008 06:22 GMT | - |
Folks, I have a project at hand where I'll need a really flexible grid for ASP.NET. The standard row/column model doesn't cut it - I need to specifically be able to tell each individual cell what kind of cell it
|
| importent dot net interview questions | 16 Jul 2008 01:06 GMT | - |
.NET database dev questions http://freedownloadablebooks.blogspot.com/2008/03/net-database-dev-questions.html Some general quickies http://freedownloadablebooks.blogspot.com/2008/03/some-general-quickies.html
|
| stellenangebote erzieherin ausland jobboerse jobs arbeitsamt job im ausland stellenangebote fuer ausland Fotolaborant Fotolaborantin | 07 Jul 2008 03:39 GMT | - |
stellenangebote erzieherin ausland jobboerse jobs arbeitsamt job im ausland stellenangebote fuer ausland Fotolaborant Fotolaborantin ARBEITSANGEBOTE IM AUSLAN http://WWW.STELLENANGEBOT-AUSLAND.D http://WWW.STELLENANGEBOT-AUSLAND.D
|
| Dot Net Viewers | 06 Jul 2008 09:22 GMT | - |
http://ganesh-freedotnetbooks1.blogspot.com http://ganesh-freedotnetbooks.blogspot.com http://freefreedownloadsoftwares.blogspot.com
|
| Need to copy value from one grid to second grid view | 04 Jul 2008 18:25 GMT | - |
Need to copy column value from selected record in one grid to column in selected record of second grid view. Basically, using one grid as a pick list. Maybe going about this in the wrong way - if I could bind a dataset to a drop down that appears at a certain column of the ...
|
| Coloring selected rows | 25 Jun 2008 21:24 GMT | - |
I would like to color the selected row in datagrid. I'm able to do that by void select(object sender, DataGridCommandEventArgs e) { e.Item.BackColor = System.Drawing.Color.FromName(somecolor);
|
| Gridview - Edit capability for dynamically bound columns | 23 Jun 2008 15:23 GMT | - |
I created few columns dynamically and I have put my logic in GridView1_RowDataBound method. The data is displayed perfectly in the gridview as per my logic. I also want the edit capability for this grid. I have the edit command before each row in the first column. (as I selected
|
| How to make View button for record details accessible? | 19 Jun 2008 16:10 GMT | - |
We are using the GridView control in .Net 3.5 to display table data in a Master - Detail table view. We would like to use a button labeled View in each row of the Master table to display that record's complete data in a detail table; but we are unable to add a unique description ...
|