Home All Groups Group Topic Archive Search About

.NET DataGrid Control

microsoft.public.dotnet.framework.aspnet.datagridcontrol
Score how to use check box in data grid
Hendri Irawan - 1 Apr 2005 9:48 AM - 2 messages
hi all, please help me I want to use check box in data grid for boolean value, let said about an invoice record paid status. I've used TemplateColumn for this purpose. <asp:datagrid id="dgrInvoices" runat=server> ...
Score newbie to datagrids
Xarky - 31 Mar 2005 8:40 AM - 3 messages
Hi, I designed my datagrid as shown in the code below.  I also succeded to load the data into it. Now I have added a push button remove, but I don't know how to handle the event. Can someone help me out. ...
Score Problem with Paging and Parameter passing using Hyperlink Column @ DATAGRID
Vigneshwar Naidu Pilli via DotNetMonster.com - 31 Mar 2005 8:06 AM - 2 messages
Hey, I have a Problem in implementation. I need to desing something like this, its all about reporting applications for bachelor program in computer science for my university. like, i have three columns in the datagrid, SSN, Fname and Lname. ...
Score ReCalcuating Total from the Template columns in the datagrid using javascript.
Zaib - 30 Mar 2005 6:22 AM - 3 messages
Hi,     I am using Datagrid and i have 3 template columns in it. i want to calculate sum of first 2 columns in 3 rd columns... first 2 columns values are comming from database.. if user change some values in grid then sum ...
Score Would like to load a datagrid already in edit mode instead of having the user click the edit button
Frank Kurka - 29 Mar 2005 11:31 PM - 9 messages
Now my asp.net datagrid shows an edit button and clicking it puts the datagrid in edit mode. I would like to: 1) possilby load the page already in edit mode (implies some kind of OnLoad command to the datagrid to put it in edit mode before it is rendered and sent) ...
Score Logic
anonymous - 29 Mar 2005 8:32 PM - 3 messages
I need some help. I have 2 loops. One to find a RadioButtonList in datagrid and second in Session("Answ"). I am trying to assing value from Session("Answ") to RadioButtonList.selectedValue. However the value which is selected is the last value in ...
Score custom replacement of EditCommandColumn
news.microsoft.com - 29 Mar 2005 7:45 PM - 3 messages
I want to use the Edit-Update-Cancel workflow functionality built into the DataGrid but instead of using an EditCommandColumn to display a button or link to trigger the EditCommand event firing, I want to trigger that event on a particular selection from a DropDownList within one of the columns. I ...
Score populating a datagrid
viktor9990 - 29 Mar 2005 3:21 PM - 6 messages
I have a datagrid with 2 item templates inside a hyperlink and a label (which will show the file name and creation date of files which resides on a folder on the server. I'm using a procedure (GetScannedFiles()) to loop and get the ...
Score help needed regarding the datagrid and mages
Sriram Mantha - 29 Mar 2005 3:22 AM - 2 messages
Hi could some one give me some information on how to dispay images in a datagrid control retrieving images stored in a folder. ...
Score Trying to implement master/detail with 2 datagrids
Buddy Robbins - 28 Mar 2005 11:26 PM - 3 messages
I am trying to implement a master/detail type page in ASP.Net (VB) using 2 datagrids. I would like to make it so when you click on a row in the master, the postback happens, the dataview for the detail is filtered on the master row ...
Score Label text from template column is blank in ItemCommand event
Kim Quigley - 28 Mar 2005 10:47 PM - 3 messages
I have a datagrid with a template column and in that column I have some label controls and an image button. The image button causes the Products_ItemCommand event to fire; however, the value of ItemID is "". Can anyone explain why this is so and how to get around it? Thanks! ...
Score assigning itemtemplate, edititemtemplate programmatically
Steve P - 28 Mar 2005 9:25 PM - 4 messages
This really is a question for Datalist, since that is what I am primarily using; however it should apply to Datagrid as well. I would like to be able to assign the itemtemplate and edititemtemplate programmatically based on how the user would like the data layed out.  I have ...
Score can i use dynamic variable inside a dataadapter and bind to datagrid
jijis - 28 Mar 2005 8:04 AM - 3 messages
Hi I want to use a sql designed in the dataadapter and I want to pass a variable so it can retrieve related data by using "WHERE" clause in the sql statement. ...
Score Datagrid redirect query
shadrik - 27 Mar 2005 3:05 PM - 2 messages
Hi peoples, does anyone know how I would go about using a value from a datagrid to redirect someone to another page. this is a description of exactly my problem. I have a sql database table that gets pulled into a datagrid. the table has fields like, threadID, subject, dateStarted etc ...
Score How to pull the data out from two table and bind to repeater
chng yeekhoon via DotNetMonster.com - 27 Mar 2005 2:37 PM - 2 messages
HI All, Can somebody help what's wrong with my SQL Query statement when i want to create a join table query. It suppose work perfectly fine, but why it cant work. The error that the ASP.Net throw out is "Object reference not set to ...
Next » 2 3 4 5 6 7 8 9 10