Harigeek - harigeek.com

General Information:

Latest News:

Get current page URL using JavaScript 9 Aug 2013 | 04:42 pm

Introduction In our web application sometimes we require current page URL on client side, like when we share any script or perform any action according to the page name. Here I am sharing the demo c...

C#.Net: Create CheckBoxList Dynamically (In Runtime) 24 Jul 2013 | 12:36 pm

This is how you can create CheckBoxList in run time in C#.Net. aspx Code: <asp:Panel ID="PnlControl" runat="server"> </asp:Panel> C# Code: CheckBoxList cd = new CheckBoxList(); cd.CssClass = "llcD...

Create Checkbox using C#.Net dynamically 19 Jul 2013 | 05:28 pm

This is how you can create Checkbox dynamically in run time in C#.Net. aspx Code: <asp:Panel ID="PnlControl" runat="server"> </asp:Panel> C# Code: for (int i = 0; i < 10; i++) { CheckBox chk...

SQL SERVER – FIX : Error 3154: The backup set holds a backup of a database other than the existing database 8 May 2013 | 12:05 pm

One of my friend came to me with this error just a few days ago while restoring the database: Error 3154: The backup set holds a backup of a database other than the existing database. Solution is ve...

SQL SERVER – FIX : Error 3154: The backup set holds a backup of a database other than the existing database 8 May 2013 | 12:05 pm

One of my friend came to me with this error just a few days ago while restoring the database: Error 3154: The backup set holds a backup of a database other than the existing database. Solution is ve...

Response.Redirect throws “Thread was being aborted” 21 Mar 2013 | 02:51 pm

Response.Redirect causes the browser to redirect to a different URL. It does so by sending a 302 – Object Moved to the browser, requesting it to do another roundtrip to the new page. Here is an exampl...

Response.Redirect throws “Thread was being aborted” 21 Mar 2013 | 02:51 pm

Response.Redirect causes the browser to redirect to a different URL. It does so by sending a 302 – Object Moved to the browser, requesting it to do another roundtrip to the new page. Here is an exampl...

Truncate Table with Foreign key constraint 21 Feb 2013 | 10:25 am

Cannot truncate table 'table' because it is being referenced by a FOREIGN KEY constraint. Solution for the above issue is below: Delete from <tablename> DBCC CHECKIDENT( <tablename> ,RESEED,0)

Truncate Table with Foreign key constraint 21 Feb 2013 | 10:25 am

Cannot truncate table 'tbluser_new' because it is being referenced by a FOREIGN KEY constraint. Solution for the above issue is below: Delete from DBCC CHECKIDENT( ,RESEED,0)

Effective Ways to Get People Interested in Reading Your Blog 20 Jan 2013 | 11:05 pm

After working on your blog, diligently writing great content, and posting routinely, you are disappointed that no one is reading it. In all likelihood, people are most likely not reading your blog sim...

Recently parsed news:

Recent searches: