|
|
Search
You searched for the word(s):
Showing page 1 of 4 (36 total posts)
< 1 second(s)
-
thanks it worked. 1. However when I put dont allow posts, it still does2. And How do i remove the file name, e.g. blah.jpg <dotnetgallery:gallerybrowser runat=''server'' AllowPostComment=''false'' AllowShowComment=''false'' id=''GalleryBrowser1'' Width=''780'' Height=''400'' /> many many thanksEhi
-
Kenneth: GalleryLayout.prototype.DrawUI=function _GalleryLayout_DrawUI(){ clearTimeout(this._animationTimerid); this.dng_photolist.innerHTML=''''; var photos=[]; for(var i=0;i<this._categories.length;i++) { photos=photos.concat(this._categories[i].Photos); } for(var i=0;i<photos.length;i++) { var ...
-
Hello guys,is it possible to 1. add custom content to the popup photo gallery.2. Add a label from a database or something ?3. Tag pictures e.g. Like add other links to our website, where you have the comments section ??? many thanksEhi
-
If I add this to the onload page, the image gallery does not display anything protected override void OnInit(EventArgs e)
{
base.OnInit(e);
GalleryBrowser2.Theme=''Element'';
GalleryBrowser2.CategoryID = ''1''; ...
-
by the way, layout is classic. tnx
-
thakns for your reply 1. I want to disallow comment and NOT show any comments. However with the above custom configuration above, it still shows and allows comments. 2. Am using element theme 3. ok 4. Where do I put that GalleryBrowser1.CategoryID = ''1''; ??? In the property of the glarrerybrowser ...
-
hello guys,I just installed and got cutesoft gallery up and running. However the name of the file appears of the bottom. <dotnetgallery:gallerybrowser AllowPostComment=''false'' AllowShowComment=''false'' runat=''server'' GalleryFolder=''~/images/fashion'' id=''GalleryBrowser2'' Width=''780'' Height=''400'' /> And I tried to ...
-
I finally found the answer here http://stackoverflow.com/questions/7370513/http-error-500-22-internal-server-error-an-asp-net-setting-has-been-detect Added this to the web.config <system.webServer>
<validation validateIntegratedModeConfiguration=''false'' />
</system.webServer>
-
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 Ehi HTTP Error 500.22 - Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.•Migrate the configuration to ...
-
Finally I found my mistake.
 
I was setting the editor value to the database value on the page load.
 
I corrected it by adding the
 
if (!Page.IsPostBack)
 
{
 
// my code goes here 
} 
 
sorted. Thanks a lot 
1
|
|
|