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 / August 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Quotes in Command Argument binding expression30 Aug 2006 00:53 GMT2
In VS2003, inside of a template column, I put a LinkButton with the
following attribute:
CommandArgument="<%# DataBinder.Eval(Container.DataItem, "OrderID") %>"
ASP.NET produced the following error message in the browser:
Updating a BindingSource that uses a Join!29 Aug 2006 21:39 GMT4
I have both a Customer and a Orders Table, the key field is CustomerID.  I
also have a DataGrid that uses a BindingSource which uses a dataset which
uses a join between the Customers table and the Orders table.   Everything
displays correctly and when I double click on a row ...
Setting color for a single cell in a datagrid.29 Aug 2006 09:24 GMT1
How can I set the background color for a single cell dynamically in a
datagrid control? I know how to do the entire row but not the cell.
TIA - Jeff.
Datagrid ClientID Numbering Problem26 Aug 2006 10:39 GMT1
I had been working on a highly customized .NET 1.1 datagrid for a
project with lots of javascript iterating through my datagrid. I had
installed .NET 2.0 a while back and no problems. I had installed SQL
Server Management Studio: no problems. I had just installed Visual
How to become a successful .net professional25 Aug 2006 14:01 GMT1
Hi .Net Professionals,
   I am Ravindra, completed my Post Graduation in computer science and
on  job trials.
       I think I am good in .net .
BoundField.HtmlEncode = false does not work24 Aug 2006 05:44 GMT1
I have some HTML-tagged data in the DataSource (which is a DataTable with 1
column).
I added 1 BoundField to my GridView and disabled its HTMLEncode at design
time.
DataGrid Date Quandry19 Aug 2006 05:26 GMT1
I needed to get a string formatted in to datetime and do a sort on the field. The problem however is that I need the datetime format to be dd MMM yy and also allow a sort on the column. converting the string to date time will do away the formatting; and am getting a longdate ...
Programmatically set template column column header value19 Aug 2006 05:17 GMT2
Has anyone ever set the header value for a template column in a
datagrid programmatically?
Bulk Updates to Rows on gridview won't work as specified?18 Aug 2006 04:20 GMT2
I'm trying to impelement the code described in the Microsoft walkthrough:
Performing Bulk Updates to Rows Bound to a GridView Web Server Control
(http://msdn2.microsoft.com/en-us/library/ms404814.aspx) and it doesn't work
as described. When I change a column to a templateField ...
Sortable column on DataGrid -- column header not displaying15 Aug 2006 19:23 GMT2
Good afternoon,
General goal:
I am working on a Web application (C#) in which the first screen is
simple enough: it displays a DataGrid based on data from a SQL Server
Set maximum Rows to be displayed in a datagrid14 Aug 2006 15:00 GMT4
How do I set the maximum number of rows for a datagrid when binding a
datareader to it?
I am presently using:
    OracleDataReader dr = getResults( parameters ); //returns a datareader
width of columns when editing text in the datagrid13 Aug 2006 00:38 GMT1
I have a datagrid that contains multiple text columns which I need to have
wrapped because of their size. Below is the code that I have at the moment.
When the grid is viewed in either Internet Explorer or Firefox everything
looks perfect - good column widths and the text all ...
Static DataGrid - Dynamic Column Order - Sorting Issue11 Aug 2006 20:05 GMT1
I have a datagrid with 11 columns defined in the aspx page. When I load the
page, I bind the grid normally and then pull the users customized settings
from the database. I pull off all of the original columns from the datagrid
and store in a collection. Next, I clear the columns ...
2 simple question about gridview11 Aug 2006 17:04 GMT1
Hello World!
My first question is
How i van modify the default text 'edit' 'delete' etc.. from gridview?
and
Delete Template11 Aug 2006 04:40 GMT3
I am using a datagrid to edit the ItemTemplate and EditItemTemplate
however I was wondering if there was a DeleteItemTemplate.
What I would like to accomplish is when they click the delete button
column it would reload the grid and one of the columns would have a
Pages: 1 2 July, 2006
 
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.