473,791 Members | 2,711 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

sending a structural email using ASP

hi guys I need to send an email from a form
the form is collecting data from a user and then submits it to us.
I would like the email to appear in the following format
Name:
Email:
Etc.

all I was able to do so far is:
strBody = "Name :" & strname & " Email :" & StrEmail
etc.

any idea ?

Nov 19 '05 #1
6 1403
you could set the email to be HTML and use tables <br /> and that kinda
stuff....

otherwise, you can put a VbCrLf for a new line..

strbody = "Name :" & strname & VbCrLf & "Email :" ...

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Rani" <ra***@hotmail. com> wrote in message
news:eu******** ******@TK2MSFTN GP15.phx.gbl...
hi guys I need to send an email from a form
the form is collecting data from a user and then submits it to us.
I would like the email to appear in the following format
Name:
Email:
Etc.

all I was able to do so far is:
strBody = "Name :" & strname & " Email :" & StrEmail
etc.

any idea ?

Nov 19 '05 #2
and how do i set the email to be html ?

"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
you could set the email to be HTML and use tables <br /> and that kinda
stuff....

otherwise, you can put a VbCrLf for a new line..

strbody = "Name :" & strname & VbCrLf & "Email :" ...

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Rani" <ra***@hotmail. com> wrote in message
news:eu******** ******@TK2MSFTN GP15.phx.gbl...
hi guys I need to send an email from a form
the form is collecting data from a user and then submits it to us.
I would like the email to appear in the following format
Name:
Email:
Etc.

all I was able to do so far is:
strBody = "Name :" & strname & " Email :" & StrEmail
etc.

any idea ?


Nov 19 '05 #3
Assuming you are talking about ASP.Net (your original post just said "ASP")
and you are using the classes in the System.Web.Mail namespace, simply set
the MailFormat property of your MailMessage

Dim mail As MailMessage = New MailMessage()
mail.From = sFrom
mail.To = sTo
mail.Subject = sSubject
mail.Body = sBody
mail.BodyFormat = MailFormat.Html
If you are using something else, it surely exposes a similar property that
let's you set the format...check the docs :)

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Rani" <ra***@hotmail. com> wrote in message
news:%2******** *******@tk2msft ngp13.phx.gbl.. .
and how do i set the email to be html ?

"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
you could set the email to be HTML and use tables <br /> and that kinda
stuff....

otherwise, you can put a VbCrLf for a new line..

strbody = "Name :" & strname & VbCrLf & "Email :" ...

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Rani" <ra***@hotmail. com> wrote in message
news:eu******** ******@TK2MSFTN GP15.phx.gbl...
hi guys I need to send an email from a form
the form is collecting data from a user and then submits it to us.
I would like the email to appear in the following format
Name:
Email:
Etc.

all I was able to do so far is:
strBody = "Name :" & strname & " Email :" & StrEmail
etc.

any idea ?



Nov 19 '05 #4
followed is a function I created and the HTML syntax I am using
for some strange reason I can't get it to work, any idea ?

strBody = "<table><tr ><td colspan=2><b>Co tact
Information</b></td></tr>"_
&" </tr><td>Name :</td><td>" & strName & "</td></tr>"_
&" </tr><td>Email :</td><td>" & strEmail & "</td></tr>"_
&" </tr><td>Home Phone :</td><td>" & strHomePh & "</td></tr>"_
&" </tr><td>Work Phone :</td><td>" & strWorkPh & "</td></tr>"_
&" </tr><td>Cell Phone :</td><td>" & strCellPh & "</td></tr>"_
&" </tr><td>Refered by :</td><td>" & strRfBy &
"</td></tr></table><Br>"_
&" <table><tr><t d colspan=2 align=center><b >Moving From</b></td><td
colspan=2 align=center><b >Moving To</b></td></tr>"_
&" <tr><td>Addre ss :</td><td>" & strFAdd & "</td><td>Address :
</td><td>" & strTAdd & "</td></tr>"_
&" <tr><td>City :</td><td>" & strFCity & "</td><td>City : </td><td>" &
strTCity & "</td></tr>"_
&" <tr><td>State :</td><td>" & strFState & "</td><td>State : </td><td>"
& strTAdd & "</td></tr>"_
&" <tr><td>Zip :</td><td>" & strFZip & "</td><td>Zip : </td><td>" &
strTZip & "</td></tr>"_
&" <tr><td>Size of residence: :</td><td>" & strFSize & "</td><td>Size
of residence : </td><td>" & strTSize & "</td></tr>"_
&" <tr><td># of Bedrooms :</td><td>" & strFBed & "</td><td># of
Bedrooms : </td><td>" & strTBed & "</td></tr>"_
&" <tr><td># of rooms :</td><td>" & strFRoom & "</td><td># of rooms :
</td><td>" & strTRoom & "</td></tr>"_
&" <tr><td colspan=2>Move date:</td><td colspan=2>" & strMoveDt &
"</td></tr></table><br>"_

