After a long time again now i am going to write something in my blog. Today i am
going to write about Sql injection.
So i will cover this many steps in my this topic
Hello Friends Once Again with a Rocking point we have seen lots of Popup till now….. all are good at their places just search on Google “Model Popup” and you will get a long list of examples and javascripts for popup… Ajax Control toolkit Model Popup Extender http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/ModalPopup/ModalPopup.aspx then few more http://www.modalpopups.com/blog/ http://www.jquery-dev.com/2008/12/02/jqmodal-jquery-modal-popup-plugin one more javascript framework is Dojo http://www.dojotoolkit.org/ here i am also one type of popup… but i am sure you will like it because it don’t require any kind of configuration and dependencies… it is combination of CSS and javascript… with 70:30 ratio…. means here CSS is used more and rest is javascript…. then also its more power full so from first sight you can determine its light–weight compare to other model popups here i have an example… 1: < input i...
Hi.. here is a way to deploy web service withing project... Here are the steps for it in your Project... right click on Project in Solution Explorer. Click on Add new Item and Select "Web Service" Name it as per required... and Click on "Add" Button... now you have your web service ready in local environment... put you code in Web Service .Cs file Build the Source and make sure its error free... now Deployment Part Right click on "References" in Solution Exporer, You will find.. three Options like Add Reference Add Web Reference Add Service Reference Select "Add Web Reference", you will get a Pop up, in Below there are three links Browse to: * Web services in this solution * Web services on the local machine * Browse UDDI Servers on the local network select "Web services on the local machine " You will get a list ...
Continue to my previous post for Push Notification, I have generated a simplified process to implement Push notification for iOS and Android. Anyone can download my Nuget package from https://www.nuget.org/packages/EasyPushNotification/ To install Push Notification for Android and iOS, run the following command in the Package Manager Console PM> Install-Package EasyPushNotification Web.config settings Add following keys into AppSettings into web.config file. <appSettings> <add key="APIKey" value="SOME_API_KEY"/> <add key="ApnsCertPath" value="CERTIFICATE_PATH"/> <add key="ApnsCertPassword" value="CERT_PASSWORD"/> </appSettings> For Android APIKey is API key provided by GCM server. Follow the steps from here to generate project and obtain API key. The generated Project ID will be used to generate Device Token from Android devices. For iOS ApnsCertPath ...
Comments