Search

You searched for the word(s):
< 1 second(s)
  • Re: Script Error DotNetGallery

    http://home.niteshmistry.com/twistedtrips/test_index.aspx username: test@test.com password: test &nbsp; Then click on AddTrip. Follow the form.
    Posted to ASP.Net Image Gallery (Forum) by nit115 on August 3, 2005
  • Re: Here is my code

    http://home.niteshmistry.com/twistedtrips/test_index.aspx username: test@test.com password: test &nbsp; Then click on AddTrip. Follow the form. &nbsp; &nbsp;
    Posted to ASP.Net Image Gallery (Forum) by nit115 on August 3, 2005
  • Here is my code

    private bool createGallery( ) { this.PHImageGallery.Visible = true; this.tripGallery = new Gallery(); this.tripGallery.ID = ( string )Session[''tripid'']; this.tripGallery.Column = 5; this.tripGallery.Width = 650; this.tripGallery.MaxImageWidth = 1024; //this.tripGallery.BackColor = ''white''; this.tripGallery.CellPadding = ...
    Posted to ASP.Net Image Gallery (Forum) by nit115 on August 3, 2005
  • Script Error DotNetGallery

    I am using a code-behind page to create the dotnetgallery. I then add this gallery to a place on the site using PlaceHolder.controls.add( gallery ); I setup the gallery before hand.&#160;I am getting an error which is causing the entire gallery not to work.&#160;
    Posted to ASP.Net Image Gallery (Forum) by nit115 on August 2, 2005