Sunday, 13 December 2015

VB.NET ASP.NET DropDownList - Add Update Delete Clear



ProgrammingWizards ASP.NET DropdownList VB.NET -VB.NET asp.net dropdownlist,webforms,add,delete,update,

­clear,mvc,example,selectedvalue,default value,data source,
add item,on change,autopostback,attributes,array,bin­d,to list,control,clear,


Description
The
best way I always find for introducing new List Components is to build
something that manipulates data,even if it may not be with database at
first.It's what we do here: Add,Update,Delete and clear.

Cheers!!

C# ASPNET DropDownList - ADD UPDATE DELETE CLEAR



ProgrammingWizards ASP.NET DropdownList C# -C# asp.net dropdownlist,webforms,add,delete,update,

­clear,mvc,example,selectedvalue,default value,data source,
add item,on change,autopostback,attributes,array,bin­d,to list,control,clear,


Description
The
best way I always find for introducing new List Components is to build
something that manipulates data,even if it may not be with database at
first.It's what we do here: Add,Update,Delete and clear.

Cheers!!

Saturday, 12 December 2015

C# ASP.NET- Simple Calculator Using DropDownList



ProgrammingWizards ASP.NET DropDownList - simple calculator,dropdownlist,combobox,add,sub

­tract,divide,multiply,C# asp.net dropdownlist,webforms,add,delete,update,­clear,mvc,example,selectedvalue,default value,data source,
add item,on change,autopostback,attributes,array,bin­d,to list,control,clear,

DESCRIPTION
Introduction
to ASP.NET in C# WebForms.We are going to use the DropDownList control
and two textboxes and a button to make a simple calculator.

Cheers!!

VB.net ASP.NET - Simple DropDownList Calculator



ProgrammingWizards VB.net ASP.net DropDownList Control- C# asp.net dropdownlist,webforms,add,subtract,divid

­e,multiply,add,delete,update,clear,mvc,e­xample,selectedvalue,default value,data source,
add item,on change,autopostback,attributes,array,bin­d,to list,control,clear,add,

Description
The
best way to introduce a WebForm control is to use it in a practical
way,I believe.That's what we do here.It's not your best calculator but
we show how to use a DrowDownList and also button and Textboxes.

Cheers!!

Friday, 4 December 2015

Android Custom GridView - Master Detail [Open New Activity]



ProgrammingWizards Android Master Detail GridView-open a new
activity,detail activity,android master detail flow
tutorial,activity,example,tabs,fragments

­,actionbar,
template,flow,add items,naviagtion drawer,swipe,sqlite,android gridview example,custom,adapter,header,stretchmod­e,gridlayout,row height,
border,divider,images,onclick,animation,­populate,buttons,androidstudio,eclipse

DESCRIPTION
I
always like to leave no stone unturned.The other day I covered Android
ListView Master detail,today am doing the version of this to GridView
instead of ListView.Beginners always don't like assumptions that they
can apply their knowledge to another component.
Anyway we display master on a gridview,when the user clicks a single item we navigate to a new activity and display the details.

Cheers!!