Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# 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 February 13th, 2007, 06:51 AM
Authorized User
 
Join Date: Sep 2006
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Default can't solve ths interview question

Hi All, m just nt been able to solve ths interview question, can anybody plz help me!!

""There is a datagrid which displays the empid,empname,hiredate.Nw,how to display the empaddress details in a popup window which will be displayed on clicking on empdetails in a pop up window ,which will be displayed on clicking on empid. Make sure that no database hit for the second time.""

 
Old February 13th, 2007, 04:34 PM
Authorized User
 
Join Date: May 2006
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to notrosh
Default

This should work. When you first bind the gridview. I would pull back a dataset that contains all needed information for the details messagebox and the gridview. I would then filter the dataset based on what was needed for the gridview.

In order to display the details i would use a Row Click Event to filter the same dataset even more to display the needed information.

notrosh

=)
 
Old February 19th, 2007, 05:01 AM
Authorized User
 
Join Date: Sep 2006
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for your great help notrosh!!






Similar Threads
Thread Thread Starter Forum Replies Last Post
.NET Interview Questions, C# Interview Questions, dotnetuncle .NET Framework 2.0 4 June 22nd, 2019 07:03 AM
CSS Interview!! rbonslat CSS Cascading Style Sheets 2 February 8th, 2010 07:31 AM
interview question rupen ASP.NET 1.0 and 1.1 Basics 1 October 29th, 2007 05:14 AM
cant solve this interview question deb_kareng VB How-To 1 February 13th, 2007 07:28 AM
C# interview questions BigDude C# 1 August 30th, 2005 05:59 PM





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