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 June 27th, 2005, 08:45 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 September 8th, 2006, 07:38 AM
Registered User
 
Join Date: Jun 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi Sandeep,


I am also encountering the same problem, did you get the solution for the same and if yes if you could pass on the source code to me then it would be great.


pls contact: [email protected]


regards,
Sunil





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 UltraWinTree nat_g18 VB.NET 3 September 5th, 2006 07:35 AM
Infragistics web grid problem sandeep ADO.NET 1 June 27th, 2005 02:26 PM
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.