Click here to Skip to main content
15,881,687 members

Comments by yogiCsharp (Top 11 by date)

yogiCsharp 31-Oct-11 6:43am View    
I guess you should elaborate the problem more but as far as I got, The problem is about filtering the fetched data from a database at front end. I don't know if you have tried it or not but you can use

Datset1.Tables[0].Search()

method to filter the fetched data at front end.
NOTE: I am a C# developer so don't know if the syntax is right, pardon me for that.
yogiCsharp 31-Oct-11 0:03am View    
Thanks for the reply, I appreciate it,
Solution first is not in concern because I want to do this thing by Coding,
I have seen Solution second of poppeeper but as you can see in this solution the API is checking for mail after a specified period of time which I don't want.
What I want is :
My mail server should notify my application whenever a new mail arrives automatically,
My application should not check every time for new mail notification.
yogiCsharp 18-Oct-11 1:55am View    
Please elaborate more...
yogiCsharp 18-Oct-11 1:52am View    
Put "Mail sending in ASP.net" as keyword in Google search bar, you will get numerous results related to this there's not any issue,
happy coding :)
yogiCsharp 13-Oct-11 7:59am View    
Code looks fine, you should provide the exception detail if exception is occurring.