I built a C# assembly that contains functionality to send mail messages. I have done this several ways in C# before no problem. But this time I am getting an error with sending the actual message.
Stack trace:
at System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String methodName...
Can anyone point me to a reference regarding how to instantiate and manipulate COM opjects using JavaScript.
I have a client who wants to do so, and would be interested in learning how to do so myself. Thanks for you help.
I have read all the msdn and viz studio docs on asynchronous method calls. Is there a way to just simply call a method async without callbacks? I just want to call a function that sends out a ton of mail, and don't care about any return values.
Thanks.
I have an application with a two virtual directories... one parent directory for anon access, and a sub directory set up as a virtual dir in IIS for purposes of Forms Authentication.
Only problem is, my SQL ConnString is stored as a global var in the global.asax file of the parent...
no matter...
Been a bit since I wrote any difficult SQL...so bear with me!
I am storing one record in an events table like so:
prim_key id
int attendee_id1
int attendee_id2
int attendee_id3
...
the attendee table is:
prim_key id
varchar name
...
I would like to return a single dataset containing all of...
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.