Search

You searched for the word(s):
Showing page 1 of 4 (36 total posts) < 1 second(s)
  • Re: adding content to the popup photogallery

    thanks it worked. &nbsp;1. However when I put dont allow posts, it still does2. And How do i remove the file name, e.g. blah.jpg &nbsp;&lt;dotnetgallery:gallerybrowser runat=''server'' AllowPostComment=''false'' AllowShowComment=''false'' id=''GalleryBrowser1'' Width=''780'' Height=''400'' /&gt;&nbsp;&nbsp;many many thanksEhi
    Posted to ASP.Net Image Gallery (Forum) by afrika on June 5, 2012
  • Re: adding content to the popup photogallery

    Kenneth:&nbsp;&nbsp;GalleryLayout.prototype.DrawUI=function _GalleryLayout_DrawUI(){ clearTimeout(this._animationTimerid); this.dng_photolist.innerHTML=''''; var photos=[]; for(var i=0;i&lt;this._categories.length;i++) { photos=photos.concat(this._categories[i].Photos); } for(var i=0;i&lt;photos.length;i++) { var ...
    Posted to ASP.Net Image Gallery (Forum) by afrika on June 3, 2012
  • adding content to the popup photogallery

    Hello guys,is it possible to &nbsp;1. add custom content to the popup photo gallery.2. Add a label from a database or something ?3. Tag pictures&nbsp;e.g. Like add other links to our website, where you have the comments section ???&nbsp;many thanksEhi
    Posted to ASP.Net Image Gallery (Forum) by afrika on May 31, 2012
  • Re: Customizing cutesoft gallery does not work

    If I add this to the onload page, the image gallery does not display anything&nbsp;protected override void OnInit(EventArgs e) { &nbsp;base.OnInit(e); &nbsp; &nbsp;GalleryBrowser2.Theme=''Element''; &nbsp;&nbsp;&nbsp; GalleryBrowser2.CategoryID = ''1''; ...
    Posted to ASP.Net Image Gallery (Forum) by afrika on May 30, 2012
  • Re: Customizing cutesoft gallery does not work

    by the way, layout is classic. &nbsp;tnx
    Posted to ASP.Net Image Gallery (Forum) by afrika on May 30, 2012
  • Re: Customizing cutesoft gallery does not work

    thakns for your reply&nbsp;1. I want to disallow comment and NOT show any comments. However with the above custom configuration above, it still shows and allows comments.&nbsp;2. Am using element theme&nbsp;3. ok&nbsp;4.&nbsp; Where do I put that GalleryBrowser1.CategoryID = ''1'';&nbsp;&nbsp; ??? In the property of the glarrerybrowser ...
    Posted to ASP.Net Image Gallery (Forum) by afrika on May 30, 2012
  • Customizing cutesoft gallery does not work

    hello guys,I just installed and got cutesoft gallery up and running.&nbsp;However the name of the file appears of the bottom. &nbsp;&lt;dotnetgallery:gallerybrowser AllowPostComment=''false'' AllowShowComment=''false'' runat=''server'' GalleryFolder=''~/images/fashion'' id=''GalleryBrowser2'' Width=''780'' Height=''400'' /&gt;&nbsp;And I tried to ...
    Posted to ASP.Net Image Gallery (Forum) by afrika on May 30, 2012
  • Re: HTTP Error 500.22 - Internal Server Error

    I finally found the answer here&nbsp;http://stackoverflow.com/questions/7370513/http-error-500-22-internal-server-error-an-asp-net-setting-has-been-detect &nbsp;Added this to the web.config&nbsp;&nbsp;&lt;system.webServer&gt; &nbsp; &nbsp; &nbsp;&lt;validation validateIntegratedModeConfiguration=''false'' /&gt; &nbsp;&lt;/system.webServer&gt;&nbsp;
    Posted to ASP.Net Image Gallery (Forum) by afrika on May 27, 2012
  • HTTP Error 500.22 - Internal Server Error

    hello guys,I can get cutesoft .net gallery to run locally, but when i copy it to my webserver. I get the error below. Please advice, what am i doing wrong&nbsp;Ehi&nbsp;&nbsp;HTTP Error 500.22 - Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.&#8226;Migrate the configuration to ...
    Posted to ASP.Net Image Gallery (Forum) by afrika on May 26, 2012
  • Re: Update doesnt work

    Finally I found my mistake. &#160; I was setting the editor value to the database value on the page load. &#160; I corrected it by adding the &#160; if (!Page.IsPostBack) &#160; { &#160; // my code goes here&#160; }&#160; &#160; sorted. Thanks a lot&#160;
    Posted to Cute Editor for .NET (Forum) by afrika on February 21, 2009
1 2 3 4 Next >