&"<table><tr><t d><table><tr><t d><b>Family
Room</b></td><td><b>Quant ity</b></td></tr>"_
&" <tr><td>Arm Chair</td><td>" & strArm &
"</td></tr><tr><td>Sofa </td><td>" & strSofa & "</td></tr>" _
&" <tr><td>Love Seat</td><td>" & strSeat &"</td></tr><tr><td>Coff ee
Table</td><td>" & strCoffe & "</td></tr>"_
&" <tr><td>TV</td><td>" & strTv & "</td></tr><tr><td>Ente rtainment
Center</td><td>" & strEnt & "</td></tr>"_
&" <tr><td>&nbsp ;</td></tr>"_
&"
<tr><td><b>Stud y</b></td><td><b>Quant ity</b></td></tr><tr><td>Desk </td><td>"
& strDesk & "</td></tr>"_
&" <tr><td>File Cabinet</td><td>" & strFile & "</td></tr><tr><td>Book
Case</td><td>" & strBook & "</td></tr>"_
&" <tr><td>&nbsp ;</td></tr>"_
&" <tr>
<td><b>Boxes</b></td><td><b>Quant ity</b></td></tr><tr><td>Smal l</td><td>" &
strSmall & "</td></tr>"_
&" <tr><td>Mediu m</td><td>" & strMedium &
"</td></tr><tr><td>Larg e</td><td>" & strLarge & " </td></tr>"_
&" <tr><td>Wardrob e</td><td>" & strWardrobe &
"</td></tr><tr><td>Pict ure</td><td>" & strPicture &
"</td></tr></table></td>"_
&" <td>&nbsp;</td>"_
&" <td><table><tr> <td><b>Dining
Room</b></td><td><b>Quant ity</b></td></tr>"_
&" <tr><td>China Cabinet</td><td>" & strChina &
"</td></tr><tr><td>Chai rs</td><td>" & strChairs & "</td></tr>"_
&" <tr><td>Table </td><td>" & strTable & "</td></tr>"_
&"
<tr><td>&nbsp ;</td></tr><tr><td><b>K itchen</b></td><td><b>Quant ity</b></td></tr>"_
&" <tr><td>Applian ces</td><td>" & strApp &
"</td></tr><tr><td>Tabl e</td><td>" & strTab & "</td></tr>"_
&" <tr><td>Chair s</td><td>" & strChair & "</td></tr>"_
&"
<td>&nbsp;</td><tr><td><b>B edroom</b></td><td><b>Quant ity</b></td></tr>"_
&" <tr><td>Doubl e Bed</td><td>" & strDouble & "</td></tr><tr><td>Quee n
Bed</td><td>" & strQueen & "</td></tr>"_
&" <tr><td>King Bed</td><td>" & strKing & "</td></tr><tr><td>Sing le
Bed</td><td>" & strSingle & "</td></tr>"_
&" <tr><td>Dresser </td><td>" & strDresser &
"</td></tr></table></td></table></tr></table><br>"_
&" <table><tr><td> <b>Comments :</b></td><td>" & strComments &
"</td></tr></table><br>"

call getquote
Response.Write "Thank You for Submitting the Request"
%>
<!--#include file="footer.as p"-->
<%
Function Getquote()
Dim objNewMail
Set objNewMail = CreateObject("C DONTS.NewMail")
objNewMail.From =StrEmail
objNewMail.To=" ra***@hotmail.c om"
objNewMail.Subj ect="A New Quote Request"
objNewMail.Body =strbody
objNewMail.Body Format = objNewMailForma t.Html
objNewMail.Send
Set objNewMail = Nothing
END Function

