Download MVC Code: Here Download Asp.Net Code: Here
Twitter Login with Asp.Net MVC

Download MVC Code: Here Download Asp.Net Code: Here
If you’ve been through the distribution process of an Ad Hoc application, you can appreciate the challenges of getting a build installed on someone’s device. From the differences of working with users on Windows versus Mac machines, to explaining how to import an Ad Hoc provisioning file and the associated build into iTunes, this process …
http://www.codeproject.com/Articles/166291/Generate-a-report-using-Crystal-Reports-in-Visual
Error: “An error occurred while trying to make a request to URI. This could be due to attempting to access a service in a cross-domain way without a proper cross-domain policy in place, or a policy that is unsuitable for SOAP services. You may need to contact the owner of the service to publish a …
As part of my demo preps for all the conferences I’ve spoken at recently I’ve been deploying my LightSwitch apps to Azure websites and I can honestly say that it is by far the easiest way to get a LightSwitch application up and running. Of course you can always manually set up your own server, database and network if …
You can have one Silverlight application project (one xap file). Assume it contains two UserControls Page1.xaml and Page2.xaml, and you want Page1 to be shown in Silverlight Control1, and Page2 to be shown in Silverlight Control2 in the same aspx page. You can use initParams in the Silverlight control tag to indicate which UserControl you …
https://www.dropbox.com/s/n05sya4h82elqhl/paging.zip if you getting any problem mail me.
http://ubaid.tk/api-usage/ Required Params : uid, pwd, phone, msg. uid : your userid for the required sms provider pwd : your password for the required sms provider provider : way2sms(default), fullonsms, smsindia, whozzat, smsinside, site2sms. if you do not specify any provider, way2sms will be used by default. phone : phone number whom you want to …
function RedirNonHttps() { if (location.href.indexOf(“https://”) == -1) { location.href = location.href.replace(“http://”, “https://”); } } Then, simply call the RedirNonHttps function on page load : onload=”RedirNonHttps();”
Plans are worthless, but planning is invaluable.