How To Get The Gallery To Be Viewed As A Thumbnail
Jan 25, 2011I need the gallery to be viewed as a thumbnail and each pic should be opened in the separate page when clicked .
View 4 RepliesI need the gallery to be viewed as a thumbnail and each pic should be opened in the separate page when clicked .
View 4 RepliesI have to create a webpage that shows gallery of images in a folder. The folder contains different images and also versions of them (like a basic image of xxx1_v1 and then a modification of it as xxx1_v2 and so on...Also, there are xxx2, xxx3 ....). While displaying these images on the gallery, each thumbnail should show the higher version of the image. For example, if there are xxx1_v1, xxx1_v2 then xxx1_v2 must be on the gallery page. Further, when we click on the higher/later version of an image, it must be redirected to another page which shows the other versions of that image. Should i use AJAX / Jquery .
View 3 RepliesI need to develop image gallery
Image saved in Folder called Images and image Name , Description saved in Database Table Images.
On Deafault.aspx
Thubnail images should display with out any change in Quality i.e by DataList Control
On Click of Thubnail images Fullview of image with width and height same as image width and height
Next, Previous, Close Buttons on Popup window
I have a ModalPopupExtender control inside accordin control, users can add images, that I sotre the path in database(sql server) and the actual image in physical address inside web server,I automatically resize the image to thumbnail size in C#, when users first connect to the site,the see the thubmnail version of the image,which is much faster to download,and by clicking the thubnail, the hidden asp:pnael is shown with imzge in full size, I use javascript to unhide the panel and also change the image source to actual image,everything works fine in IE, but in Firefox and Chrome, the first time user clicks on thumbnail can not see the full size image,only after couple of time, they see the full size image? what could be the problem?
I am using asp.net ,C# what is the best way to achieve this?
I have added jquery gallery image plugin to my web site AD-Gallery
But the lower arrow buttons are not working both in IE and FF. When I moved the mouse over any one of it , an error box appeared in IE with this text
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)
Timestamp: Thu, 13 Jan 2011 22:39:31 UTC
Message: Object doesn't support this property or method
Line: 439
Char: 15
Code: 0
[URL]
And the code at line 439 in jquery.ad-gallery.js file is :
var left = context.thumbs_wrapper.scrollLeft() + 1;
why I'm getting this error and how can I get rid from this?
i want to retrieve the image from image gallery. and then i want to insert it and store in image gallery.
View 2 RepliesI looking for the easiest way to export the currently viewed asp.net web page to a PDF document using iTextSharp - it can be either a screenshot of it or passing in the url to generate the document.
View 2 RepliesI have a site, developed by an outside company, which requires logon for all pages.
We'd like to add a single page to the site that DOESN'T require the user to be logged in...so they can click the link on the logon page to view "T&C's" type info.
Is this possible?
(ASP.Net 4.0 on IIS)
I am working on a component in C# to record how many unique viewers have viewed my website / page, making certain the same user revisiting, is not recorded twice. What is an efficient method to write such a component? Do you track cookies or session objects?
Would I record their ip address (which is not static) or computer name?
This information would be stored in a database (as far as I know)
The text on my website is skewed and different areas are running together when viewing my site on a Mac using either Firefox or Safari. Is there anything I can do about this?
View 1 RepliesI have a home page for logged in users which lists titles to various posts that have been submitted. The question I have, is how do I make the title for each post bold if the user has not viewed it?
I have come up with the idea of creating a new db table and storing the userid and postid when the user clicks the link, but haven't come up with a way to translate that into bold/unbold links on the homepage.
Is it possible in VB.NET to change defaults settings on a page? For example I have..
Label1.Text = "Hello World!"
This is my code on the page load, now I want to give the user the ability to change that to whatever they want after clicking a button. So someone types "Hello!" and presses the button, how can I make it save the file with "Hello!" instead of "Hello World!" so that everyone else who comes after that user will see "Hello!" and not "Hello World!"? Basically I need to know if it is possible to edit the page using that same page.
I am currently working on a project where I want to implement a bit of logic for each .aspx viewed.My idea was to use an httphandler that will target *.aspx, and in the handler, I would do my bit of logic, such as printing out: This is the xth page you have visited in this session.I am curious if there are any problems with my idea or is there a more proper solution I am not aware of.Though I have tried implementing my solution, I run into an infinite loop. After I complete my logic with the handler, I redirect to the same page, but that of course calls the same handler. Is there a way to bypass the handler on the redirect or a specific way to execute the same page without accessing the handler.
I am using some Html.ActionLinks to change the value of a Session variable. Right now I am RedirectToAction("Index","Home"). This puts the user back at the home page every time they change that value. I would like to return the user to the view they were one when they clicked that link instead of redirecting them back to the home page. How can I do that?
View 5 RepliesHow Many User Visit A post And Visit A Thread How Can we get?
View 1 RepliesI have gridview in my page that bind from database and show product information and when users click on productimage from gridview it will go to Show.aspx page...
I want know that how many users visit each product...
I mean I want see that How many users click on ProductImage from girdview and go to Show.aspx page(separatly for each product)...
How I can do it?
I have product.aspx page that users can see all product on this page and if they click on product they go to viewproduct.aspx Now I want when users saw some product detail's(i.e they see 4 product details-->go to viewproduct.aspx) when they come back to product.aspx page in product.aspx page is datalist that in this datalist show viewed product by users...
i.e here if user see 4 product details, in product.aspx in datalist show 4 image of viewed product...
how to display recent viewed product in gridview / listview,first one if any user click on any one product on listed all product then and redirect new page where user can view full details of single product ,its going fine but when user back to home then i want to show recent viewed product , recent view product should not save in db ,just save in temporary datatabee and view in gridview , if user see 10 product then it save in temporary datatable and bind into gridview all 10 product.
View 1 RepliesI have developed a website using ASP.net. The pages use a master page with the background image set to the colour I require. All appears OK until I resize the window - then as I reduce the window size and or change the zoom level - white blank areas appear on the background to the right of the page and textboxes remain the background colour overlaying the white areas. This also happens when view in other browsers.
View 4 RepliesWhen I run my application I got this error
Server Error in '/POD/POMLNT' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
What is it means , and how can i fix it ?
I want to show my online pdf document to client (like e-paper PDF document display.)
But after display the online pdf document to client then the document will be store on client Temporary Internet Files.
How to avoid storing in local Temporary Internet Files after viewed online pdf document in asp.net?
I want to secure my pdf document ?
Any possibility to avoid storing PDF documents in local Temporary Internet Files?
make image gallary in asp .net 2.0?
my code is here
Imports System
I have an interresting challange for a project I am doing. Allow me to explain. i have a database with a number of pictures stored in a table (actually just the links to the pictures). My application must now read the images in random sequence and make sure that a picture does not get displayed more than once for, let's say, every 20 cycles. What I mean is that, if a picture get's shown once, there must be at least 20 others before this one must be displayed again.
View 2 RepliesHas any one ever downloaded and made use of the mvcContrib template gallery for asp.net mvc. I cant find where to download the templates from and there is no documentation for how to use it?
View 1 RepliesI want to do project online art gallery in .net using Visual studio 2005,(asp.net with vb) and sql server(within VS 2005),for that i want to upload an image frm user and save it into the database,i want to get help for the proejct?I want to get coding for uploading n saving image to sqlserver.If anybody have the project please send to my mail
View 4 Replies