| Thread | Last Post | Replies |
|
| How can I access a calendar control inside a detailsview control? | 30 Jan 2007 23:02 GMT | 3 |
I want a sample code for such task. any help will be most appeciated. Tamer
|
| Changing color of a column in a datagrid. | 27 Jan 2007 19:04 GMT | 2 |
How can you change the background color for a single column in a datagrid. I can figure out how to do it for the entire row (e.item.backcolor = ....) but how do I do it for a single column? TIA - Jeff.
|
| Command Button to Open Window | 27 Jan 2007 15:20 GMT | 1 |
I have a GridView that contains an command button in one of the columns. The code-behind does some processing of code and then needs to open a window. It looks like the postback fires before the PopUpWindow. Is there anyway
|
| Load a DataGrid from code | 25 Jan 2007 01:15 GMT | 3 |
I need to load a table with 3 to 9 columns and 1 to 10 rows. I assume the DataGrid is the best solutions. If not can someone suggest something else. Assuming it is the right solution, does someone have an example on how to do it. My "idea" is that I'll have to build a recordset ...
|
| Group By Rows and Total Rows | 23 Jan 2007 19:42 GMT | 1 |
I have a datagrid wich is fill in by a query that has a group by. I want to have a row for each element of the field that is in the group by lets have an example
|
| filtering from multiple dropdownlists | 20 Jan 2007 11:50 GMT | 1 |
I created a datagrid which populates data from sql server. There about 8 columns on the grid I need to be able to filter on. I did setup several dropdownlists and was sucessfully able to filter based on and "AND" crietia.
|
| Format Date in Databound column | 18 Jan 2007 22:26 GMT | 3 |
I have a Gridview which is populated via a stored procedure. One of the coumns returned is a date. The date is currently displayed as 18/01/2007 00:00:00. I just want to show the date without the time i.e. 18/01/2007. I have tried adding a dataformatstring of {0:d} but it is ...
|
| Gridview column formatting | 18 Jan 2007 16:10 GMT | 2 |
I have tried everything to display a bound column in a gridview to 2 decimals only. The column is a price, and when I run the query in sql, he value displays as 10.00. Yet in the grid view it displays as 10.0000. I have tried various settings in the dataformatstring, and it ...
|
| ASP 2.0 Gridview | 17 Jan 2007 04:35 GMT | 2 |
I am using dataview as a datasource to a gridview. The column definitions of gridview are different that of db table. When binding, how do you specify column cross reference? Thanks in advance
|
| GridView with Multiple value post | 17 Jan 2007 04:21 GMT | 1 |
I have a added a Gridview to a ASPX data bounded to a table. And I have a another text box have value, now I ant to post a a value from the Gridview and the txt box value. The gridview property windo allows only data bounded fileds to post.
|
| GridView Totals Row as First Row | 17 Jan 2007 04:20 GMT | 1 |
I have seen a number of articles about adding a totals row to the GridView control. But I have only seen methods for displaying the totals row in the Footer. Is there a way to display the totals in the FIRST row of the GridView, along
|
| grid32.ocx and max Rows | 16 Jan 2007 13:54 GMT | 1 |
Under VB 6.0, I use the grid control from grid32.ocx (control that i need because of multi-line selection) and I've got a problem : I can't fill more than 16351 rows (my grid counts 15 cols). Do you know the way to bypass this limitation for at least 32000 rows.
|
| Really simple question - making a dataset editable through a datagrid. | 15 Jan 2007 12:28 GMT | 1 |
Can somebody please point me towards an example of how to display a datagrid and make some of the items editable. It doesn't need to be complicated or even fancy; Just need to be able to insert/update/delete records from the dataset.
|
| Datagrid Data loaded twice | 14 Jan 2007 21:30 GMT | 1 |
i am having a problem for severel days. I have i datagrid control inside an .ascx file. When i first load the page it works fine but when i change de page the data is loaded twice. I can not understand why.
|
| updating a row in datagrid.. | 13 Jan 2007 12:56 GMT | 3 |
I'm having with selecting a row in a datagrid. I have a datagrid that is ment to update and it runs very well, But I don't want the user to keep scrolling when ever they want to update so I created a textbox(txtname) and a button where a user is supposed to write a name
|