Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb_dotnet thread: Changing OnPageIndexChanged on the go


Message #1 by "Rob Taylor - tconsult.com" <rob@t...> on Fri, 13 Sep 2002 00:51:16 -0400
Hi Rob..

whats Hunts.. where have u declared it.. post some more code for better
understanding

keep me posted
==============================
S.Ramanujam
Programmer Analyst
Cognizant Technology Solutions (p) Ltd. - CTS
38 & 39 Whites Road,
WCB - Whites Road Circular Building
Royapettah, Chennai - 600014
Ph : +xx xx xxx xxxx Extn 5113 [Off]
     : +xx xx xxx xxxx                 [Res]


-----Original Message-----
From: Rob Taylor - tconsult.com [mailto:rob@t...]
Sent: Friday, September 13, 2002 10:21 AM
To: pro_VB_dotnet
Subject: [pro_vb_dotnet] Changing OnPageIndexChanged on the go


 I have a different functions for different categories.  I need to be able
to dynamically change the
OnPageIndexChanged if I can.  I keep getting an error that says
"OnPageIndexChanged is Protected".
I tried the code below but got the same error message.  Can this be done?
Thanks.....Rob

Hunts.OnPageIndexChanged = New System.EventHandler(AddressOf changepage2)



---
Visual Basic .NET Text Manipulation Handbook
The .NET Framework brings a variety of string manipulation features 
to the VB language, and some of these, namely regular expressions 
and the StringBuilder class, are something VB 6 developers may not 
have seen before. This book teaches you how to manipulate text using 
these string matching, manipulation, and replacement classes. Issues 
such as Localization and data conversion will also be investigated.
http://www.wrox.com/ACON11.asp?ISBN=1861007302


  Return to Index