
Search In
To add the blur Effect on screen please follow the below steps
Select an image on which you want to add the blur effect.
Add an imageView on screen with the size you want blur effect on screen.
Add the effect with the same size on which you want th
Hi All,
If you want to show flags in using unicode hex coding (U+XXXX) than you can follow this code .
UNICODE:- Unicode is a computing industry standard for the consistent encoding, representation, and handling of text expressed in most of the wor
To show the list of contact in iPhone use the code Below:
1- import the ContactsUI framwork in viewController
2- Confrom the ViewController to the CNContactPickerDelegate
3- call the delegate method func contactPicker(picker: CNContactPickerViewCon
REST(Representational State Transfer) service is basically HTTP based API. Today many sites provide REST based api to access thier data.
example : google , twitter , yahoo, ebay.
Each URL provide by the website represents a resource; either a collec
Sometimes, we need access of some object /data/ variable globally throughout the App. In that case, creating a singleton class which can be accessed through out the app is helpful.
App Delegate is a good example of singleton class. After googling f
A very good stuff that allows you to get rotated image. Sometimes we rotate the UIImageView, it appears like image is rotated but in actual it's the UIImageView which is being rotated. If we try to fetch the image from rotated UIImageView it will ret
Below is the C sharp code to connect with the sql data base in .net
usingSystem.Data.Sql;
usingSystem.Data.SqlClient;
// FUNCTION TO CONNECT TO THE SQL SERVER DATABASE
privatevoidconnectToSQLServer()
{
// SQL CONNECTION REPRESENTS AN
How to give space after 4 characters to an TextBox input as well as retrict alphabets.
We have a TextBox as :-
<asp:TextBox ID="txtCardNumber" class="cardnumber" runat="server"
onkeyup="GiveSpace(this,4)" MaxLength="20" >&
Get DataKey value on check box checked event in a GridView
Here is the .aspx code for the following:-
<asp:GridView ID="grdTest" runat="server" AutoGenerateColumns="False" DataKeyNames="ID">
<Columns>
<asp:TemplateField Hea
Get a label Text or DataKey value on button click in a gridview
Write the .aspx code as below:--
<asp:GridView ID="grdtest" runat="server" AutoGenerateColumns="false"
<Columns>
<asp:TemplateField>
<ItemTemplate>
<a
