Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 7th, 2004, 11:17 AM
Authorized User
 
Join Date: Aug 2004
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to macupryk Send a message via Yahoo to macupryk
Default Ok datagrid implemented however

Object ID: 1
Description: Get account by service number
Name: OBJ_BYSERVNB
Type: 4 Seconds
Timeout: 30
Content: sp_GetAccByServNb
Prepared: -1
Prepared: 6

Object ID: 3
Description: Get account info providing a first name
Name: OBJ_BYFNAME
Type: 4 Seconds
Timeout: 30
Content: sp_GetAccByFirstName
Prepared: -1
Prepared: 0

Object ID: 2
Description: Get account by account number
Name: OBJ_BYACCNB
Type: 4 Seconds
Timeout: 30
Content: sp_GetAccByAccNb
Prepared: -1
Prepared: 0

Object ID: 4
Description: Get account info providing a last name
Name: OBJ_BYLNAME
Type: 4 Seconds
Timeout: 30
Content: sp_GetAccByLastName
Prepared: -1
Prepared: 0

Where my grid is defined as follows:
<Columns>
<asp:templatecolumn>
<itemtemplate>
<table>
<tr>
<td>
Object ID:
</td>
<td nowrap><%# Convert.ToString(DataBinder.Eval(Container.DataIte m, "CM_REF")) %>
</td>
</tr>
<tr>
<td>
Description:
</td>
<td nowrap><%# Convert.ToString(DataBinder.Eval(Container.DataIte m, "CM_DESCRIPTION")) %>
</td>
</tr>
<tr>
<td>
Name:
</td>
<td nowrap><%# Convert.ToString(DataBinder.Eval(Container.DataIte m, "CM_OBJECTNAME")) %>
</td>
</tr>
<tr>
<td>
Type:
</td>
<td nowrap><%# Convert.ToString(DataBinder.Eval(Container.DataIte m, "CM_TYPE")) %> Seconds
</td>
</tr>
<tr>
<td>
Timeout:
</td>
<td nowrap>
<%# Convert.ToString(DataBinder.Eval(Container.DataIte m, "CM_TIMEOUT")) %>
</td>
</tr>
<tr>
<td>
Content:
</td>
<td nowrap><%# Convert.ToString(DataBinder.Eval(Container.DataIte m, "CM_CONTENT")) %>
</td>
</tr>
<tr>
<td>
Prepared:
</td>
<td nowrap><%# Convert.ToString(DataBinder.Eval(Container.DataIte m, "CM_PREPARED")) %>
</td>
</tr>
<tr>
<td>
Prepared:
</td>
<td nowrap>
<%# Convert.ToString(DataBinder.Eval(Container.DataIte m, "DB_REF")) %>
</td>
</tr>
</table>
</itemtemplate>
</asp:templatecolumn>
</Columns>
</asp:DataGrid>

Can u give me a hand I only want to display one record per page and to be able to edit one field at a time, not highlight the whole row.

Knowledge is to be shared.
__________________
Knowledge is to be shared.
 
Old October 7th, 2004, 11:29 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
Default

This might help:

http://samples.gotdotnet.com/quickst..._datagrid.aspx







Similar Threads
Thread Thread Starter Forum Replies Last Post
operation not yet implemented RichardMaly Crystal Reports 11 January 8th, 2013 02:22 PM
Handling isLockedOut isn't implemented Joe@Tulsa BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 1 April 3rd, 2007 04:06 AM
Not Implemented Error fs22 Javascript 25 December 9th, 2005 11:06 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.