Problem: Suppose you have a scenario in which you have to update multiple pages when an event occurs in main page. For example imagine you have a main page where you are dispalying a tab control. This tab control has 3 tab pages where you are loading 3 different user controls. On click of an update button in main page imagine if you have do…
while sending mail from particular id i get this error,for rest of all id's its working fine,
wat was the prob over here..
Syntax error, command unrecognized. The server response was:
status code :0
stack trace:
at System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.End(IAsyncResult result)
at…
If .NET 3.5 is installed, but not .NET 3.5 SP1, WaitHandle.WaitOne(int) throws a MissingMethodException. I'd like to be notified earlier on if the correct version of the .NET libraries is not available, for example when the application is started. Is this possible?
Update: So my question question is twofold:
…
Anyone run into this issue? Any help would be appretiated :)
Server Error in '/CTCWeb' Application.
The trust relationship between the
primary domain and the trusted domain
failed.
Description: An unhandled exception
occurred during the execution of the
current web request. Please review…
I want to learn to use Fluent NHibernate, and I'm working in VS2010 Beta2, compiling against .NET 4, but I'm experiencing some problems.
Summary
My main problem (at the moment) is that the namespace FluentNHibernate isn't available even though I've imported all the .dll assemblies mentioned in this guide.
…
How to convert datatable to json using json.net? Any suggestion... I ve downloaded the necessary binaries... Which class should i use to get the conversion of my datatable to json?
Thus far used this method to get json string by passing my datatable...
public string GetJSONString(DataTable table)
{
…
Hey guys, I guess I got another asp.net question I am trying to send email using smtp authentication through google but I am constantly getting a timed out error and no idea what it might be from the following code its not my firewall or my isp blocking smtp ports so its most probably the code:
…