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 / July 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
--- retrieving text from a selected datagrid cell ---08 Jul 2003 15:19 GMT2
this was working
    Dim szMsgNumber = db_grid.SelectedItem.Cells(0).Text
until i changed the first column (at index 0) to a ASP:ButtonColumn from a
boundcolumn...
Textbox Text in Datagrid Returning to Original Value08 Jul 2003 13:52 GMT1
I have a datagrid with 4 columns bound and one 'Quantity' textbox
column. Is there some way to bind the text in the textbox column to a
property of the "items" in my datagrid (I have a separate item class
that represents one item)?  I have tried setting the text of the
Data only populated on first page08 Jul 2003 12:08 GMT5
I have a user control that I am using within a datagrid to display many
instances of this control w/ paging.
I'm using the DataBinder.Eval to set the properties of the control within
the aspx page.
Sorting with Paging07 Jul 2003 14:22 GMT2
   When I tried to implement sorting on Datagrid that has paging is sorts
only the displayed page (When I navigate to another page It looses the
sorting ) , Does anyone has idea about how to sort on all pages at once
Thanx
numbering rows in datagrid07 Jul 2003 13:49 GMT2
Dear ASP.NET Programmers,
I am using the datagrid control (grdSPs) to display database data. The
datagrid allows paging. What I am trying to do is to insert row numbers
automatically. I can do this, but with every consequent page, the index
DataGrid SortCommand not firing using code-behind??06 Jul 2003 05:00 GMT2
I've read about this issue in many articles across the net... But haven't
found a solution. I see all kinds of custom code to perform sorting with
datagrids, but my example is so simple, I must just be missing something.
Basically, I have a .aspx page that is very simple and has a ...
Which button column was clicked.04 Jul 2003 15:20 GMT1
If I have two button columns in a datagrid, can I determine in the
SelectedIndexChanged routine, which column was clicked?
Thanks in advance.
Jim
datagrid generated with rows from a view and its dillema04 Jul 2003 05:35 GMT1
I have a datagrid populated with rows from a view.  Because they are from a
view, the rows are not actual database records, and therefore lack unique
identifiers.
So I have a command button for each row.  When the button is pressed, I want
PushButton event03 Jul 2003 19:36 GMT3
Rather than using a LinkButton for "Edit" and "Delete" in my DataGrid, I
changed them to a PushButton style.  How do you capture the event?  It
doesn't appear to work like a LinkButton.
Thanks in advance!
Limited (partial) Binding of DataSet in DataGrid03 Jul 2003 19:23 GMT1
Bit new to the datagrid -- any ideas on how I would display only
certain records from a dataset after or before binding in a grid?  I
have an select statement on my database including an ORDER BY clause.
I want to display the 'top' x-number of records based on user input
Can't read the content of a cell programmatically03 Jul 2003 01:42 GMT1
In the event handler for ItemCommand, I am trying to read text of cells in
the row programmatically, but can't get it working.
//this is what I have in InitializeComponent
this.dgList.ItemCommand += new
Too much data in DataGrid when page refreshes02 Jul 2003 04:48 GMT2
I'm new to web development and ASP.Net and I'm sure this is a pretty
fundamental question. I've performed a query that returns about 70,000
records and have put this data in a DataGrid. Now, if the user does
something requiring a refresh of the page, I get a page cannot be
Footer not in datagrid items list01 Jul 2003 18:33 GMT3
I see many posts on this topic but still can't find a solution that
works. I'm trying to access a dropdownlist in my datagrid footer when
another dropdownlist in the footer is accessed. The most logical
advice I've seen is to loop thru the controls like this:
Set style or width at column level of datagrid01 Jul 2003 17:09 GMT1
I have a datagrid that is using some custom styles very nicely by
using the following code:
<asp:DataGrid id="DataGrid1" runat="server" Width="828px"
ShowFooter="True" >
Pages: 1 2 3 4 5 June, 2003
 
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.