Web Forms :: Create Ppt Slide Though C#?
Apr 13, 2010i m using vs2005 & sql2005 . i need to create ppt through c# which is done. i want an excel table that is created during the process to be copied onto ppt as image throgh c# only.
View 2 Repliesi m using vs2005 & sql2005 . i need to create ppt through c# which is done. i want an excel table that is created during the process to be copied onto ppt as image throgh c# only.
View 2 RepliesI am writing a small plugin on ASP.NET C# VSTO and I want to be able to capture slide number and title of the slides when a slideshow is happening.
share sample code to capture title of the slide and slide number?
I have a web project that I'm creating using ASP.Net 2.0 (VB code). I need to figure out how to create a slide show that will display a series of pictures that are stored in an xml file. Everything that I have found online shows how to create a slide show using the Ajax Toolkit for 3.5 or greater. what to use to create a slide show using vb.net 2.0?
View 2 Repliescreat slide show gallery dynamic asp.net with JQuery
View 1 RepliesI need to create a slide Gallery on multiple rows (two) with jquery.There is already made some plugin, or can give me an example to be able to realize?
View 1 RepliesHow does session timeout slide? Does it slide when there's a postback occur?
We have a application made from flash or let's say more in html control input... I constantly click it calling a webservice using a pagemethods... but the session still expires...
Most of our application are client base such as flex(flash)....
or How do we determine that the timeout is almost expire... let's say a countdown...(2 minutes left before the session expire)...
I'am developing a commercial website with asp.net 2.0 and sql server 2005,in which i want to display 5 images as a slide according to the numbers below in which number 1 consists of first image 2 consists of second image and so on it automatically slide and changes similar to the example as in website http://embassy-travels.com/
Im using a masterpage with my site and I would like to use an extra navigation pane which slides out. I currently have it working using an Ajax collapsible panell extender. At the moment, the navigation panel is outside of the main contentplaceholder, although it works it isn;t what I need.I need the user to be able to click the expand image and the navigation pane to slide out over the content on the page
View 1 Repliescan any one tell me how to make a slide show with photos that i'm pulling from a folder using a data list this is the code I got so far.
[Code]....
I need to display a slide show of 5 images on my home page
also.. I dont use Database.. Will direct it from File location.
* Which image format is best ? which format loads faster..
* every 5 secs, inages should change... any sample C# code??
* how to create nice border effect for that image slide.... control??
I am using Visual Studio 2010 asp.net 3.5 C# and the latest version of the Ajax toolkit to create a slide show. I have a ToolScriptManager, SlideShowExtender and a prev,play and next buttons. Problem is, I don't know what to do next.
[Code]....
[Code]....
i make ajax page , i added to it slide show tooli make the source code for the page like that :
[Code]....
with a tutorial or code for something like thishttp://img17.imageshack.us/img17/9931/udklip3.pngin ajax/vb
View 1 Repliesautomatic slide show?
View 7 RepliesI'm using visual studio 2010 and sql server 2008. I'm trying to use a web method to get urls from a database for an ajax slide extender control. I’ve been able to create a web method to call the slides and it worked. Then I wanted to create a parameter in my web method that took a parameter. I’ve been unable to get it to work with the parameter with the web method. I’m either using the wrong syntax when calling the parameter or my web method is incorrect.
This is the code for the web method with out parameter that works
Code:
<WebMethod()> _
Public Function GetSlidesDBGalEngage() As AjaxControlToolkit.Slide()
Dim connetionString As String
Dim connection As SqlConnection
Dim command As SqlCommand
[Code] ....
This is the way I calling the web method in my extender that works
HTML Code:
<cc1:SlideShowExtender ID="SlideShowExtender1" runat="server" AutoPlay="True"
ImageDescriptionLabelID="label1" NextButtonID="btnNext"
SlideShowServiceMethod="GetSlidesDBGalRecept" SlideShowServicePath="../SlideService.asmx"
PlayButtonID = "btnPlay" PreviousButtonID="btnPrev"
TargetControlID="image1">
</cc1:SlideShowExtender>
This is my web method which has a paramater
Code:
<WebMethod()> _
Public Function GetSlidesDBGalEngage(ByVal Category As String) As AjaxControlToolkit.Slide()
Dim command As SqlCommand
Dim adapter As New SqlDataAdapter
[Code] ....
This is how I'm trying to call the web method with paramater from my slide extender which doesn't work
HTML Code:
<cc1:SlideShowExtender ID="SlideShowExtender1" runat="server" AutoPlay="True"
ImageDescriptionLabelID="label1" NextButtonID="btnNext"
[B]SlideShowServiceMethod="GetSlidesDBGalParm("Other")"
[I]I've tried using both single qoutes and double quotes and notheing works[/I].[/B]
SlideShowServicePath="../SlideService.asmx"
PlayButtonID = "btnPlay" PreviousButtonID="btnPrev"
TargetControlID="image1" ClientIDMode="AutoID">
</cc1:SlideShowExtender>
Something is wrong with the syntax in the web method with the paramter or something is wrong with the way I'm calling it .
I'm going to do a project soon for a photographer. There will be a number of pages that will have a photo album or slideshow on them. I'm trying to figure out the best way to have this site perform well and the best way to get the images on the client in the background.
I'm hoping to have the slide shows for the other pages load in the back ground after the home page loads. I thought this would not affect the loading of the home page and decrease the amount of time it would take for the other subsequent pages to load.
AJAX seems like a good fit for this with the async calls. I'm thinking about using an async call to fetch and cache the other images and/or slideshows.
Is this a good way to do this? Is there a better way of doing this? Would it be better to have anew thread do the caching to the client?
I am developing a web application, I need a modern photo gallary using ajax or jQuery.
View 2 Repliesi am using slide show with my images in database
code below :[Code]....
this works very good but i have also field called topic_details.for example :
when slideshow show slide no 1 ,it also shows topic_details no 1
I need a slide show in datalist. Let me explain my requirement in detail. I have few columns like ID,ProductName, ProductImage,Product Price columns in my datalist. In that ProductImage is only visible column rest all columns are unvisible. OnPageload user has to see first image then after 5 seconds he has to see second and so on. One it reaches to last image. Again it has to start from the first image. I need a stop button to stop the slide show and then start button to start the slideshow. The important thing is I need to trace the id whenever the user stops the slide show. I hv done the manual slide show. I mean I have done next and previous button. User can manually move to previous and next image. But how to make it work automatically on pageload. I know we have ajax slide show for this purpose. but how to trace the product id while stopping and starting in Ajax slide show.Expecting Your valuable suggestion.Note : I am loading the images from the directory and filename from the database
View 3 RepliesI've written a nice page with accordion element in it, but I've found that on some browsers, with some setting- the accordion won'trespond to clicking on it. So, what I get is an accordion that shows headers, but clicking on them won't open the data.What I'm guessing is that the sliding effect is blocked for some reason.What I'm trying to achieve are this two:1. Cancel the sliding effect so the data will show right-away, thus answering the problem caused by some browsers2. Cancel It only when the page detects that there might be a problem. (I'm not quite sure what setting I am looking for).Obviously, 1 is quite more urgent. If 2 is not solved I geuss I can use 1 for all the cases, but still- If anyone could find answer for 1- that would be great.
View 2 RepliesHow to send email with pdf and powerpoint slide, gif files using asp .net c#............
View 1 RepliesI want to create a small application using ASP.NET. The application will let the user select a few images/pictures from a folder. After selecting the images/pictures, the user will then click on a Button to create slide show using those images/pictures. Anyone has any idea, how to start or where to find information regarding this.
View 1 RepliesI have used a ajax control toolkit slide shox extender to display a slide show of images.
Currently, when a user hovers mouse over the slide show, the slide keeps on changing. I want that the slide should not change, if a user hovers the mouse.
I am Using Ajax SlideShow Extender and I'M TRYING with that Example : [URL]
View 1 RepliesI use the HTML editor in visual studio, if I have a document that is practically wide and I scroll to see what is there, when I click on the document with nothing there (white space) it scrolls back to the other side.
View 1 Replies