| Thread | Last Post | Replies |
|
| Refreshing datagrid | 15 Jan 2004 04:41 GMT | 4 |
Hi all... I have an asp page with a datagrid, and a imagebutton to add a new row. every time I click that new button, a new page appear and user can entry data, save and close that page.
|
| Bind Complex Custom Business Object to DataGrid | 14 Jan 2004 20:10 GMT | 1 |
Guys, Still fairly new to ASP.NET. I want to bind a collection of (what I think are) fairly complex Business Objects to a DataGrid. The properties of the Object (called Company) look something like this
|
| Get value of radiobutton in a datagrid | 14 Jan 2004 15:14 GMT | 1 |
How can i get the value of the selected radiobutton in a DataGrid i try in many ways like lstSuppliers.FindControl("rdSelect") but i didn't get it... Any ideas? <asp:datagrid id="lstSuppliers" runat="server"
|
| LinkButton in Page Footer problem | 13 Jan 2004 21:33 GMT | 1 |
I am modifying the paging ListItem footer in a datagrid in the ItemCreated event. I'm adding another cell in which I place a 'Show All' LinkButton. So far so good. The problem is that when the LinkButton is clicked and the page is rendered again the grid renders one less row each ...
|
| databound column to hyper link column | 12 Jan 2004 08:06 GMT | 1 |
i have a number of databound columns, how do i convert one of them into a hyper link column, while still populating the data from the database? thanks,
|
| insert columns | 12 Jan 2004 08:02 GMT | 3 |
hello, friends , my problem is, I have a datagrid binding with a dataset, some columns has a date in unix format, I want transform that data to human time, and insert a column to a datagrid with the data transformed. in other words , insert column to a datagrind binding to a ...
|
| manipulating datagrid at runtime | 11 Jan 2004 17:19 GMT | 1 |
I use datagrid webcontrol on my webform. Curently I execute stored procedures, fill a dataset, then set the datasource property of the datagrid to show the data. What I want to know is; I want to hide/remove certain columns after binding.
|
| datacolumn.expression - Minimum, maximum and average | 10 Jan 2004 23:06 GMT | 1 |
Does anyone know how to find the min, max in a list of fields within a ROW using the Datacolumn.expression ?? Many thanks in advance. gg
|
| Dialog Box for Delete in DataGrid | 10 Jan 2004 13:40 GMT | 5 |
I have a datagrid and want a dialog box to appear when user clicks on the Delete link in the 3rd column of the grid (0 based, column 2), I have the code: Dim UpdateButton As LinkButton = New LinkButton()
|
| DataList: how to use?? | 10 Jan 2004 11:23 GMT | 1 |
I am having difficulity understanding just exactly how to use the DataList (may be using it in the wrong context) Problem: I have a dataset that has several long text lines. It displays in a Datagrid but looks terrible. (I know the data connections, etc. are
|
| PagerStyle CssStyle doesn't work! Help! | 09 Jan 2004 22:06 GMT | 2 |
I'm trying to set the CssClass property of the PagerStyle, and it just doesn't work. I've tried this on hyperlink controls, so I know it should work. I'm trying to set the pager numbers one color when they are links, and another color when they are inactive (i.e., if I'm viewing ...
|
| Sorting event for datagrid | 09 Jan 2004 17:14 GMT | 1 |
Can anyone tell me what event is raised when a Datagrid is sorted ? TNX Totto
|
| Nested Datagrid reference? | 09 Jan 2004 14:48 GMT | 5 |
I have a datagrid that is nested inside of another datagrid. The code is below. The datagrids display correctly, however, I cannot edit the inner datagrid as I haven't been able to correctly reference it. The Edit
|
| Dynamically Generated Columns needs to hidden | 09 Jan 2004 04:55 GMT | 3 |
I need to hide one column which I bind to my datagrid using a dataset. I know I can take the column out of my SQL for my dataset, but I cannot I need that column in my dataset but dont want that column in my datagrid. Bottom line ...... How can I hide auto generated columns ??????
|
| Datalist with a summarized field | 09 Jan 2004 02:46 GMT | 1 |
I have a datalist control that shows a dataset content from a Sql Server database. I?d like to show a summarized field (one of the dataset fields) after the datalist is loaded.
|