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 / May 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Hyperlink color question20 May 2004 15:57 GMT3
I have a hyperink column in my datagrid
<asp:datagrid ... >
<ItemStyle ForeColor="black" Font-Names="Verdana,
Arial, Helvetica" Font-Size="10px"
confirm before delete ?20 May 2004 15:16 GMT2
how would i add a yes/no box for a delete button ? e.g. this is my code -
If e.CommandSource.commandname = "Delete" Then
mainid = e.Item.Cells(0).Text
mi.Text = e.Item.Cells(0).Text
Filtering data and adding headers within same datagrid20 May 2004 14:26 GMT1
Posted this over on the ADO.net group but it belongs here.
I am working on a ASP page with a datagrid that has 5 columns that I bind
to
a datatable which is filled via the ReadXml parser.
Get Class from Aspx-File20 May 2004 14:13 GMT1
Is it possible to get the "ClassType" from a Filename to a .aspx file?
I would like to access a class from an another page, knowing the filepath to
the aspx-file (or the .cs-file)
As I belivie that is how ASP.NET works (reading the aspx file and its <@
Fully Editable Datagrid19 May 2004 17:06 GMT2
 I am fairly new to ASP.Net but the transition to .net
world cudnt have been more easy .. I have enjoyed wurking
in .Net till now. Well I have a requirement to make the
datagrid fully editable. Is there any way to do so ??? I
Summing a column and displaying in the footer19 May 2004 16:34 GMT5
I would like to sum a column in my dataset and have it displayed at the
bottom of the datagrid in the footer.  How do I do that?
Why do my datagrids have scrollbars?18 May 2004 20:18 GMT2
I have this one particular aspx page that, whenever I put a datagrid on it,
the datagrid has scroll bars.  I know that if you put a datagrid inside a
DIV tag, it will have the scrollbars, but that's not what I want.  This page
I'm talking about has no DIVS.  If I create a new aspx ...
How to prevent a checkbox from showing up in a  datagrid with no records?18 May 2004 19:01 GMT1
I have a datagrid made up of two columns, the first has a checkbox in
it and the other holds a job id.
<Columns>           
<asp:TemplateColumn HeaderText="Select"
Export to Excel18 May 2004 17:53 GMT1
We are trying to export a datagrid to excel but we are using forms
authentication and when we change the ContentType =
"application/vnd.ms-excel".  the page that is sent to excel is out login
page instead of the datagrid.  For some reason our authentication cookie
wrapping text in a datagrid cell18 May 2004 14:57 GMT2
I have a datagrid that I am having text wrapping problems with.  And
the wrapping problems only happen with text containing long urls.  If
I set the column width to a fixed width through the ItemStyle-Width
property in the ASPX file, the text above and below the url honor that
Datagrid: aligning a template column18 May 2004 09:58 GMT2
Is it possible to align a template column?  Tried align, textalign and
itemstyle (but I think that one is for the whole grid?), and nothing works.
It's a simple datagrid, but one field is a dollar ($) value, so I've had to
do a TemplateColumn so that I could make it have the ...
Checking a checkbox based upon a table field17 May 2004 20:46 GMT1
I have a template column in my grid that displays a checkbox.  I would like
to have the box checked if a field in the table that the grid is based upon
has a "C" in the field.  How do I do that?
 <asp:TemplateColumn HeaderText="Close">
Dropdownlist in a DataGrid ~ Please help a newbie17 May 2004 06:25 GMT2
Can anyone please point me to a good article or step by step instruction on
how to do the following:
I have a grid showing the availability of an article
I want to have a dropdown list when the grid is in edit mode so that the
DataGrid - if/else in edititemtemplate?16 May 2004 20:58 GMT1
I am working with a DataGrid, and am trying to set up a template column for
a password field which is stored in a database.  Basically, when the
"EditCommand" is executed, for the EditItemTemplate, I would like to display
a HyperLink if a password exists for this particular table ...
change HeaderText of DataGrid in PreRender().16 May 2004 10:50 GMT7
I need change HeaderText of DataGrid in PreRender(). But it seems
doesn't work.
The code example like this:
Protected Overrides Sub OnPreRender(ByVal e As System.EventArgs)
Pages: 1 2 3 4 5 6 7 April, 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.