Click here to Skip to main content
15,885,941 members

Technical Blogs


Page 1 of 2
1 2


1. SourceTree Issue: This is Not a Valid Working Copy Path
We will discuss a quick tip to resolve the SourceTree issue mentioned in the title.
DevOps » Git »
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 30 Nov 2016
Rating: 5.00/5 ( (3 votes))
2. Uncaught IndexSizeError: Failed to execute ‘getImageData’ on ‘CanvasRenderingContext2D’: The source width is 0.
We will discuss a problem that I recently came across while working with images in coding.
Web Development » HTML5 »
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 4 Oct 2016
Rating: 5.00/5 ( (3 votes))
3. SourceTree Issue: The Mercurial team strongly encourages all users to upgrade to 3.7.3 due to security vulnerability
SourceTree Issue: The Mercurial team strongly encourages all users to upgrade to 3.7.3 due to security vulnerability
All Topics » »
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 22 Jul 2016
Rating: 4.89/5 ( (2 votes))
4. Detect Changes to Spectrum Colorpicker
In this blog, we will see how to manage the default value of color picker so that we can detect if color is changed.
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 29 Mar 2016
Rating: 5.00/5 ( (1 vote))
5. Get Required Property from Complex json string in C# with Newtonsoft
In this blog, I will tell you the trick to convert JSON string property to C# Object using Newtonsoft.
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 25 Dec 2015
Rating: 5.00/5 ( (1 vote))
6. EntityType: EntitySet ‘[Entity Name]’ is Based on Type ‘[Entity Name]’ that Has No Keys Defined
EntityType: EntitySet ‘[Entity Name]’ is Based on Type ‘[Entity Name]’ that has no keys defined
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 9 Nov 2015
Rating: 5.00/5 ( (2 votes))
7. ASP.NET Repeater with jQuery Dialog Popup : Reading Data from a WebMethod
This blog will take you through the steps to call a simple WebMethod to get the details of one record shown on a Repeater and show the retrieved details on jQuery Dialog popup.
Web Development » HTML »
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 30 Sep 2015
Rating: 4.90/5 ( (4 votes))
8. How to Select All Text in a TextBox on focus?
How to select all text in a textbox on focus
Web Development » ASP.NET »
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 2 Sep 2015
Rating: 4.83/5 ( (3 votes))
9. ASP.NET Repeater with jQuery Dialog Popup
This blog will take you through the steps to create an ASP.NET Repeater and show the details of a particular row on jQuery Dialog popup.
Web Development » ASP.NET »
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 29 May 2015
Rating: 4.88/5 ( (20 votes))
10. Rounded Button for jQuery ColorPicker
In this blog, we will explore the trick to replace the default square ColorPicker Button with a rounded one.
Web Development » ASP.NET »
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 28 Apr 2015
Rating: 4.67/5 ( (4 votes))
11. Change jQuery Slider Speed
We have already talked about integrating a jQuery Slider Plugin to ASP.NET Repeater control. Now in this blog, we will change the default speed of the slider.
Web Development » ASP.NET »
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 28 Mar 2015
Rating: 4.56/5 ( (2 votes))
12. Addition of Two Numbers in AngularJS
In this blog, we will see how to add two numbers from TextBox and show the result in AngularJS.
Web Development » HTML5 »
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 24 Feb 2015
Rating: 4.60/5 ( (3 votes))
13. Two Important Notes On RegisterStartupScript
In this blog, we will explore some interesting stuff related to the RegisterStartupScript method.
Web Development » ASP.NET »
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 26 Dec 2014
Rating: 3.74/5 ( (8 votes))
14. Cascading DropDownList on GridView
How to get the current Row of GridView inside the SelectedIndexChanged Event of a DropDownList present on the GridView itself and then find the other DropDownList and bind that
Web Development » ASP.NET »
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 30 Nov 2014
Rating: 4.91/5 ( (3 votes))
15. Top Features of ASP.NET vNext
Of course, as the name suggests, it is the upcoming version of ASP.NET.
Web Development » ASP.NET » ASP.NETvNext
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 27 Oct 2014
Rating: 4.83/5 ( (9 votes))
16. Uncaught TypeError While Attaching Client Side Event to Telerik RadEditor
In this blog, we will explore the error I faced, while I was attaching Events to Telerik RadEditor and how I resolved that.
Web Development » ASP.NET »
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 6 Oct 2014
Rating: 4.83/5 ( (3 votes))
17. Enable or Disable All Tabs Except the Selected Tab inside the Telerik RadTabStrip
In this post, we will explore the JavaScript code, by which we can easily enable or disable all the Tabs inside a Telerik RadTabStrip except the SelectedTab.
Programming Languages » Javascript »
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 20 Sep 2014
Rating: 5.00/5 ( (1 vote))
18. ASP.NET GridView Client Side Validation
We will explore the technique in jQuery to validate the ASP.NET GridView.
Web Development » ASP.NET »
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 30 Jul 2014
Rating: 5.00/5 ( (4 votes))
19. Why GridView RowUpdating Event is not giving the updated values?
This is a most common question in Forums. We will find the actual cause, for which the RowUpdating Event behaves abnormal.
Gridview » »
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 20 Jul 2014
Rating: 4.93/5 ( (5 votes))
20. Why .NET is .NET !!!
This was indeed asked by one interviewer to me, when I was in the final year of my engineering.
.NET » »
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 20 Jul 2014
Rating: 3.45/5 ( (11 votes))

Page 1 of 2
1 2