My Tactics
24 December 2013
Lock the computer Programmatically using C#
›
Hi Friends, Let see how to lock the computer Programmatically using the C# code. We have to use the function LockWorkStation written in...
Placeholder text on TextBox in C#
›
Hi Friends, To set the place holder text in html we just use the placeholder attribute of that input type="text". <input ...
20 December 2013
Store the Object in XML File, and Get Back - C#
›
Hi Friends, Let see how can we store the object in XML file and get back the object whenever needed. Sometime we need to store the objec...
Add the Row Programmatically to the DataGridView
›
Hi Friends, Lets see how to add the row to the DataGridView if its already bind to DataSource . Remember if DataGridView is already bound...
19 December 2013
Convert List<object> to the DataTable in C#
›
Hi Friends, Lets see how to convert the List to the DataTable . Sometime we encounter such a situation that we require to convert the Lis...
‹
›
Home
View web version