|
More site info...
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.
|
|
|
|
|
Posting activity on Enterprise Services Integration:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
14
|
76
|
188
|
|
Post:
|
18
|
90
|
262
|
|
|
Enterprise Services Integration Posting activity graph:
|
Top authors during last week:
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.
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.
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")
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$]"...
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...
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
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::
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 ...
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*
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 ...
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 ...
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
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
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" _ & ";"...
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.
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 ...
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...
|
|
Hot threads for last week on 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 ...
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.
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...
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 ...
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*
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
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" _ & ";"...
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 ...
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 ...
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 ...
|
|