| Thread | Last Post | Replies |
|
| Problem with Paging and Parameter passing using Hyperlink Column @ DATAGRID | 31 Mar 2005 17:46 GMT | 1 |
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.
|
| ReCalcuating Total from the Template columns in the datagrid using javascript. | 31 Mar 2005 06:39 GMT | 2 |
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 should be recalculated on client side
|
| populating a datagrid | 30 Mar 2005 16:51 GMT | 5 |
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 required information from the folder but don't ...
|
| Logic | 30 Mar 2005 15:40 GMT | 2 |
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
|
| assigning itemtemplate, edititemtemplate programmatically | 30 Mar 2005 13:53 GMT | 3 |
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
|
| custom replacement of EditCommandColumn | 29 Mar 2005 22:20 GMT | 2 |
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 ...
|
| Export to Excel with paging still getting errors | 29 Mar 2005 21:51 GMT | 1 |
I have read many articles and I can't seem to figure out what is wrong. I was able to get just the first page only but I need to get all the pages. Any help is appreciated. Here is the error I am getting: Object reference not set to an instance of an object.
|
| Trying to implement master/detail with 2 datagrids | 29 Mar 2005 19:14 GMT | 2 |
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
|
| Add text from listbox into datagrid column | 29 Mar 2005 11:16 GMT | 4 |
Can anyone help me. I've a datagrid with 3 columns which are employeeID, name and age in form1. I've another form, form2 which list the employeeID in the listbox. I would like the employeeID in the listbox(form2) insert into the employeID in the datagrid when I choose the ...
|
| help needed regarding the datagrid and mages | 29 Mar 2005 09:24 GMT | 1 |
could some one give me some information on how to dispay images in a datagrid control retrieving images stored in a folder.
 Signature Sriram Mantha
|
| Label text from template column is blank in ItemCommand event | 29 Mar 2005 04:05 GMT | 2 |
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!
|
| Hyperlink Format | 28 Mar 2005 22:51 GMT | 4 |
I have a hyperlink column in my datagrid. I want my hyperlink to be green or red (depending on in/out status) no matter if the link has been visited or not. How can I accomplish this? I have tried using CSS but that doesn't affect what is going on in my datagrid. This is what I ...
|
| How to pull the data out from two table and bind to repeater | 28 Mar 2005 18:07 GMT | 1 |
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 an instance of an object. " and "System ...
|
| How to Fix Columns width? | 28 Mar 2005 17:18 GMT | 6 |
I am facing some strange problem. I am creating a datagrid dynamically. i have set the width to the grid and to each column also(Sum of all columns widths is equals to grid width). I am doing paging on the grid. When ever i
|
| can i use dynamic variable inside a dataadapter and bind to datagrid | 28 Mar 2005 15:24 GMT | 2 |
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.
|