"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:OO******** ******@TK2MSFTN GP10.phx.gbl...
Assuming you are talking about ASP.Net (your original post just said
"ASP") and you are using the classes in the System.Web.Mail namespace,
simply set the MailFormat property of your MailMessage

Dim mail As MailMessage = New MailMessage()
mail.From = sFrom
mail.To = sTo
mail.Subject = sSubject
mail.Body = sBody
mail.BodyFormat = MailFormat.Html
If you are using something else, it surely exposes a similar property that
let's you set the format...check the docs :)

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Rani" <ra***@hotmail. com> wrote in message
news:%2******** *******@tk2msft ngp13.phx.gbl.. .
and how do i set the email to be html ?

"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
you could set the email to be HTML and use tables <br /> and that kinda
stuff....

otherwise, you can put a VbCrLf for a new line..

strbody = "Name :" & strname & VbCrLf & "Email :" ...

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Rani" <ra***@hotmail. com> wrote in message
news:eu******** ******@TK2MSFTN GP15.phx.gbl...
hi guys I need to send an email from a form
the form is collecting data from a user and then submits it to us.
I would like the email to appear in the following format
Name:
Email:
Etc.

all I was able to do so far is:
strBody = "Name :" & strname & " Email :" & StrEmail
etc.

any idea ?




Nov 19 '05 #5
Rani:
So you are using ASP instead of ASP.Net...check out
http://www.4guysfromrolla.com/webtec...ail/faq6.shtml

According to that, you need to set 2 things in order to have HTML emails:

'you need to add these lines for the mail to be sent in HTML format
objMail.BodyFor mat = 0
objMail.MailFor mat = 0

hope this helps,
Karl
--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Rani" <ra***@hotmail. com> wrote in message
news:uZ******** ******@TK2MSFTN GP12.phx.gbl...
followed is a function I created and the HTML syntax I am using
for some strange reason I can't get it to work, any idea ?

strBody = "<table><tr ><td colspan=2><b>Co tact
Information</b></td></tr>"_
&" </tr><td>Name :</td><td>" & strName & "</td></tr>"_
&" </tr><td>Email :</td><td>" & strEmail & "</td></tr>"_
&" </tr><td>Home Phone :</td><td>" & strHomePh & "</td></tr>"_
&" </tr><td>Work Phone :</td><td>" & strWorkPh & "</td></tr>"_
&" </tr><td>Cell Phone :</td><td>" & strCellPh & "</td></tr>"_
&" </tr><td>Refered by :</td><td>" & strRfBy &
"</td></tr></table><Br>"_
&" <table><tr><t d colspan=2 align=center><b >Moving From</b></td><td
colspan=2 align=center><b >Moving To</b></td></tr>"_
&" <tr><td>Addre ss :</td><td>" & strFAdd & "</td><td>Address :
</td><td>" & strTAdd & "</td></tr>"_
&" <tr><td>City :</td><td>" & strFCity & "</td><td>City : </td><td>" &
strTCity & "</td></tr>"_
&" <tr><td>State :</td><td>" & strFState & "</td><td>State :
</td><td>" & strTAdd & "</td></tr>"_
&" <tr><td>Zip :</td><td>" & strFZip & "</td><td>Zip : </td><td>" &
strTZip & "</td></tr>"_
&" <tr><td>Size of residence: :</td><td>" & strFSize & "</td><td>Size
of residence : </td><td>" & strTSize & "</td></tr>"_
&" <tr><td># of Bedrooms :</td><td>" & strFBed & "</td><td># of
Bedrooms : </td><td>" & strTBed & "</td></tr>"_
&" <tr><td># of rooms :</td><td>" & strFRoom & "</td><td># of rooms :
</td><td>" & strTRoom & "</td></tr>"_
&" <tr><td colspan=2>Move date:</td><td colspan=2>" & strMoveDt &
"</td></tr></table><br>"_

