Home All Groups Group Topic Archive Search About

.NET DataGrid Control

microsoft.public.dotnet.framework.aspnet.datagridcontrol
Score recursive relation in datagrid
Sandeman - 26 Feb 2005 9:23 PM - 2 messages
I have a table with this structure itemID naam image parentID I want to make a datagrid that contains a hyperlinkcolumn. When i click on the hyperlink i want the subitems to become the items in the same datagrid. (the former items will disappear and we can call them back with the button ...
Score TemplateColumn with CheckBox DataBind in C#
Qemajl - 26 Feb 2005 3:38 PM - 3 messages
Hi! I'm having problem binding a checkbox to data from a DataSet. I've seen solutions like <%#DataBinder.Eval(Container.DataItem, "ColumnToBind")%> but this code must be added in aspx file and I'm generating the datagrid from code behind. ...
Score Paging Problem
Jeff Thur - 25 Feb 2005 10:17 PM - 2 messages
I have a SQL Stored Procedure returning a dataset. When paging is turned off I get the entire dataset on one long page. However when paging is turned on, I get the first page and when I go to the next page I get the same data ...
Score Dynamically created control in Datagrid problem
L Wanky via DotNetMonster.com - 25 Feb 2005 4:45 PM - 15 messages
I created a datagrid with 4 bound columns and 1 template column. I am using the ITEMDATABOUND event to add a control to the template column, if column (3) has a value of 'checkox' then add the checkbox control else, add a textbox control to the template column. ...
Score GUI of Datagrid
Javier Pérez - 25 Feb 2005 12:46 PM - 2 messages
Hello All, Aplogise my english, im a spanish speaker. If you want, you can response me in spainsh. Ive got a dataGrid where one their columns is a bit type. I would like where one of this columns was true, the background color change to red color. ...
Score generate DataGrid at Runtime..... PROBLEM !!!!
n.shah12 - 24 Feb 2005 10:50 AM - 3 messages
Dera All    I am generating dataGrid at runtime    (dim dg as new datagrid)   and so also bound column , EditCommandColumn and other... now i want to enable in-line edit. how to do it as OnEditCommand datagrid created at runtime doesnot ...
Score Select button in datagrid
Jeronimo Bertran - 24 Feb 2005 5:05 AM - 10 messages
I have created a datagrid with a select button so that a user can select a particular row.  I did this by setting the CommandName="select".  And everything works fine.  I now want to a add a second button that first ...
Score Datagrid Add new Row problkem
Vishal - 23 Feb 2005 7:38 PM - 10 messages
Hello,    I have a datagrid, which creates the columns dynamically based on the columns in the dataset. Now I need to add an additional row for each exisiting row AND hide that row, by default. This row will contain my ...
Score Condition Edit Action
jakelake - 23 Feb 2005 7:01 PM - 5 messages
Hi - I am trying to use the EditCommand Column in a datagrid in such a way as to display the column's edit command ONLY when the user who entered the row is the one viewing the datagrid.  I created a function ...
Score Need Help in creating a HyperlinkButton in Datagrid
Faizal Tan - 23 Feb 2005 6:28 AM - 4 messages
Hi guys, i have a problem with my  button in my datagrid. Wht i need to do is have this button link to another page. The button must also pass an ID to the next page. this is wht i coded in the code behind. ...
Score REPOST: MSDN UNIVERSAL NG SUPPORT, WHERE ARE YOU?
Scott M. - 23 Feb 2005 2:25 AM - 3 messages
I have an asp:DataGrid control with EnableViewState=False.  I am calling DataBind on both the non-postback and the postback.  I am persisting the state of the grid myself and restoring the state (selectedItem, editItem, sortCommand, etc.).  Everything is working just fine EXCEPT the ...
Score How to properly Format zip code in a datagrid
JThur - 22 Feb 2005 8:29 PM - 2 messages
How can I program an itemdatabound control to get a column (Zipcode) to look as such xxxxx-xxxx. It currently is in this format, xxxxxxxxx. Thanks for any help. So far haven't had any luck. This is the Program: ...
Score Call windows apps from web apps
anonymous - 22 Feb 2005 4:18 PM - 5 messages
I have 2 apps windows and web apps. I would like to call a windows app (.exe) from web apps. How do I do this? ...
Score aspx, word question
Mike - 22 Feb 2005 4:01 PM - 3 messages
Hi 2 all, I have a question and hope that some of you might been able to give me a hint or something. I am bulding a web application where i need to provide the functionality to start a word document and to fill on some places some data, like name adress ...
Score Conditionally set dataGrid Rows backcolor
Martin - 22 Feb 2005 12:07 AM - 3 messages
Hello! I have created dinamically some datagrids, but I need to set the datagrids row backcolor to a specific color depending of its contents and without using AlternatingItemStyle because this does it every 1.5 rows and I need it every ...
Score dropdownlist in datagrid
RSusanto - 21 Feb 2005 5:31 AM - 4 messages
Hi, Is Anybody know how to populate dropdownlist in the datagrid ? I need to put dropdownlist in the footer of the datagrid to insert new data. thx ...
Next » 2 3 4 5 6