I live in India and My hosting server at US.
I am using MSSQL, ASP.Net and C#.Net
I want to fire job when i will get email.
ex.
someone send mail on my address.
then i want to get sms for email description.
it not possible to install any desktop or console application on US hosting server. I don't have that type of rights.
i want to create one facebook application with asp.net
i required login to facebook and required permission for sending email, publish stream and offline access to facebook profile.
i can't access the facebook application from another account. i can only use my application from my own account.
i am use facebook application from http://localhost:81/ so it is any problem.
i want one full example of facebook application with do most all thing cover.
please lots of post are avaible in stackoverflow but i can't implement on it.
please give full example of facebook application devlopment.
everythings....
in advance thank you.
i am new for facebook application
please help me for how to start and what is basic steps for add application to facebook
i have used facebook toolkit 3.1 beta version.
but after authentication it will generated error...
i want to create iFream application
i want to craete gift send application. so which one is best iFream or FBML.
Please it is urgent help me.
i need to add this namespce to app c# file.
using System.Data;
so any way to add automaticlly to new created page in c#.net.
so i don't required to add this name space to new pages.
I need to add this namespace to my c# file:
using System.Data;
Is there a way to automatically add this to newly created pages in c#.net?
I don't want to add this namespace to new pages.
I have select, insert, update and delete query.
if i have to write all query in same store procedure that is good for performance or i should write all query in separate store procedure?
I have select, insert, update and delete query.
If I have to write all queries in the same stored procedure that is good for performance or should I write all queries in separate stored procedures?