&"<table><tr><t d><table><tr><t d><b>Family
Room</b></td><td><b>Quant ity</b></td></tr>"_
&" <tr><td>Arm Chair</td><td>" & strArm &
"</td></tr><tr><td>Sofa </td><td>" & strSofa & "</td></tr>" _
&" <tr><td>Love Seat</td><td>" & strSeat &"</td></tr><tr><td>Coff ee
Table</td><td>" & strCoffe & "</td></tr>"_
&" <tr><td>TV</td><td>" & strTv & "</td></tr><tr><td>Ente rtainment
Center</td><td>" & strEnt & "</td></tr>"_
&" <tr><td>&nbsp ;</td></tr>"_
&"
<tr><td><b>Stud y</b></td><td><b>Quant ity</b></td></tr><tr><td>Desk </td><td>"
& strDesk & "</td></tr>"_
&" <tr><td>File Cabinet</td><td>" & strFile & "</td></tr><tr><td>Book
Case</td><td>" & strBook & "</td></tr>"_
&" <tr><td>&nbsp ;</td></tr>"_
&" <tr>
<td><b>Boxes</b></td><td><b>Quant ity</b></td></tr><tr><td>Smal l</td><td>"
& strSmall & "</td></tr>"_
&" <tr><td>Mediu m</td><td>" & strMedium &
"</td></tr><tr><td>Larg e</td><td>" & strLarge & " </td></tr>"_
&" <tr><td>Wardrob e</td><td>" & strWardrobe &
"</td></tr><tr><td>Pict ure</td><td>" & strPicture &
"</td></tr></table></td>"_
&" <td>&nbsp;</td>"_
&" <td><table><tr> <td><b>Dining
Room</b></td><td><b>Quant ity</b></td></tr>"_
&" <tr><td>China Cabinet</td><td>" & strChina &
"</td></tr><tr><td>Chai rs</td><td>" & strChairs & "</td></tr>"_
&" <tr><td>Table </td><td>" & strTable & "</td></tr>"_
&"
<tr><td>&nbsp ;</td></tr><tr><td><b>K itchen</b></td><td><b>Quant ity</b></td></tr>"_
&" <tr><td>Applian ces</td><td>" & strApp &
"</td></tr><tr><td>Tabl e</td><td>" & strTab & "</td></tr>"_
&" <tr><td>Chair s</td><td>" & strChair & "</td></tr>"_
&"
<td>&nbsp;</td><tr><td><b>B edroom</b></td><td><b>Quant ity</b></td></tr>"_
&" <tr><td>Doubl e Bed</td><td>" & strDouble & "</td></tr><tr><td>Quee n
Bed</td><td>" & strQueen & "</td></tr>"_
&" <tr><td>King Bed</td><td>" & strKing & "</td></tr><tr><td>Sing le
Bed</td><td>" & strSingle & "</td></tr>"_
&" <tr><td>Dresser </td><td>" & strDresser &
"</td></tr></table></td></table></tr></table><br>"_
&" <table><tr><td> <b>Comments :</b></td><td>" & strComments &
"</td></tr></table><br>"

call getquote
Response.Write "Thank You for Submitting the Request"
%>
<!--#include file="footer.as p"-->
<%
Function Getquote()
Dim objNewMail
Set objNewMail = CreateObject("C DONTS.NewMail")
objNewMail.From =StrEmail
objNewMail.To=" ra***@hotmail.c om"
objNewMail.Subj ect="A New Quote Request"
objNewMail.Body =strbody
objNewMail.Body Format = objNewMailForma t.Html
objNewMail.Send
Set objNewMail = Nothing
END Function

"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:OO******** ******@TK2MSFTN GP10.phx.gbl...
Assuming you are talking about ASP.Net (your original post just said
"ASP") and you are using the classes in the System.Web.Mail namespace,
simply set the MailFormat property of your MailMessage

Dim mail As MailMessage = New MailMessage()
mail.From = sFrom
mail.To = sTo
mail.Subject = sSubject
mail.Body = sBody
mail.BodyFormat = MailFormat.Html
If you are using something else, it surely exposes a similar property
that let's you set the format...check the docs :)

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Rani" <ra***@hotmail. com> wrote in message
news:%2******** *******@tk2msft ngp13.phx.gbl.. .
and how do i set the email to be html ?

