| Thread | Last Post | Replies |
|
| Adding a select column... | 31 Aug 2005 18:54 GMT | 2 |
I am aiming to create a "select" column that is unbound on datagrid whose other columns are all data bound. The idea is to let the user select items to be printed etc. The problem I have arises when I want to find out which rows are selected.
|
| Detailsview empty dataset insert | 30 Aug 2005 16:57 GMT | 1 |
My details view is in insert mode and my dataset is empty but the details view doesnt show. who can help me, how to do? Also I tried to set the defaultmode to insert mode, but i found i can't
|
| gridview sorting is not working | 30 Aug 2005 13:34 GMT | 2 |
can anyone tell me why this code is not working, i've been following the tutorials but i can't get it to work: <script language="c#" runat="server"> void Page_Load (Object Sender, EventArgs E)
|
| Sort Datagrid | 29 Aug 2005 14:05 GMT | 1 |
I have one question, can i sort DataGrid with two parameters ? that's mind if i have three columns in dataggrid: First Name, Last Name, Office John, Smith, New York
|
| How to use DataGrid in ASP.NET | 29 Aug 2005 12:02 GMT | 1 |
High guys! I am beginner in ASP.NET, Please give me some sample code ,where u us DATAGRID to access Database . Thanks In Advance
|
| Datagrid sort | 26 Aug 2005 19:22 GMT | 5 |
I have a datagrid that sorts. The sort doesn't seem to execute on my template column. It only works on my bound columns.
|
| Bound datatable + unbound column in datagrid | 25 Aug 2005 21:28 GMT | 3 |
Is is possible to create an ASP.NET datagrid that mixes bound data pulled from a database table with an unbound column created by the program? I would like to display several columns from an SQL Server database
|
| Datagrid Cancle/update button calles delete command? | 24 Aug 2005 19:22 GMT | 1 |
I'm trying to extend the DataGrid class, and I think I am getting my wires crossed. In the constructor I add my colums: Public Sub New()
|
| Databound Update(untyped dataset) | 24 Aug 2005 18:45 GMT | 1 |
I am trying to perform an update of a databound datagrid. I just cant figue out how to update the rows and though. Every example i come across either uses that example with the FindbyCategoryID method in a typed dataset or uses a DataView which i dont think i want to do
|
| DropDownList show the name of columns of dataGrid | 24 Aug 2005 13:48 GMT | 7 |
Hello, I make a dataGrid and i like to show the name of the columns of the dataGrid in a DropDownList. For example, if my dataGrid have three columns called "NAME" "ADDRESS" "CITY" i like show "NAME" "ADDRESS" "CITY" in the DropDownList.
|
| Paging and sorting | 24 Aug 2005 10:53 GMT | 2 |
I have a datagrid that implements sorting. Once a click on a new page number, my sort gets lost. How can I combine sorting and paging?
|
| Adding a href link to a column in a data grid | 23 Aug 2005 20:19 GMT | 1 |
I am trying to figure out how I can add a html link to a value (which is the virtual path of a file) in the data grid column. I have code as below. Please help! <asp:DataGrid id="DataGrid1" BorderColor="black" BorderWidth="1"
|
| Passing grid data from one page to another | 23 Aug 2005 19:02 GMT | 1 |
I am posting a page to another page (form post). The data grid on the second page is being populated with data. Now, on page load of the second page, I would like to send the grid data on this page to the first page and populate the grid on the first page with the same data on ...
|
| Grids, dropdown, sql queries and extra spaces | 23 Aug 2005 16:38 GMT | 2 |
I have a sql query that combines 2 fields to end up as one, and binds to a dropdown list in a grid. I want to add spaces into the qry so the fields look like the are separate. But the drop down list seems to trim any extra spaces, and it displays any html codes I put in there. ...
|
| How to hide border | 21 Aug 2005 16:59 GMT | 2 |
Hi NG, I implemented a datagrid on a website with green background. I wanted to hide the datagrids borders, but there is one black border I cannot hide. You can see a screenshot at
|