Skip to content

ParallelCodes

  • AngularJS
  • Android
    • Android-Creating Notepad
    • Android Widgets Tutorial
    • Android Send SMS Programmatically with Permissions
    • Making Phone Calls in Android
    • Android JSON Parsing
    • Upload Files from Android to PC Programmatically
    • Android Interview Ques & Ans
  • ASP.NET
  • MVC
  • Xamarin
  • C#
  • WPF
  • CSS Templates

ParallelCodes

  • AngularJS
  • Android
    • Android-Creating Notepad
    • Android Widgets Tutorial
    • Android Send SMS Programmatically with Permissions
    • Making Phone Calls in Android
    • Android JSON Parsing
    • Upload Files from Android to PC Programmatically
    • Android Interview Ques & Ans
  • ASP.NET
  • MVC
  • Xamarin
  • C#
  • WPF
  • CSS Templates
login android

Simple Android Login page design

  • by ASH
  • May 28, 2015December 12, 2021

Simple Android Login page design Here’s an example of a good looking Login Screen for an Android Application : <LinearLayout xmlns:android=”http://schemas.android.com/apk/res/android” android:id=”@+id/sample_main_layout” android:layout_width=”match_parent” android:layout_height=”match_parent” android:orientation=”vertical”>… Read More »Simple Android Login page design

Share this:

  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Reddit (Opens in new window)
  • Click to share on Telegram (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to share on Skype (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to print (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to email a link to a friend (Opens in new window)
image

Gridview with updatepanel in Asp.net C#

  • by ASH
  • May 24, 2015May 15, 2020
  • 3 Comments

Gridview with updatepanel in Asp.net C# The updatepanel control in asp.net lets you to update the page without refreshing the whole page but only the… Read More »Gridview with updatepanel in Asp.net C#

Share this:

  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Reddit (Opens in new window)
  • Click to share on Telegram (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to share on Skype (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to print (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to email a link to a friend (Opens in new window)
image

Gridview with delete button in asp.net

  • by ASH
  • May 24, 2015August 14, 2020
  • 1 Comment

Gridview with delete button in asp.net Its pretty simple to put buttons in Gridview control. First design of the page : Open the .aspx page… Read More »Gridview with delete button in asp.net

Share this:

  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Reddit (Opens in new window)
  • Click to share on Telegram (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to share on Skype (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to print (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to email a link to a friend (Opens in new window)

Share your PC content with Android mobile

  • by ASH
  • May 23, 2015June 23, 2015

Share your PC content with Android mobile Ever wanted to share your computer’s videos, images, music and other files with your mobile device? ES FILE… Read More »Share your PC content with Android mobile

Share this:

  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Reddit (Opens in new window)
  • Click to share on Telegram (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to share on Skype (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to print (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to email a link to a friend (Opens in new window)
checkboxes2

ASP.NET – Create GridView with Checkbox

  • by ASH
  • May 22, 2015May 15, 2020

Gridview checkbox in Asp.net c# Its pretty simple to put checkboxes in gridview control in asp.net. DESIGN OF THE PAGE : Open your .aspx page… Read More »ASP.NET – Create GridView with Checkbox

Share this:

  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Reddit (Opens in new window)
  • Click to share on Telegram (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to share on Skype (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to print (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to email a link to a friend (Opens in new window)
image

C# – DataGridView with Byte Array Image

  • by ASH
  • May 21, 2015May 15, 2020

Gridview with image in C# byte array In this post I will be showing how you can display images stored in MS SQL DATABASE TABLE… Read More »C# – DataGridView with Byte Array Image

Share this:

  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Reddit (Opens in new window)
  • Click to share on Telegram (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to share on Skype (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to print (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to email a link to a friend (Opens in new window)
Image

GridView with Buttons ASP.NET C#

  • by ASH
  • May 21, 2015May 15, 2020
  • 2 Comments

GridView with Buttons ASP.NET C# First make a gridview in your .aspx page (Design page) Here’s my code : <asp:GridView runat=”server” ID=”datagridview” CssClass=”mydatagrid” AllowPaging=”True” CellPadding=”4″… Read More »GridView with Buttons ASP.NET C#

Share this:

  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Reddit (Opens in new window)
  • Click to share on Telegram (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to share on Skype (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to print (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to email a link to a friend (Opens in new window)
  • « Previous
  • 1
  • …
  • 69
  • 70
  • 71
  • 72
  • Next »

Get all the latest updates for free on Facebook

Get all the latest updates for free on Facebook
 

    Neve | Powered by WordPress