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 / September 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
AllowSorting = True, BUT Web DataGrid Wont Sort29 Sep 2005 21:18 GMT2
I'm obviously missing something, suggestions are welcomed.
Thanks
Disable checkbox when field value = null27 Sep 2005 20:17 GMT1
I try to disable /hide datagrid checkbox when the value of the field is
null,
I have try to put some code in ItemDataBound to invisible the checkbox
when databind() fired
Checkbox Validation in DataGrid26 Sep 2005 20:14 GMT2
I have a datagrid containing one checkbox in each row. I have to do a
client side validation that atleast one checkbox is checked. I have
tried to attach a javacript on the save button but javascript couldn't
access the ID of the checkbox! If I throw an alert it says "undefined".
Going to a specific page?26 Sep 2005 17:41 GMT2
My client would like a alphabetic lookup bar to allow navigation to a
specific page of a datagrid - the page which has the first occurance of
the "key" field that starts with the clicked on letter. For example, if
the user clicks on "E-H" the datagrid will present the page which
Rotate Datagrid26 Sep 2005 10:00 GMT5
Is it possible to rotate the datagrid such that the records are in columns
rather than in rows?
rotate a datagrid26 Sep 2005 09:53 GMT5
is it possible to rotate a datagrid, so that the columns become rows and
the rows columns?
so the datagrid shows like
-----------------
Datagrid In a webcontrol23 Sep 2005 15:56 GMT2
I have a datagrid with Edit/Delete columns in a webcontrol.
I load this control dynamically based on users' selection from a table
dropdownlist.
The control loads fine and the data is there. However, when I click on Edit
Need to manipulate a column before displaying23 Sep 2005 14:26 GMT2
I am setting a datagrid's Datasource to a Dataset returned from a Web Service.  However, I need to manipulate one of the columns.  The column being returned is a relative URL, so I need to prefix the column's data with the first part of the URL to make it an Absolute URL.  How ...
DataGrid Pulldowns- how to access23 Sep 2005 05:02 GMT1
Given a pulldown template like:
     <asp:TemplateColumn HeaderText="PO Line">
     <ItemTemplate>
      <asp:Label id="TX_POLine" runat="server" BorderColor="#E0E0E0"
rowcount23 Sep 2005 04:59 GMT3
How can I get a count of rows in a datagrid?
Detect change to data in an ubound datagrid22 Sep 2005 22:51 GMT2
Sorry if this is a bit obvious but I'm new to the datagrid ... :@)
I have an unbound grid which contains a hidden column holding the primary
key of the row. I would like to detect when the user has finished updating a
record in order that I can update the source data.
Pivot a datagrid?22 Sep 2005 18:44 GMT4
I seem to remember seeing an article on how to reverse the data in a grid,
so that each record creates a column rather than a row?  Does anyone know
how to do this?  Thanks for your help.
Damnit, Jim.  Where is my data?!22 Sep 2005 06:34 GMT7
I am binding an array of objects to a datagrid and storing an internal ID in
a hidden column in my datagrid for updating the database.  All is well while
I'm testing it out.  But, as soon as I turn the column's visible property to
"False" the data disappears!!  I tried it with a ...
Datagrid Edit event not firing in production21 Sep 2005 19:08 GMT2
In am using the datagrid's EditCommand event but rather than edit the row
right in the datagtid, the event hides the grid and brings up some drop down
lists so the user has to make a valid choice.  I got everything working
right on my workstation, but when I installed it on the ...
Extracting Data from Datagrid21 Sep 2005 13:42 GMT2
I have a developer that wants to dump data from a datagrid to an external
file.  I am thinking a .csv file for simplicity sake.  I had thought about
dumping the data from the dataset, but there is considerable morphing of the
data that occurs in the databind portion of the code.  ...
Pages: 1 2 3 August, 2005
 
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.