Hello,
I have successfully integrated DotNetGallery into my asp.net application. I am able to set all of its properties in the codebehind.
In my ascx i have: Register TagPrefix="CE" Namespace="DotNetGallery" Assembly="DotNetGallery".
I obviously place the tag in my control and then use this in the codebehind:
Protected WithEvents gallery1 As DotNetGallery.Gallery
I can then access everything using gallery1. I am wondering now how I can modify the imageeditgrid using codebehind.
Can anyone help?
<%@ Register TagPrefix="CE" Namespace="DotNetGallery" Assembly="DotNetGallery" %>
Nina Meiers - Berry Farmer and Web Developer