Silver Light Printing and Image Generations
Wednesday, August 18, 2010
Posted by Usama Wahab Khan at 4:04 AM 3 comments
Labels: Silverlight
Silverlight Element To Element Binding
Posted by Usama Wahab Khan at 3:47 AM 2 comments
Labels: Databinding, Silverlight
Asp.net translation
Tuesday, August 3, 2010


DownLoad Source Code
By Usama Wahab Khan
Posted by Usama Wahab Khan at 7:22 AM 0 comments
Labels: Asp.net
Computer users..... know about CARPAL TUNNEL SYNDROME
For everyone who works daily on a computer. The mistakes daily mouse and keyboard usage will result in Carpal Tunnel Syndrome ! Use the mouse and keyboard correctly . View below for the surgery of a patient suffering from Carpal Tunnel Syndrome followed by the RIGHT TECHNIQUES for usage....


Correct way to work on the Computer



Hand Exercises for Carpal Tunnel Syndrome : 




KINDLY SEND THIS TO EVERYONE YOU DON'T WANT TO SUFFER FROM THIS!
Posted by Usama Wahab Khan at 1:06 AM 0 comments
Silverlight Drag and Drop TreeView
Wednesday, July 7, 2010
Posted by Usama Wahab Khan at 12:02 AM 0 comments
Labels: Silverlight
Update From Dataset ADO.Net
Sunday, July 4, 2010
//Initialize Connection from database
SqlConnection cn = new SqlConnection("connectionString");
//add this Query command with connectionstring parameters to data adopter to get schema form database
SqlDataAdapter da = new SqlDataAdapter("Select * from tablename",cn);
// Dataset Object
DataSet ds = new DataSet();
//fill database schema to dataset
da.FillSchema(ds, SchemaType.Mapped);
DataRow dRow1 = ds.Tables["workers"].NewRow();
dRow1[1] = "Value1"; //textBox1.Text;
dRow1[2] ="Value2"; //textBox2.Text;
dRow1[3] ="Value3";///textBox3.Text;
dRow1[4] = "Value4";///textBox4.Text;
dRow1[5] = "Value5";//textBox5.Text;
ds.Tables["workers"].Rows.Add(dRow1);
SqlCommandBuilder builder = new SqlCommandBuilder(da);
da.Update(ds);
ds.AcceptChanges();
Posted by Usama Wahab Khan at 11:59 PM 0 comments
Thank Microsoft for Send me Lovely Gifts Thank
Thursday, July 1, 2010
Few Days ago Microsoft Pakistan send a gift hamper with lots writing pad and in the morning i get big gift pack for Microsoft USA THANK FOR GIFTS I LOVE THE I LOVE THE SHIRTS THANK YOU
Posted by Usama Wahab Khan at 12:44 AM 1 comments
Labels: Usama wahab khana















