| Thread | Last Post | Replies |
|
| Getting to the data in a cell | 01 May 2004 00:23 GMT | 1 |
Hi, anyone know how I can get to the cell: "<td><%# DataBinder.Eval(Container.DataItem, "USL")%></td>" in the below code to change it? Please let me know if I should design it different.
|
| DataGrid ItemStyle is a textbox and doesn't update the datagrid datasource | 30 Apr 2004 16:02 GMT | 3 |
I have a datagrid with two columns, the first a normal bound column, the second is a template column created from a bound column. For the ItemTemplate of the Template Column, I removed the label and replaced it with a textbox. Displaying the data from the datasource is not a
|
| datalist please help soon | 30 Apr 2004 10:34 GMT | 1 |
H data I'm binding to the DataList is information about products in my product database. Perhaps passed in the QueryString to this page is a ProductID. I might want to make the item in the DataList that has the corresponding ProductID selected. In a similar vein, perhaps I want to ...
|
| RadioButtonList In A DataGrid Cell - Can I find the selected button without editing the cell? | 30 Apr 2004 01:19 GMT | 3 |
I have an ASP.NET form with a DataGrid and Button. I want to put a RadioButtonList in a DataGrid cell. I bind it to an ArrayList which has a ListItem in the cell. The display part works fine. I then check some boxes and hit the submit button. I can't seem to get the value that is ...
|
| Changing ImageURL of Image Button which is added in template column of datagrid | 29 Apr 2004 18:16 GMT | 2 |
I have a template column in my datagrid. To the header of template colum, i have added imagebutton. On click of the imagebutton , i want to change imageurl of image button. thanks in advance,
|
| Using LEFT function on boundcolumn | 29 Apr 2004 15:32 GMT | 1 |
I have a boundcolumn in a datagrid using the following code: <asp:BoundColumn DataField="Activity_Notes" ItemStyle-Width="25%" HeaderText="Notes"></asp:BoundColumn> What I would like to do is perform a left function to display only the
|
| Multi-parameter query string in hyperlink column... | 29 Apr 2004 09:49 GMT | 3 |
I have found some postings on multi-parameter hyperlinks. But none of them involve calling a javascript function. I have almost got the NavigateUrl property to work, but not quite. Here is the DataGrid definition <asp:DataGrid id="grid" runat="server" Width="99%" ...
|
| Determining row that caused an ItemCommand | 29 Apr 2004 04:21 GMT | 1 |
I have an Edit button on a datagrid. When the edit button is clicked, how do i know which row is the one where the button was clicked?
|
| Customizing exisiting DataGrid Functionality | 29 Apr 2004 04:14 GMT | 1 |
H I am developing a generic data-grid for custom needs. Is it possible to inherit existing ASP.NET datagrid and overriding as well as introducing further functionality Thanx
|
| Need to add aditional column to Datagrid | 28 Apr 2004 18:25 GMT | 1 |
I am new with VB.Net and I need some help I am building an ASP.Net application in where the user enter a letter and then press a button that make a SELECT in a SQL database. The results are displayed in a Datagrid
|
| How to specify ROW properties in a datagrid | 28 Apr 2004 15:21 GMT | 1 |
Customizing a datagrid is as you probably all know done by defining the different columns. But is it possible to specify properties for the ROWS in the datagrid? I would like to make a hyperlink that spans each complete row in the grid.
|
| First Record in DataSet corrupted | 28 Apr 2004 15:05 GMT | 2 |
I have a web app that allows a user to upload an excel spread sheet and then view it on the web (okay it does more than that but this is the part with a problem). The spread sheet uploads correctly, it even displays well in the data grid.
|
| datagrid select button | 28 Apr 2004 13:37 GMT | 2 |
not sure whats happening here - i basically cutnpasted the code from a page that this code works on but the select button is just not firing any events now code behind :-
|
| datagrid question: template column | 28 Apr 2004 09:24 GMT | 1 |
how to capture button click event (created under template column) ? should i used javascript? could you give me sample program? and is it possible after datagrid rendering, we get specific value (ex: row(1).column(0))? tks,
|
| add TemplateColumn(dropdown) to DataGrid at runtime | 28 Apr 2004 09:20 GMT | 1 |
I am having trouble adding a dropdown to DataGrid at runtime. I create all boundColumns and the TemplateColumn for the dropdown at runtime. The dropdown has a different datasource then the DataGrid.
|