473,568 Members | 2,738 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

FrontPage and c# application...

Is there a way that I can incorporate FrontPage into my c#
application?
This project is used to edit the products description of an eCommerce
site
and the column in SQL Server stores the HTML page of the description
of each
product in our 14,000 product line.
Currently, the workers in IT have to go outside of the product editor
to edit just the
description, but the product editor pics that up as a file and inserts
it into the description
field.
Any help in this matter is appreciated.
Thanks,
Trint

Sep 22 '07 #1
2 1214
trint,

I don't know of any way to directly edit pages from your database into
FrontPage, however, as a workaround, I would suggest having a program which
will pull the page from the database and save it into a temp file (noting
the creation/last modified time). Then, the program would open FrontPage
through the Process class. Then the program would run normally.

Then, the program that launched FrontPage would call the WaitForExit
method on the Process class. When the call returns, check the last modified
time on the temp file. If it is different from the created time, then read
the contents and store it back in the database.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"trint" <tr***********@ gmail.comwrote in message
news:11******** *************@y 42g2000hsy.goog legroups.com...
Is there a way that I can incorporate FrontPage into my c#
application?
This project is used to edit the products description of an eCommerce
site
and the column in SQL Server stores the HTML page of the description
of each
product in our 14,000 product line.
Currently, the workers in IT have to go outside of the product editor
to edit just the
description, but the product editor pics that up as a file and inserts
it into the description
field.
Any help in this matter is appreciated.
Thanks,
Trint

Sep 24 '07 #2
On Sep 24, 1:53 pm, "Nicholas Paldino [.NET/C# MVP]"
<m...@spam.guar d.caspershouse. comwrote:
trint,

I don't know of any way to directly edit pages from your database into
FrontPage, however, as a workaround, I would suggest having a program which
will pull the page from the database and save it into a temp file (noting
the creation/last modified time). Then, the program would open FrontPage
through the Process class. Then the program would run normally.

Then, the program that launched FrontPage would call the WaitForExit
method on the Process class. When the call returns, check the last modified
time on the temp file. If it is different from the created time, then read
the contents and store it back in the database.

--
- Nicholas Paldino [.NET/C# MVP]
- m...@spam.guard .caspershouse.c om

"trint" <trinity.sm...@ gmail.comwrote in message

news:11******** *************@y 42g2000hsy.goog legroups.com...
Is there a way that I can incorporate FrontPage into my c#
application?
This project is used to edit the products description of an eCommerce
site
and the column in SQL Server stores the HTML page of the description
of each
product in our 14,000 product line.
Currently, the workers in IT have to go outside of the product editor
to edit just the
description, but the product editor pics that up as a file and inserts
it into the description
field.
Any help in this matter is appreciated.
Thanks,
Trint- Hide quoted text -

- Show quoted text -
Nicholas,
Can you provide me an example of what you just described? This will
be very helpful and implented
in my application.
Thanks,
Trint

Sep 24 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3439
by: Sam White | last post by:
I have set up a MySQL db on one server, IIS 6.0 on another. Using Frontpage I created some forms to input data. On a test page I made, I have 4 fields. First is the ID which is autonumber (I leave alone). The second is marked as TEXT, the third is MEDIUMTEXT, and the fourth is DATE. This is just an example though, the problem exists in no...
4
260
by: al | last post by:
Greetings all, I'm seeking your advice on this issue: I'm planing to use FrontPage(2003) files(saved as .aspx) in asp.net. That is, I will create frontpage files with same path as asp.net projects, do ONLY interface design for web pages , save them as .aspx and then include them in asp.net project from the solution explorer. Is it ok...
1
2049
by: Robert Scheer | last post by:
Hi. Is there any article that talks about the purpose of each of the Frontpage extensions folders (_vti_cnf, _vti_pvt, _vti_script, and _vti_txt)? When I create a new ASP.NET application, these folders are automatically created. Thanks, Robert Scheer
2
980
by: David | last post by:
The web developer environment under VS is a pain! I want to use Frontpage, but will Frontpage handle the code portion of asp.net or just the HTML? Also, if you develop ASP.NET apps with Frontpage, do you need the VS installed on the same machine? Also, are there other 3rd party IDEs that work well with asp.net? The only ones I have...
11
1587
by: Rene | last post by:
I am totally clueless about Microsoft FrontPage and I would like to know if anyone could tell me if there are any particular benefits when using FrontPage versus using ASP.Net Thanks for your help.
1
1439
by: LynchburgRecord | last post by:
The Code Snippet (from VB Net in Visual Studio Net 2003) below does the following (1) Create a Front Page (2002) Application Objec (2) Open a We (3) Close the We (4) Execute Front Page Application Object "quit" method Proble ------
0
5634
by: jsausten | last post by:
I am having this ridiculously frustrating problem, migrating an existing web app to VS.2005. Initially I was able to successfully convert my VS 2002 app, by opening the Localhost site using the new 'Local IIS' option (File -> Add Existing Web Site ->. Local IIS -> Select the Localhost site) and everything was OK. However, when I shut down...
10
2514
by: musosdev | last post by:
Hi guys I'm trying to migrate to VS2005... I've managed to do that, but realised I'd opened my web projects as file projects, and I'm getting the error about network BIOS command limit. Anyway, I decided to have a go at loading them as web projects from our Win2k3 server. It gets so far and then says "The web server does not appear to...
0
1126
by: =?Utf-8?B?QW5keSBFc2h0cnk=?= | last post by:
Dear friends, I tried to create an asp.net or web service application in vs 2003, I got these errors. any idea? Cannot create the offline cache in 'C:\Documents and Settings\\VSWebCache\CWXPTDVP5RRA\WebService2'. Unable to create a web at the URL "/C:/Documents and Settings" because FrontPage information was unexpectedly encountered beneath...
0
7693
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7916
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8117
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7660
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
5217
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3651
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3631
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2101
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1207
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.