"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
you could set the email to be HTML and use tables <br /> and that kinda
stuff....

otherwise, you can put a VbCrLf for a new line..

strbody = "Name :" & strname & VbCrLf & "Email :" ...

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Rani" <ra***@hotmail. com> wrote in message
news:eu******** ******@TK2MSFTN GP15.phx.gbl...
> hi guys I need to send an email from a form
> the form is collecting data from a user and then submits it to us.
> I would like the email to appear in the following format
> Name:
> Email:
> Etc.
>
> all I was able to do so far is:
> strBody = "Name :" & strname & " Email :" & StrEmail
> etc.
>
> any idea ?
>
>
>



Nov 19 '05 #6
"Rani" <ra***@hotmail. com> wrote in message
news:uZ******** ******@TK2MSFTN GP12.phx.gbl...
Set objNewMail = CreateObject("C DONTS.NewMail")


This is the ASP.NET newsgroup - for questions about ASP.NET.

You need the ASP newsgroups for questions about ASP...

microsoft.publi c.inetserver.as p.general
microsoft.publi c.inetserver.as p.components
microsoft.publi c.inetserver.as p.db
Nov 19 '05 #7

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

Similar topics

3
4766
by: LC | last post by:
hi, i worry about people doing something they shouldn't to my db and I would like to track any structural changes (who and which)to my db. I am using oracle 8.0.6.0.0 and 9.2.0.2.0. regards, Lee Cho
10
2666
by: davidrubin | last post by:
Structural inheritance (inheriting implementation) is equivalent to composition in that a particular method must either call 'Base::foo' or invoke 'base.foo'. Apparantly, The Literature tells us to prefer composition over inheritance. Can anyone provide some reasons why this is the case (based on "real-world" experience)? For example, is structural inheritance more difficult to maintain? More difficult to test? Have a larger impact on...
2
2152
by: adam.spamfree | last post by:
Hi, I was just wondering if anyone could give me an explanation of what the difference between "structural" and "presentational" elements is. thanks a lot.
13
3231
by: joe215 | last post by:
I want my users to send emails from a Windows app that I am developing in Visual Basic.NET 2003. I found a good example of sending email to a SMTP server using the SmtpMail class. However, using this, it seems, that the user must install IIS on their computer. Isn't there a class that will detect whatever mail server is available on a computer and use that? How do I create this functionality without having the user add any other...
9
3227
by: B-Dog | last post by:
I've built a small app that sends mail through our ISP's SMTP server but when I try to send through my local exchange server I get CDO error. Does webmail use SMTP or does it strictly rely on CDOmail. I don't want to use the Outlook reference because outlook prompts each time program access it and I have found a way to disable that. Can I use webmail with exchange? Thanks
7
1809
by: Mike McGavin | last post by:
Hi everyone. I'm searching for a quick and dirty way to have psql record the SQL statements that I enter, especially those related to the database structure. My main motivation is to help keep what will probably be a production server up-to-date with my development server. I've thought a little about replication, but the current options for that seem like overkill for the relatively small database that I have. I'm particularly
3
3622
by: Ant | last post by:
Hi, I'm using the MailMessage & smtpMail classes in System.Web.Mail to send mail, however it's not sending any emails. I'm using it on a Windows 2003 server. The simplest way to use this is smtpMail.Send("from@here.com", to@there.com, "Message subject", "Message Body") I'm sending it to my own email address on a different server using a dummy
1
8186
by: Eric Sheu | last post by:
Greetings, I have been searching the web like mad for a solution to my SMTP problem. I am using Windows Server 2003 and ASP.NET 2.0 w/ C# to send out e-mails from a web site I have created to the members of my organization. I think my problem is incorrectly setting the settings on my server or an authentication problem. Here is the code I have written to send a test message: -----Code Begins: Sensitive Information Replaced by -----...
10
5103
by: Markgoldin | last post by:
I am sending an XML data from not dontnet process to a .Net via socket listener. Here is a data sample: <VFPData> <serverdata> <coderun>updateFloor</coderun> <area>MD2</area> <zone>BOXING</zone> <status>Running</status> <job>1000139233</job>
0
9669
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9515
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10426
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9993
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6776
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5430
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5558
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3713
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2913
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.