I have a datagrid on my windows form with a combo box, which I dynamically create at runtime. Everything works great. I choose a value, I save it, it saves correctly. FYI, the datagrid is unbound. However, I can't seem to find a way to populate the combo box with the value from the saved...
I need my function to pass back data as a XMLDocument
The result needs to be as....
<Challenge><\Challenge>
<Reponse><\Response>
The service seems to auto place an xml declaration, so I don't need to put that in place. Also, it puts back a GetNewPalletInfoResponse node as well....
How can i...
I am pretty new to web services, so I hope this does not sound too newbie like, but I appreciate any thoughts any one has on this topic.
I am writing a VB.Net (Visual Studio 2008) web service. In testing, in Windows (locally), the program displays in internet explorer with the 5 parameters the...
I have created a Web Service using Visual Studio 2008. It passes a dataset back to the calling service.
I need to get the data back ni a specific format..
For Example..
<?xml version="1.0"?>
<Envelope>
elements are..
<Challenge />
<Response />
</Envelop>
Currently, the resultset looks more...
I am fairly new to SSRS. I come from a Crystal world where it seems that everything is pretty easy to do. Trying to replicate this functionality in SSRS can be cumbersome and non intuitive. Anyway, I have been trying to come up withy this particular layout, but have not been able to do so. I...
Hopefully, someone can assist me with this as it is officially driving me crazy at this point.
I have a web page with a number of records in a list...each has a checkbox. User can check however many records they choose. After selecting (i.e. 5 ) checkboxes, they click a button to email these...
Thanks for your response. My data was not displaying correctly because I needed to set the view property to details. I can't believe this isn't a default setting. I like the loop of the getname property. Thanks.
I have read many articles on this and nothing seems to work...Here is my code..
Dim myConnection As New SqlConnection
myConnection = New SqlConnection("server=localhost;database=TestDB;Trusted_Connection=Yes;")
Dim myCommand As New SqlCommand("Select Top 100 SNR_Id,Ord_no...
Here is my situation. I have a table which has 1 column. This column contains the table names I need scripted out to their own individual sql files. Via a SSIS package, I loop through each row and create a table script with dependencies set to true. That all works great.
Here is my...
I am using CDO via ASP to send out to multiple "To" receipients. This is working fine. However, if one of those emails is invalid, nothing gets sent out. ASPMAIL could be trapped for this or it send out all by that one bad one. Can cdo.nessage do this?
Thanks.
ok...I get it now. Windows is irrelevant. So System.Net.Mail, any issues I should be concerned with? Do i have to know about users and which email server they use, etc...?
I have a web site that was written mostly using ASP classic (some pages use .NET). It will eventually all get rewritten using .NET. Currently, I am using ASPMail which is an older technology. I was reading about CDOSYS (ASP classic) and System.Web.Mail and/or System.Net.Mail classes. I'd...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.