Wrox Programmer Forums
|
ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Professional 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 March 7th, 2006, 07:34 PM
Authorized User
 
Join Date: Feb 2006
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Default you are a doctor

i would like to say a big thanx to Imar. You are a Doctor :D .

i have spent a day to find out what was the problem, and i could not figure it out. I know that you have to add a where clause, but when things get to loaded you just don't know what's happening

for the interest of the readers, the problem with the code posted above is that there was no 'Where' clause in the 'finddept' function. if anyone interested to know how to search a data grid, copy the code in the first post and add in the under the function 'findDept' the following code:

Dim queryString As String = "SELECT * from department where depaManagerName = @depaManagerName"

and remove the following line:
Dim queryString As String = "SELECT * from department"

enjoy it and thanks very much Imar you were very helpful.

 
Old March 7th, 2006, 07:37 PM
Authorized User
 
Join Date: Feb 2006
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Default

sorry guys the code is in the other post. just under this post title.










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