My account: Login | Sign Up
Loading... 

Enterprise Services Integration | Forum profile

Forum profile page for Enterprise Services Integration on http://www.asp.net. This report page is the aggregated overview from a single forum: Enterprise Services Integration, located on the Message Board at http://www.asp.net. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Enterprise Services Integration" on the Message Board at http://www.asp.net is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Forums - ASP.NET Forums - Enterprise Services Integration (site profile, domain info asp.net)
Title: Enterprise Services Integration
Url: http://forums.asp.net/46.aspx
Users activity: 14 post per thread
Forum activity: 14 active threads during last week
 

Posting activity on Enterprise Services Integration:

  Week Month 3 Months
Threads: 14 76 188
Post: 18 90 262
 

Enterprise Services Integration Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
ricolifts
4
user's latest post:
What is the cleanest way to...
Published (2008-11-25 12:16:07)
 I really need help on this Bump for some help.. THank you
Nai-Dong Jin - MSFT
3
user's latest post:
ms jet rounding double values
Published (2008-11-27 00:12:00)
Hi,   From your description, it seems that the dataset or datatable’s schema has not defined before you start to transport the data from Excel.   Try to create a data Table and define each field with the correct data type you want, and then import the data from your Excel file.   Thanks.  
TATWORTH
2
user's latest post:
Accessing COM+ Components from...
Published (2008-11-24 07:00:00)
Hidden Desi Do you know the class name of the import? If so find the name in the Com+ explorer, and set permissions so the web service can access it.
skynyrd
1
user's latest post:
Method names not visible on COM+
Published (2008-11-25 03:56:24)
Wow I had lost my hopes on this one. Good job!
shebs4u
1
user's latest post:
anyway to automatically show an...
Published (2008-11-24 03:48:00)
sir ,pls send necessary step to attach excel file in asp.net 2005
elm
1
user's latest post:
anyway to automatically show an...
Published (2008-11-24 11:26:00)
I simply put the following line into the Page_Load function: iframepdf.Attributes.Add("src", "http://localhost:4666/sample.xls")  
Mohan.Raju
1
user's latest post:
ms jet rounding double values
Published (2008-11-24 10:12:00)
Hello, I am using this code to import data from excel into my application: public DataTable Import( string fileName) { try { string connectionString = @ "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + fileName + "; Extended Properties='Excel 8.0; IMEX=1; HDR=YES'" ; System.Data.OleDb.OleDbDataAdapter dataAdapter = new System.Data.OleDb.OleDbDataAdapter( "SELECT * FROM [DATA$]"...
scope_creep
1
user's latest post:
Export to Excel but more advanced.
Published (2008-11-24 08:51:00)
I'm currently outputing a report to excel using the CarlogAG oss library to generate the xml file before it's sent to the client by using Response.AppendHeader("content-disposition", "attachment; filename=" + filename); Response.ContentType = "application/vnd.ms-excel"; ... The problem I have, is the report I can create with the library is fairly simple, and the...
Sameer Ahire
1
user's latest post:
Parsing word document file to...
Published (2008-11-25 03:42:00)
Hi I am using MS WORD 2003 and I want to convert the file from Word doc to XML on the client PC itself . Actually I am designing a parser to parse the Resume which may be either in .doc,.pdf,.htm,.txt etc.. The logic with which i am trying is . (1) First convert the original file (e.g DOC /PDF) to XML (2) Then convert the XML file to HR-XML , which is then easy to parse. Thanx and Regards Sameer  
dheerajsharma_14
1
user's latest post:
How to create custom...
Published (2008-11-28 02:10:00)
Hi,   I am creating a .eml file using SmtpClient in C#, look into the code   " smtpClient.DeliveryMethod = SmtpDeliveryMethod.SpecifiedPickupDirectory;      smtpClient.PickupDirectoryLocation = <Location where we want to save .eml file>e.g c:\email;      smtpClient.EnableSsl = false;     ...
 

Latest active threads on Enterprise Services Integration::

Forums - ASP.NET Forums
Started 4 days, 20 hours ago (2008-11-28 02:10:00)  by dheerajsharma_14
Hi, I am creating a .eml file using SmtpClient in C#, look into the code " smtpClient.DeliveryMethod = SmtpDeliveryMethod.SpecifiedPickupDirectory; smtpClient.PickupDirectoryLocation = <Location where we want to save .eml file>e.g c:\email; smtpClient.EnableSsl = false; smtpClient.Send(mailMessage);" When i send the mail it creates a ...
Thread:  Show this thread (1 post)   Thread info: How to create custom .eml file in C# Size: 2,427 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How to create custom  .eml file in C# :: Enterprise Services Integration :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 5 days, 12 hours ago (2008-11-27 11:04:00)  by SanthanaM
Hi Gurus, I want to send the email with all the styles written in css stylesheet for example if I have a textbox calling some class of stylesheet as a body of the message. If I send the mail to some one. The receiver should receive the original message (i.e with applying stylesheet). Can anyone tell me the solution for this, Thanks in advance, SanthU*
Thread:  Show this thread (2 posts)   Thread info: Sending email with Css stylesheet Size: 507 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Sending email with Css stylesheet :: Enterprise Services Integration :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 1 week, 1 day ago (2008-11-24 10:12:00)  by Mohan.Raju
Hello, I am using this code to import data from excel into my application: public DataTable Import( string fileName) { try { string connectionString = @ "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + fileName + "; Extended Properties='Excel 8.0; IMEX=1; HDR=YES'" ; System.Data.OleDb.OleDbDataAdapter dataAdapter = new ...
Thread:  Show this thread (2 posts)   Thread info: ms jet rounding double values Size: 1,832 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "ms jet rounding double values :: Enterprise Services Integration :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 1 week, 1 day ago (2008-11-24 13:55:00)  by ricolifts
I am developing a way to track bouncebacks for my applicaiton. I have a kind of cool way of doing it. If I set the Header record for "sender" to bounce_1456@xyzBounce.com THen i can have a "From" header Record of "rico@rico.com" and If i have xyzBounce.com as a Catch all Box then i can grab the record that bounced and Increment either hardbounce or softbounce info until it hits my ...
Thread:  Show this thread (3 posts)   Thread info: What is the cleanest way to Track Bouncebacks Size: 905 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "What is the cleanest way to Track Bouncebacks :: Enterprise Services Integration :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 10 months, 2 weeks ago (2008-01-22 05:58:00)  by skynyrd
Hi there! When I create COM DLLs with VB6, the names of the methods are always visible on the Component Services Administrative Tool. Now that I'm using . NET Serviced Components , they don't apear anymore , when I expand Interfaces and Methods. I wonder why... Maybe I have to declare some atribute to make the interfaces public ? Thank you
Thread:  Show this thread (5 posts)   Thread info: Method names not visible on COM+ Size: 638 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Method names not visible on COM+ :: Enterprise Services Integration :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 2 weeks ago (2008-11-18 02:13:00)  by Sameer Ahire
Hi ! please try this. I hope it might help u http://www.sovren.com/SovrenResumeParserOverview.d oc http://www.sovren.com/faq/index.aspx thanks an d regards Sameer mail2sameer.1983@indiatimes.com
Thread:  Show this thread (2 posts)   Thread info: Parsing word document file to extract the data Size: 409 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Parsing word document file to extract the data :: Enterprise Services Integration :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 2 weeks, 6 days ago (2008-11-12 17:23:19)  by ronald_yoh
i'm having an error while filling the dataset through data adaptor.fill. below my code ' Create connection string variable. Modify the "Data Source" parameter as ' appropriate for your environment. Dim sConnectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;" _ & "Data Source=C:\Documents and Settings\Ron\Desktop\Book1.xls" _ & ";"...
Thread:  Show this thread (3 posts)   Thread info: bind excel file to data grid Size: 3,272 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "bind excel file to data grid :: Enterprise Services Integration :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 2 weeks, 5 days ago (2008-11-13 15:46:00)  by elm
I tried: <IFrame runat="server" id="iframepdf" style="width: 632px; height: 544px; background-color: silver;" visible="true" frameborder="yes"> </IFrame> And I add the "src" attribute at page load, but the excel file is just opened as normal excel file, instead of embedded in the webpage. Is there anyway else? Thanks a lot.
Thread:  Show this thread (3 posts)   Thread info: anyway to automatically show an excel file in aspx webpage? Size: 589 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "anyway to automatically show an excel file in aspx webpage? :: Enterprise Services Integration :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 1 week, 1 day ago (2008-11-24 08:51:00)  by scope_creep
I'm currently outputing a report to excel using the CarlogAG oss library to generate the xml file before it's sent to the client by using Response.AppendHeader("content-disposition", "attachment; filename=" + filename); Response.ContentType = "application/vnd.ms-excel"; ... The problem I have, is the report I can create with the library is fairly simple, and the customer wants an 4 panel ...
Thread:  Show this thread (1 post)   Thread info: Export to Excel but more advanced. Size: 1,364 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Export to Excel but more advanced. :: Enterprise Services Integration :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 2 weeks ago (2008-11-18 07:12:00)  by sachin.pramod
I have a server which wil be fetching live Prices and i have to convert this server into a com+ service which wil be running on the server.. i to use the com + service in my aspx (i.e) webapplication . when ever the com + component raises a event my webservice should be able to capture the event raised by the com+ service and maintain the state.. can we achieve this... Pls help me out...
Thread:  Show this thread (3 posts)   Thread info: Accessing COM+ Components from Web Services Size: 500 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Accessing COM+ Components from Web Services :: Enterprise Services Integration :: Forums - ASP.NET Forums"
 

Hot threads for last week on Enterprise Services Integration::

Enterprise Services Integration
Started 1 week, 1 day ago (2008-11-24 13:55:00)  by ricolifts
I am developing a way to track bouncebacks for my applicaiton. I have a kind of cool way of doing it. If I set the Header record for "sender" to bounce_1456@xyzBounce.com THen i can have a "From" header Record of "rico@rico.com" and If i have xyzBounce.com as a Catch all Box then i can grab the record that bounced and Increment either hardbounce or softbounce info until it hits my ...
Thread:  Show this thread (3 posts)   Thread info: What is the cleanest way to Track Bouncebacks Size: 905 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "What is the cleanest way to Track Bouncebacks :: Enterprise Services Integration :: Forums - ASP.NET Forums"
Enterprise Services Integration
Started 2 weeks, 5 days ago (2008-11-13 15:46:00)  by elm
I tried: <IFrame runat="server" id="iframepdf" style="width: 632px; height: 544px; background-color: silver;" visible="true" frameborder="yes"> </IFrame> And I add the "src" attribute at page load, but the excel file is just opened as normal excel file, instead of embedded in the webpage. Is there anyway else? Thanks a lot.
Thread:  Show this thread (3 posts)   Thread info: anyway to automatically show an excel file in aspx webpage? Size: 589 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "anyway to automatically show an excel file in aspx webpage? :: Enterprise Services Integration :: Forums - ASP.NET Forums"
Enterprise Services Integration
Started 2 weeks ago (2008-11-18 07:12:00)  by sachin.pramod
I have a server which wil be fetching live Prices and i have to convert this server into a com+ service which wil be running on the server.. i to use the com + service in my aspx (i.e) webapplication . when ever the com + component raises a event my webservice should be able to capture the event raised by the com+ service and maintain the state.. can we achieve this... Pls help me out...
Thread:  Show this thread (3 posts)   Thread info: Accessing COM+ Components from Web Services Size: 500 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Accessing COM+ Components from Web Services :: Enterprise Services Integration :: Forums - ASP.NET Forums"
Enterprise Services Integration
Started 1 week, 1 day ago (2008-11-24 10:12:00)  by Mohan.Raju
Hello, I am using this code to import data from excel into my application: public DataTable Import( string fileName) { try { string connectionString = @ "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + fileName + "; Extended Properties='Excel 8.0; IMEX=1; HDR=YES'" ; System.Data.OleDb.OleDbDataAdapter dataAdapter = new ...
Thread:  Show this thread (2 posts)   Thread info: ms jet rounding double values Size: 1,832 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "ms jet rounding double values :: Enterprise Services Integration :: Forums - ASP.NET Forums"
Enterprise Services Integration
Started 5 days, 12 hours ago (2008-11-27 11:04:00)  by SanthanaM
Hi Gurus, I want to send the email with all the styles written in css stylesheet for example if I have a textbox calling some class of stylesheet as a body of the message. If I send the mail to some one. The receiver should receive the original message (i.e with applying stylesheet). Can anyone tell me the solution for this, Thanks in advance, SanthU*
Thread:  Show this thread (2 posts)   Thread info: Sending email with Css stylesheet Size: 507 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Sending email with Css stylesheet :: Enterprise Services Integration :: Forums - ASP.NET Forums"
Enterprise Services Integration
Started 10 months, 2 weeks ago (2008-01-22 05:58:00)  by skynyrd
Hi there! When I create COM DLLs with VB6, the names of the methods are always visible on the Component Services Administrative Tool. Now that I'm using . NET Serviced Components , they don't apear anymore , when I expand Interfaces and Methods. I wonder why... Maybe I have to declare some atribute to make the interfaces public ? Thank you
Thread:  Show this thread (5 posts)   Thread info: Method names not visible on COM+ Size: 638 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Method names not visible on COM+ :: Enterprise Services Integration :: Forums - ASP.NET Forums"
Enterprise Services Integration
Started 2 weeks, 6 days ago (2008-11-12 17:23:19)  by ronald_yoh
i'm having an error while filling the dataset through data adaptor.fill. below my code ' Create connection string variable. Modify the "Data Source" parameter as ' appropriate for your environment. Dim sConnectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;" _ & "Data Source=C:\Documents and Settings\Ron\Desktop\Book1.xls" _ & ";"...
Thread:  Show this thread (3 posts)   Thread info: bind excel file to data grid Size: 3,272 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "bind excel file to data grid :: Enterprise Services Integration :: Forums - ASP.NET Forums"
Enterprise Services Integration
Started 1 week, 1 day ago (2008-11-24 08:51:00)  by scope_creep
I'm currently outputing a report to excel using the CarlogAG oss library to generate the xml file before it's sent to the client by using Response.AppendHeader("content-disposition", "attachment; filename=" + filename); Response.ContentType = "application/vnd.ms-excel"; ... The problem I have, is the report I can create with the library is fairly simple, and the customer wants an 4 panel ...
Thread:  Show this thread (1 post)   Thread info: Export to Excel but more advanced. Size: 1,364 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Export to Excel but more advanced. :: Enterprise Services Integration :: Forums - ASP.NET Forums"
Enterprise Services Integration
Started 2 weeks ago (2008-11-18 04:58:00)  by germaine.tay
Hi. I have problem implementing .net remoting into my web services. I'm having SAP Business One as my backend ERP system. These web services will be retrieving information from SAP Business One. I have no problem in retrieving the information using web service without the use of .net remoting. However, after implementing .net remoting, I could not login.. Can anyone please advise ...
Thread:  Show this thread (2 posts)   Thread info: .Net Remoting(installation) Size: 580 bytes
Related Threads: Same Site | All Sites
Customize:  Customize ".Net Remoting(installation) :: Enterprise Services Integration :: Forums - ASP.NET Forums"
Enterprise Services Integration
Started 2 weeks ago (2008-11-18 10:15:00)  by MelissaL
How do I open an Excel file as a read only document? I tried binding the Excel data to a GridView control but it looks very ugly; the row/column data is not formatted nicely like it is in Excel. It would be okay if the Excel file opened in a new browser window but I don't want the user to save any changes and stomp over my original file on the network. Can I somehow save it to the client ...
Thread:  Show this thread (2 posts)   Thread info: Display Excel File as Read Only Size: 579 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Display Excel File as Read Only :: Enterprise Services Integration :: Forums - ASP.NET Forums"