Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > ADO.NET
|
ADO.NET For discussion about ADO.NET.  Topics such as question regarding the System.Data namespace are appropriate.  Questions specific to a particular application should be posted in a forum specific to the application .
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ADO.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 June 27th, 2005, 08:47 AM
Authorized User
 
Join Date: Jun 2003
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to sandeep
Default Infragistics web grid problem

Hi!
      I have recently started using infragistics web grid control. I have three columns in web grid EmployeeID, EmployeeName , EmployeeStatus. EmployeeID is template column with a hyperlink control placed inside the CellTemplate. By clicking on hyperlink i need to go to another page called EmployeeDetails. Clicking on the hyperlink also needs the value of EmployeeID and EmployeeStatus be passed in the query string. I am able to access the value of EmployeeID template column with the following code:

<asp:HyperLink id=_employeeIDHyperLink runat="server"
NavigateUrl='<%# String.Concat("EmployeeDetails.aspx?EmpID=", Container.Text)%>'> <%# Container.Text %>
</asp:HyperLink>

My problem is how do i get the corresponding value of EmployeeStatus column so that i can pass it in query string.

Any help on this would be of great help!

Thanks in advanced!!!

Sandeep Saran
 
Old June 27th, 2005, 02:26 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Cross post.

http://p2p.wrox.com/topic.asp?TOPIC_ID=32153





Similar Threads
Thread Thread Starter Forum Replies Last Post
Infragistics Controls sumith ASP.NET 2.0 Basics 1 October 3rd, 2007 07:57 AM
Infragistics web grid problem sandeep General .NET 1 September 8th, 2006 07:38 AM
Infragistics UltraWinTree nat_g18 VB.NET 3 September 5th, 2006 07:35 AM
Infragistics win grid k_kosaraju General .NET 1 October 8th, 2004 01:29 AM





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