Web Forms :: Show Power Point In Website?
Aug 18, 2010how to show power point in website.
Or how to make when user blick b utton, it ask to download power point from website
how to show power point in website.
Or how to make when user blick b utton, it ask to download power point from website
I am using technologies Visual studio 2005, .net frame work 2.0, ASP.NET, C#.NET, MS-Office 2003, Chart Director Tool and Operating system Windows Xp.Iam able to create a power point slide using my C#.net code. But I am not getting how to put Chart image in that slide. Using the below code I am generating chart in my .aspx page.
<script language="C#" runat="server">
protected void Plotgraph_Click(object sender, EventArgs e)
{
[code]...
How can one allow a power point presentation to be displayed on an aspx page?
Or do I have to embed it after I load it up on scibd, I much prefer a within site approach rather than embedding, how this done ??
As part of a subroutine for downloading files to the customer, I have
<code>
Response.ContentType = "application/msword"
</code>
What should I write if I want to download a Power Point presentation?
I'm wondering building a website like StackOverFlow (approximately the same features using ASP.NET ) How much Work-power and time does it take in your opinion . My boss has asked me to estimate for work-power , time , cost and suitable technologies .
View 6 RepliesMy client gave me this web solution, in it various projects, and the problematic project (for me) is the Web Site.
I've copied the code to test web server (2008) and installed VS 2008 so I could step through the code on the server due to some weirdness.
Anyhow, when I open the solution locally on my personal computer, it runs on Cassini [URL] because I'm not on a server OS. However, when I run the app on the web server, when I hit F5, it runs oh [URL].
When I'm running the code on the server, how do I point the web site to use Cassini?
Not point to the break point.it gives above error massege when start debbuging. How i fix this.
View 1 RepliesI am developing chat application in asp.net using vb and i want to show functionality like if one user sends messages to another user so the notification is displayed that "You have a new message" in the right bottom corner of the corner as in like in the outlook and also another scenario is if browser window is minimized and any message is arrived to the particular user then orange color blinking effect must be given to the browser icon present on the task bar.application developed in asp.net with vb framework 4.0db : sql server 2008 r2
View 1 Repliesi am working on website development so i want to achieve following task..when ever we visit any website we see the following
Home > Gallery > My Pics
I dont know what it called and also dont know how to achieve it.
My question is, as I can get, show my users that section are, in my website. as aspforums does. I use a repeater or datalist or some other control ?.
View 1 RepliesWhen I print
[Code]....
[Code]....
I am working on an scenario where I want to access my webcamera and show a live video to another user. It's somewhat like conferencing. How would I write code to access my webcamera?
View 5 Repliesif any one login how to get user name and show in our web page
and how to get location of client side (Physically Ex-India -Delhi-Anand Vihar)
I am looking for a way to display an iframe code part in my website. Also, I am looking for a component to make it easy to copy/paste this iframe code part.
View 3 RepliesJust wondering, in an ASP.NET MVC3 environnement with entity framework. Should the Unit of Work point to the service layer or the repository (and then the repository point to the service layer) ?
Ive saw two example:
* One where the unit of work and repository both have an instance to the service layer..
Link: Entity Framework 4 CTP 4 / CTP 5 Generic Repository Pattern and Unit Testable
Doesn't use a service layer but its obvious that one could be use in that case.
* Second where the unit of work have an instance to the repository which have an instance to the service layer..
[URL]
What would be better ?
i want to know how can i show live video or video conference in asp.net ?
View 3 RepliesI'm using a special font in my website i wanna know how to show it to users or dowload it to user fonts in page load
View 12 RepliesThe normal order for creating a web site is to creating a master page, then add a new web form and point it to the master page. However, I created my web form first, then created the master page. I am using 2008 express.
View 4 RepliesI need to show live video streaming on my asp.net website. I know how to show videos and audios on my web page but don't know how to show a live videos?
View 1 Replieshow to set the validation expression for digit with point?
example: 0.25, 0.3, 0.006, 0.5 ???
d+$
I'm using ASP.NET with C# and MySql. I'm trying to upload images to my website, to a folder called images, and to store the path on my MySql Database. And i want to show the images by using the path stored on the bank. Above is my code to insert images to the website.
[Code]....
I have created a asp.net website, that we are going to deploy at India. All client of this website would be from SWEDEN.
This site have option (last login date time) at user's dashboard after successfull login.
Now my problem is that if application is deploy at India and user loggedin from SWEDEN then user is able to show only server date time which is of India.
My Steps are as following
1. User logged into site first time at 10 AM(server time), surfing starts...
2. Logged out at 10:30 (server time)
3. Application store server datetime in database.
4. Next time user come, application will store same date and time from database as last loggin datetime.
How can i store SWEDEN date time in database when user logged out from site, it will in future grow to other country also.
site liek veetle, sopcast has alot of channel , but how can i filter it?
i'm doing a football fans site. i want to show almost all league
i have made a web form in whcih i want to show pop up of social networking sited if user click on that particular icon it should like that page in facebook
i have used this code
<!-- AddThis Button BEGIN --><div class="addthis_toolbox addthis_floating_style addthis_32x32_style"><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google_plusone_share"></a><a class="addthis_button_linkedin"></a></div><script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=undefined"></script><!-- AddThis Button END -->
but when i run the web page on clicking on that icon it goes to facebook and share this link
I want to achieve 30 numeric 2 decimal point text box. how can I achive this
View 4 Replies