all groups > asp.net datagrid control > august 2006 > threads for august 15 - 21, 2006
Filter by week: 1 2 3 4 5
which expert can finally solve this?
Posted by Cas at 8/21/2006 1:50:07 PM
Hi,
I tried to solve this for a while, but there is always somewhere a problem.
Here my story:
The table contains two fields (field1, field2).
I use a gridview for editing the table: field1 can be updated manually, but
field2 must be updated with the selectedvalue of a dropdownlist. So I
c... more >>
Newbie, gridview problem Asp.net 2005
Posted by verci at 8/19/2006 12:44:28 AM
Hi
Can anyone help me I'm running Win XP Pro SP2, VS2005 Team, .Net Framework
2.0 and SQL Server2005, I can't delete records using the gridviews
deletecommand, the updatecommand works fine, edit and calcel all works fine
the problem is the delete part, I get the message:
--------------------... more >>
Newbie, gridview problem ASP.net 2005
Posted by verci at 8/19/2006 12:33:56 AM
Hi
Can anyone help me I'm running Win XP Pro SP2, VS2005 Team, .Net Framework
2.0 and SQL Server2005, I can't delete records using the gridviews
deletecommand, the updatecommand works fine, edit and calcel all works fine
the problem is the delete part, I get the message:
-----------------... more >>
Programmatically set template column column header value
Posted by jdhavo NO[at]SPAM yahoo.com at 8/18/2006 11:16:34 AM
Has anyone ever set the header value for a template column in a
datagrid programmatically?
... more >>
How to become a successful .net professional
Posted by Ravindra at 8/18/2006 10:58:35 AM
Hi .Net Professionals,
I am Ravindra, completed my Post Graduation in computer science and
on job trials.
I think I am good in .net .
I want to know,
How to Become a successful .net professional ?
and what are the additional skills required ... more >>
DataGrid Date Quandry
Posted by stany at 8/17/2006 10:58:33 PM
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 format instead. Sticking... more >>
Bulk Updates to Rows on gridview won't work as specified?
Posted by BenG at 8/17/2006 11:25:47 AM
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 and then change ... more >>
Datagrid ClientID Numbering Problem
Posted by Aminoplacid at 8/17/2006 9:57:02 AM
Hi,
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
Studio 2005 yesterda... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
<asp:CommandField with dynamic SelectText or <asp:Hyperlink with server side call
Posted by MasterNone at 8/15/2006 7:56:14 PM
Can somebody suggest a way for me to bind the SelectText instead of
a static text or show any cool methods to make a server side postback
to
the same page instead of navigate on a Hyperlink.
Either of those solutions are acceptable. I am using a GridView control
and would like to have one f... more >>
|