Web Forms :: Store PowerPoint Presentation File (PPT) In SQL Server Database?
Aug 6, 2012How to upload Power Point Presentation in sql server using asp application and
also how to show the PPT to user
How to upload Power Point Presentation in sql server using asp application and
also how to show the PPT to user
How can i view a PowerPoint Presentation on ASP.NET Page. If my PPT file is in the "PPTFILES" folder on my website root.
View 1 RepliesI have a ASPX Page. where I have a link view, which when I click on it it should open a power point presentation in the different window.which is already save in db
View 1 RepliesIs it possible to generate powerpoint presentation in asp.net using the database values?
View 2 RepliesI am displaying images on grid view control and I want to export these images on power point (.ppt) file how can I do this?
View 1 RepliesBelow is the code I use to store file into database but there are a few problems.
1. couldn't store file larger than 4mb
2. couldn't store doc,docx,xlsx but only .txt
my table column are:
[code]....
I need to develop in ASP.NET or in SilverLight a web-based editor and a web-based player for PowerPoint presentation. Are there any components I can use to do this?
View 2 RepliesIs it better to store images directly in a database or to just store the name of the file in the db and display that file? I would think that just storing the filename of the image would keep the db size low...
View 1 RepliesActually what i am doing in my Data Access Layer dragging store procedure to TestDbml to display records and creating data context instance in BAL to retrieve records and my method in BAL is like this
public IEnumerable display()
{
using (TestDataContext db = new TestDataContext())
{
var display = obj.USP_Actor_View_Speciality(p_UserName, 1);
return display as IEnumerable;
}
Now the problem is that how can i iterate or fetch over the records and display accordingly in my Presentation Layer so that i could return all the field parameteres Like ield1=val.field1,field2=val.field2.
I am working with one project like software corner !in which i upload my all software and end-user can download that software but my problem is how i store my software's(>25MB.exe files) in database ...
(I use sql server 2012) ...
I want to include some pie charts present in my power point file. Can any one tell me how to do that? or atleast help in creating pie charts on my web page.
View 1 Repliesi like to create a web application,in that i need to get the resumes from the user,then i need to publish that resume to the manager in date wise..
View 5 Repliesi dont know iam placing my query correct place or not but i need ur's help, Iam Reading and storing one single excel file Successfully But
tring Path = @"E:checkinkkk.xls";
I want to store a doc file [say its a resume.docx file] into a database like sql server 2005 and i want the
file to be displayed into my aspx page if the file has been updated to the database And also is there some means by which by pressing some link he can get a edit window so that he/she can edit his/her document file.
I have one folder which contains the jpg images. That images i want to store binary format into sql server database. And finally that images binding in the DataGrid.
View 2 RepliesI am creating an application for that I am creating login page so I am using CreateUserWizard control.
View 1 RepliesI have seen in your's Save and Retrieve Files from SQL Server Database using ASP.Net
there it is accepting only specific file but i want it should take all type of files. and store it in the database.
Is there a way I can convert a Powerpoint file to a Flash file using an SDK or any other method?
View 3 RepliesAfter filling all the required information in any registration form, I want to capture the Date of submitting the form in Sql Server 2005 how to achieve this using Asp.net C#?
My insert query is:
con.Open();
SqlCommand command = new SqlCommand("insert into data (UserID,Name,Email,Country,Date,Multiselect,Gender,Pincode)values('" + txtuserid.Text + "','" + txtname.Text + "','" + txtemail.Text + "','" + ddlcountry.SelectedItem.Text + "','" + s1 + "','" + lbmultiselect.Text + "','" + rblgender.Text + "','" + txtpincode.Text + "')", con);
command.ExecuteNonQuery();
I m reading a text file. After reading all the lines, I want to insert those records into respective fields in database.
So how to store the 1 or 2 or 3 or 4 or 5 lines of records until I read the last record.?
[code]....
first 9 number is emp id, next is name and next is salary.
While I m reading, I can store only last record. How to store all the records in a array to store in the database after reading all the lines.
Is it possible to store an Image file (.jpg, .gif, etc) in MYSQL database? Or do it just stores in system and takes reference path of image? I am using ASP.NET C#, so if you have sample code
View 5 Replieshow to store files (pdf and word files) into sql database and how to display that files with an option of "save" , "open" from sql data base when user click. i am doing project using c# + asp.net web application
View 4 RepliesI'm generating a PowerPoint file using this as reference. A user can search other users based on many criterias. Information based on the user is saved in the PowerPoint file. But I can't save all PowerPoint files on the server.So, the user needs to right click a link, choose "Save As...", and save the file locally.
Nothing should be saved on the server. I have been Googling, but I'm not sure what to look for.I seems I am a bad googler. I removed "powerpoint" from my search string, and there are a lot of hits.
What data type in SQL should i use to store an XML file? And how do i do it?
View 5 Replies1. How to store I ZIP file in Database using FileUpload in ASP.NET C#
2. Also need to downloading it from database by gridview