| Thread | Last Post | Replies |
|
| Setting column widths in a GridView | 30 Sep 2006 15:15 GMT | 1 |
What is the syntax for selecting a specific width of a column in a GridView? Any help is greatly appreciated.
|
| How do i debug a datagrid problem ? | 29 Sep 2006 21:22 GMT | 5 |
I'm developing and testing a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2 computer. I'm using a web form. I'm trying to display a datagrid on my web form using this code:
|
| optimising datagrid output, remove whitespace? | 29 Sep 2006 12:40 GMT | 2 |
is there a way to prevent the datagrid from indenting every line in the rendered HTML. i have 20Kb of whitespace from a datagrid with 700 rows. i know paging is recommended but in my situation i need to output the entire lot.
|
| GridView Edit Not Working | 26 Sep 2006 07:50 GMT | 1 |
Hello. I have a problem with my GridView not updating. I have a GridView showing 4 fields from a database table. If all 4 of the fields have values showing in the GridView, then using the automatically generated Edit button on the GridView works just fine - the database ...
|
| DataGridView | 24 Sep 2006 07:14 GMT | 1 |
I have a DataGridView binded to an access datasource. I Would like that every cell had -1 as value will use a different style respect others cell. Any ideas ?
|
| What does instantText mean in Edit method of DataGridColumnStyle | 24 Sep 2006 06:19 GMT | 2 |
What does instantText mean in Edit method of DataGridColumnStyle? Regards Hamed
|
| Re: | 22 Sep 2006 15:15 GMT | 1 |
ralph, Do you have something similar to..... In the aspx: DataKeyField="myField" In the .vb
|
| Datagird column resizing and reordering | 22 Sep 2006 15:04 GMT | 2 |
Anybody find a solution to implement column resizing and column reordering for datagrid ? ( custom solution , not looking for third party components)?
|
| Programmatically assign dropdownList to a GridView control | 20 Sep 2006 16:58 GMT | 2 |
Folks, I am looking for some good samples which describe how we can programmatically assign the following stuffs to a GridView control. 1. Association of a dropdownList with its data source to a grid column using
|
| Check for value in footer | 19 Sep 2006 13:27 GMT | 1 |
I have a datagrid on a web page and need to find out if the first textbox in the footer has text when the user clicks an add button on the page(not the button inside the datagrid). I'm check the value in the footer to tell the user that he needs to click the add button in
|
| Newbie Gridview Problem when editing currencies | 19 Sep 2006 09:39 GMT | 4 |
I posted this last week in a different group but had no response. I wonder if any of you guys can help me. I have a gridview that displays a field as a currency i.e. £100.00, which is exactly what I want.
|
| how to connect asp.net with MS-access and also how to pass data to | 18 Sep 2006 03:28 GMT | 1 |
Anyone here know how to connect asp.net with MS-access and also how to pass data to a table? The following is the code which I have but unfortunately its not working.. Public Connectionstring As String =
|
| Executing a Method when i click the template column | 16 Sep 2006 08:51 GMT | 1 |
Hai All I have an problem and needs a solution, the problem is described below.. I have place a datagrid with 3 bound columns and 1 template column
|
| Linkbutton.text is empty... | 13 Sep 2006 19:42 GMT | 1 |
There must be an easier way.... My link button text value is always empty on ItemCommand 'gets the current datagrid Dim dg as Datagrid = e.Item.NamingContainer
|
| GridView OnItemCreated | 13 Sep 2006 18:05 GMT | 1 |
Is there a event in GridView that same as OnItemCreated in DataGrid. I used to add a gif to show the sorting direction to the datagrid header in this event. But seems that I could found the event in GridView anymore, or could I use RowCreated event?
|