Recently I got a requirement of restricting the text entered into a ListView Edit Control, since there is no such property which will restrict the text in ListView control.
After extensive searching in google I got a very good link which implements the same as per the requirement.
Click here to get the code.
Rishi
Archive for May, 2009
Limit text entered into a listview edit control
Posted in .Net on May 21, 2009 | Leave a Comment »
Strategy Pattern
Posted in .Net on May 18, 2009 | Leave a Comment »
Recently I again started reading Design Patterns by HeadFirst and hopefully I will continue with it. So the first pattern I learned was the Strategy Pattern. The example which they have explained is of SimU Duck game. I am really a gr8 fan of HeadFirst series. They have greatly explained with diagrams and also how [...]
Online Quiz
Posted in .Net on May 17, 2009 | Leave a Comment »
Recently I have started with the freelance coding. I got some 2-3 project and it was quite good experience to work independent and also learnt a lot technically. Recently I completed with Online Quiz Website project. I developed that in ASP.NET and MS-SQL. I completed that with functionality in 10 days (ofcourse without UI). Further [...]
HeadFirst : Design Patterns
Posted in .Net on May 1, 2009 | Leave a Comment »
Design patterns are the basic for designing any of the Softwares. There are lots of books covering this topic but personally I love head first series. Design patterns is a thing which you can learn easily through diagrams and graphics and not my theory. And no other book can match HeadFirst Design Patterns. They have [...]