Computer Tricks and Hacks , Windows Tips , Blogger Tips and Hacks, SEO, Social Media News
Owner: ihari869
Listed in: Computers
Language: English
Tags: Computer Tricks, Blogging Tips and Widgets, SEO, Windows Tips, Social Media
Site Statistics
Unique Visitors Today:
0
Page Views Today:
0
Unique Visitors this Week:
0
Page Views this Week:
0
Unique Visitors this Month:
0
Page Views this Month:
0
Total Unique Visitors:
18,065
Total Page Views:
26,206
Total Hits Out:
110
Latest Blog Posts for HariGeek | Computer Tricks | Blogger Tips and Hacks | SEO | Social Media
- 20 Things You Can Do To Improve Your Blog’s Usabilityon Feb 21, 2014 in Blogger Tips and TricksYour blog’s usability – how would you define it? Would it be the ease with which your site operates, or would it be the ease of use of your product? Here’s how we define it; everything that works towards reducing your visitor’s frustration an...
- Export Datatable into csv Introduction:While working on .net projects you may get a situation where you need to export data into csv (Comma Separated Value) file format. There are so many ways of doing this and different programmers use to do it on different ways depend...
- Get current page URL using JavaScripton Aug 9, 2013 in JavascriptIntroductionIn 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 code to get the current page URL using JavaScript:Codev...
- C#.Net: Create CheckBoxList Dynamically (In Runtime)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 = "llcDynamicCheckbox";cd.ID = "llcDynamicCheckbox";cd...
- Create Checkbox using C#.Net dynamicallyThis 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 chkList1; &n...
- SQL SERVER – FIX : Error 3154: The backup set holds a backup of a database other than the existing databaseon May 8, 2013 in SQL ServerOne 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 very simple and not as difficult as we were thinking. H...
- Response.Redirect throws “Thread was being aborted”on Mar 21, 2013 in .NetResponse.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 example: protected void Page_Load(object sende...
- Truncate Table with Foreign key constrainton Feb 21, 2013 in SQL ServerCannot 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)...
- Effective Ways to Get People Interested in Reading Your Blogon Jan 20, 2013After 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 simply because they cannot find it. The problem is no...
- How to make your profile stand out in LinkedInon Dec 13, 2012 in How toYou may not be aware of it but the truth is that it is the LinkedIn profile, which is making it all the more difficult for you to land on a high paid job. Of course, I am not saying that your LinkedIn profile is making your online presence look bad o...
Loading Comments...
Comments
{ds_PageTotalItemCount} commentcomments
{pvComments::date}
{pvComments::comment}