AJAX :: Accessing Photo Displayed In Accordion Tool?
May 27, 2010
I have an Ajax Accordion that is working well displaying both a product thumbnail image and its data. The data is coming from and XML file and my images are stored in a folder in my main directory. What I would like to do is to be able to add a button below the image that will display a hi-res view in some type of popup (of course a different image file from the thumbnail). Any clues as to the direction I should take. Here is my code for the Accordion:
[Code]....
View 1 Replies
Similar Messages:
Jan 22, 2011
in asp.net i want the user to chose a photo to upload from their HD . then i want the uploaded photo displayed and an hyperlink option to save or reject this photo. if accepted the filename will be stored in a DB.
the problem is displaying the photo before it has been saved.
I display strFileName which works on my PC but not on my laptop.
[code]
View 4 Replies
Mar 29, 2013
I hide the Acccordin1 ,when i click the Accordion pane inside the Acccordin 2, it display the Accordin1.. How can i solve this issues?
View 1 Replies
Jan 5, 2011
Is it possible to have the Accordion control to display horizontal instead of vertical? If so, how can I do this using the Accordion sample/demo on this site?
I want to display two different Gridviews with 3 columns on each GridView, on separate panes, but I want the panes to be side by side, so my users can compare the data.
View 1 Replies
Jun 23, 2010
viewer tool bar images not displayed in development?
View 8 Replies
Mar 2, 2011
I run into this problem while playing with accordion for a project. Sometimes VS 2008 auto generates code, without me wanting to!!!. Less generally I have an Accordion with 2 Accordion Panes in it. When modifing properties of the Accordion VS 2008 adds an Accordion extender and duplicates the two Accordion Panes!
My original code
[Code]....
My code after pressing space between the properties of the Accordion
[Code]....
[Code]....
View 1 Replies
Jan 6, 2010
I'm very new to ASP.Net, but I've put together a reasonable site. I have used the user account and rolls which come with VS.
This all works fine for me, but I want to be able to change user's rolls and folder security when the site is live.
Is there any way of accessing the ASP.Net Web Site Administration Tool once the site has been moved to a production server?
If not is there any easy way to accomplish this other than write pages to do this yourself?
View 7 Replies
Oct 27, 2010
using asp.net/vb.net 2005
I want to create an accordion inside a gridview with the following functionality:
The user will only see one field of the gridview initially, the ProductCategoryID. When the page loads it will only query the ProductCategoryID and this will be the only field displayed.
Next when the user clicks on the accordion to expand it inside the gridview I would like to query the database to get all Products that are part of the ProductCategory. I will query using the ProductCategoryID that is being displayed.
I need to do this for performance issues. The main thing I am looking for is how to query the database once the user expands a given ProductCategoryID.
but now I think of it one thing I need to know: when you bind an accordion to a dataset will it create one pane for each record returned? It might be better to put the gridview inside the accordion. I'm willing to do either, as long as it works
View 1 Replies
Nov 2, 2010
i am creating a menu which has the below structure. what i would like to do is use a jquery ui accordion control.
can i place an accordion in an accordion?... i.e. menu 1 expands out in an accordion and then the sub menus in menu 1 need to expand out in another accordion.
menu 1
sub menu of the menu 1
menu item
menu item
menu item
sub menu of the menu 1
sub menu of the menu 1
menu 2
sub menu of the menu 2
menu item
menu item
menu item
sub menu of the menu 2
sub menu of the menu 2
View 1 Replies
Jun 1, 2010
Im developing a news site and I want to do a gallery like the one in this site :
[URL]
it's created with flash but I need to do it with jQuery or ajax
View 3 Replies
Mar 25, 2010
I'm new in ajax toolkit and I used slideshowextender , but now I want to use another ajaxtoolkit to maxmize the photo or picture when focused how I can do by ajax toolkit
View 4 Replies
Feb 12, 2011
I am Using Ajax SlideShow Extender and I'M TRYING with that Example : [URL]
View 1 Replies
Dec 13, 2012
How to upload the photo and display in the image control,in the same employee form...the image is displayed in the right side. I've written the code for upload image,the image will uploaded successfully, I want to display on the same page.
View 1 Replies
Mar 25, 2010
I am a newbie in web development I came from win form environment. how to set tabcontainer (ASP.Net Ajax Tool) width size according to users desktop screen resolution?
(setup and tools)
visual studio 3.5 sp1
AspNetAjaxLibraryBeta0911
View 1 Replies
Aug 14, 2010
I m using ajax accordion control to display the information of my company branches. Now it always displays one pane at a time. But i want that it should not display any pane at a time. Only a single pane should be displayed when user click on header of that pane.
View 2 Replies
Feb 11, 2011
I followed a video tuturiol for the Ajax Accordion control and also created it manually using VWD2010ExpressAlthough the source code I downloaded works fine, mines dosen't. The links for the panes will not respond. Everything else seems to be ok.
<body>
<form id="form1" runat="server">
<div id="container">
<asp:ScriptManager ID="ScriptManager1" runat="server"/>
<div>
[code]...
View 2 Replies
Jul 1, 2010
I've got a Varchar2 field in my table which I want to convert to a CLOB. I am unsure whether the data would get truncated when selected. If so, what is the limit and does it depend on the database settings?
In my TOAD or SQLPLUS window it gets truncated but this may just be the environment settings. I'm not sure whether it would get truncated in my actual application (I can test this, but up to what size should I test?)
If it does get truncated, what's the best way to display the whole CLOB? There are other fields in my SELECT query, so I think I can't just loop through multiple rows. Is there any way out?
View 2 Replies
Sep 27, 2010
i need to work on ajax toolkit in my project(vs 2008).i downloaded it from
[URL]
now i wanted to show in my toolbox in left side of VS IDE.i added its dll in project but does not showing in toolbox
View 2 Replies
Apr 6, 2010
ow tool tip in my web application over an image whose data should come from database using asp.net not javascriptprobably like Ajax tool tip.i wnat to show tooltip
View 2 Replies
Jul 5, 2010
I downloaded Tool Kit.Create New Website-->Add Tab(Ajax Control Tool Kit)-->Choose items-->added dll file
All the controls Appeared in the tab.I closed VS 2008 and opened again.Created new website.I cant find the AjaxControl Tool Kit Tab.I thought that i should add it for every project.So again Add Tab(Ajax Control Tool Kit)But, a popup said that Tab name "AjaxControlToolKit" already exist.But i cant see that tab.How can i see that tab in all the projects..
View 3 Replies
Oct 2, 2010
When I use some control of toolkit like watermarkextender the ajax dissable. If I not use any control of tool kit all goes ok. Why Can I use tookkit? I use vs 2008 and dll of version 3.5 of toolkit is loaded correctly.
View 3 Replies
Jan 12, 2010
i make ajax page , i added to it slide show tooli make the source code for the page like that :
[Code]....
View 6 Replies
Aug 6, 2010
I have download ajax Control toolkit 3.5......but when i add any control to my design page ,i'm unable to see any control .
i have added script manager too.. but when i trying to add tool script manager i'm unable to add that also....
View 2 Replies
Dec 8, 2010
1. I have Microsoft Visual Studio 2008 Version 9.0.30729.1 SP version instaslled in my system.
2. I have AjaxControlToolkit.dll of the version 3.0.11119.25533
3. I created the custom tab named (Ajax control Tool kit) in the Toolbox of the Visual studio editor and added the ajaxcontroltoolkit.dll
4. I opened a new page and added register script tag in the aspx page as given below
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
But when I try to add the any control from the Ajax control tool kit as given below
<cc1:toolkitscriptmanager runat="server"></cc1:toolkitscriptmanager>
the solution does not build and the error message says
Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. P:WebSite2Default.aspx
View 1 Replies
Jan 24, 2011
have a filter on the page and i am using 5 combo boxes. The data in the combo box is getting filled properly. However when i select the drop down of combo box and select any item from the list. I get this error.."Invalid Argument"and the debugger points to style.width = bestWidth + 'px'i tried searching everywhere but no common errors.
View 1 Replies