-
.net 2.0 problem
hi friends,
i am having a small problem i used to write a particular block of code in .net 1.1 its not supporting in .net 2.0 following is the code
Dim item As DataGridItem
For Each item In Dg1.Rows
Dim pageId As Integer = CInt(Dg1.DataKeys(item.ItemIndex))
Dim chkProgress As CheckBox = item.FindControl("chk_CanAccess")
Next
how shall i write this code in .net 2.0
regards jabbar
-
That code should work in .NET 2.0. What error message does it give you?
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
Similar Threads
-
Replies: 2
Last Post: 10-09-2006, 07:40 PM
-
By BADAMS2006 in forum .NET
Replies: 2
Last Post: 11-21-2005, 09:47 PM
-
Replies: 1
Last Post: 05-13-2005, 06:46 AM
-
By AutomatedQA in forum dotnet.announcements
Replies: 0
Last Post: 11-19-2001, 05:08 PM
-
By Banu Prakash in forum .NET
Replies: 1
Last Post: 04-08-2001, 02:12 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks