No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
just do a search on google for how to send email via c#, you should find tons of samples as for the SMS, it kind of depends easiest way would be to collect phone number and carrier for each user and send it via SMTP [phonenumber]@[carrierSMTPgateway] again, you should be …
I'd look at the c# webrequest & webresponse objects in System.Net
[QUOTE=bhavna_816;601773]I have a datatable which is having n no. of rows and each row has a unique field say ID. Now I want to get a particular row for a specified ID. eg. there are 5 rows in a datatable and the id's are 1,2,3,4 and 5 and if I …
window.open opens in a new window. use document.location to load a new page in same window
you'll need an app running on each machine. put a timer to send mouse coords on one machine to the other every so often and update on the client machine. and for mouse clicks send the coords, which button, any ctrl keys, etc. Basically, you're just going to be writing …
The End.
ckaneta