Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / DataGrid / April 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Getting to the data in a cell01 May 2004 00:23 GMT1
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 datasource30 Apr 2004 16:02 GMT3
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 soon30 Apr 2004 10:34 GMT1
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 GMT3
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 datagrid29 Apr 2004 18:16 GMT2
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 boundcolumn29 Apr 2004 15:32 GMT1
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 GMT3
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 ItemCommand29 Apr 2004 04:21 GMT1
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 Functionality29 Apr 2004 04:14 GMT1
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 GMT1
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 datagrid28 Apr 2004 15:21 GMT1
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 corrupted28 Apr 2004 15:05 GMT2
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 button28 Apr 2004 13:37 GMT2
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 GMT1
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 runtime28 Apr 2004 09:20 GMT1
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.
Pages: 1 2 3 4 5 6 7 March, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.