jokiz
(x-a)(x-b)(x-c)...(x-z)
Browse by Tags
All Tags
»
controls
(
RSS
)
.NET
ASP.NET
bug
css
design guidelines
designer
gridview
rants
techie
tips
validation
windows forms
Basic Date Picker Control Update
Published 07-18-2006 11:53 AM |
jokiz
We have decided to use the free BDPLite control as the date picker control for our small web application. The ease of use of the control and its simple style gave me the push to use it (and the prompt reply from its product manager for some concerns)...
BasicDatePicker Control
Published 05-18-2006 6:41 PM |
jokiz
in my quest yesterday to find a free datepicker control for our application, i bumped into BasicDatePicker . they have this lite version of their control ( http://www.basicdatepicker.com/BDPLite ) which is free. i immediately hook it up in our application...
using free controls/components
Published 05-18-2006 1:16 PM |
jokiz
i have been using a number of free asp.net controls for our current project simple because i don't have to redo what the gurus have done and i still haven't finished the asp.net server controls book. i have chosen scott mitchell's menu for our project...
table format using repeater
Published 05-03-2006 8:16 PM |
jokiz
i wanted to enclose my displayed data in an html table using a repeater control so i immediately followed the articles that i've read about repeater controls. i declare a table tag in the headertemplate and a table end tag in the footertemplate. <asp...
Repeater and AlternatingItemTemplate
Published 04-26-2006 1:57 PM |
jokiz
i lost a few minutes today trying to figure out databinding with a repeater control. to tell you the truth i have never used the said control in a project since i am a fan of the datagrid. i always have a notion that the repeater control is for the advanced...
metabuilders' master pages
Published 04-24-2006 6:58 PM |
jokiz
i am currently designing the pages for our web application (.NET 1.1). this is the first time that i will be designing it and i am very eager to use metabuilder's master pages. the first time i saw it in use is with community server 1.1. if you have seen...
Miguel Castro @ dnrtv
Published 03-30-2006 9:30 PM |
jokiz
i just saw the first episode of DNRTV (dotnetrocks tv) about webcontrols. fantastic pioneer episode and excellent presentation by Miguel Castro. i noticed though that the pro developers have been using third party refactoring tools eventhough they are...
RowSelectorColumn of MetaBuilders
Published 12-22-2005 12:56 PM |
jokiz
I was revising a page where a user selects an item from a grid and does a very intensive processing. User can select a number of items from the grid, since it uses a checkbox column and since it performs a very intensive processing i decided to switch...
Combobox SelectedIndexChanged vs SelectionChangeCommitted
Published 11-23-2005 11:05 PM |
jokiz
In ASPNET we only have SelectedIndexChanged ( DropDownList ), in Windows Forms we have both, but which one to use? My first .NET project is a Windows Application which uses databinding a lot and we were using SelectedIndexChanged of Combobox back then...
DatakeyNames for ASPNET 2.0
Published 10-22-2005 1:58 AM |
jokiz
ASP.NET 2.0 GridView comes with DataKeyNames property as part of its improved security. It is the equivalent of using DataKeyField in ASPNET 1.0 to store the PKID used in databinding. Data will be saved as part of the grid's viewstate and is therefore...
ASPNET Validation Controls
Published 06-09-2005 9:28 AM |
jokiz
I was reading Stephen Walther’s ASP.NET Unleased book when I found this excellent behavior of Validation Controls. Initially, I thought they just generate client-side scripts to validate them inputs. Then he raised the issue on some browsers with disabled...
Talk about a breaking change
Published 05-03-2005 6:27 PM |
jokiz
Last time, I reported a bug on the ToolBar control of Windows Forms which I have discovered upon a query of an officemate. I just saw that there is an update on my reported bug as Won’t Fix due to a breaking change, :p.
Strongly-typed Collection’s Add and AddRange methods
Published 04-14-2005 3:41 PM |
jokiz
The CollectionCodeDomSerializer uses reflection to serialize a serializeable collection properties to locate methodinfo with “Add” and “AddRange” as names. We have a coding convention here to use prefix to clearly distinguish methods from properties,...
Property Naming WTF
Published 03-18-2005 3:53 PM |
jokiz
I got tired of seeing a common property of our controls (since it is part of an interface) and this week, I got fed up and can’t take it anymore seeing them. AlignmentInContainer You might suggest ContainerAlignment but layout properties obviously relates...
System.Windows.Forms.Control$ControlCollection class
Published 03-04-2005 6:18 PM |
jokiz
I tried to use the ControlCollection class defined inside the System.Windows.Forms.Control to use as temporary storage of layout-affected controls in my last post. Not knowing the internals of the said class, I got some problems when child controls of...
More Posts
Next page »
Search
Go
This Blog
Home
Contact
Tags
.NET
agile
ASP.NET
blogging
bug
C#
continuous integration
controls
design guidelines
designer
keyboard shortcuts
lokal
mobile
ms word
NHibernate
rants
resharper
SQL
subversion
tdd
techie
tips
version control
visual studio
windows forms
Community
Home
Blogs
Media
Forums
Groups
Archives
December 2008 (1)
December 2007 (3)
October 2007 (3)
September 2007 (2)
August 2007 (4)
July 2007 (9)
June 2007 (5)
May 2007 (12)
April 2007 (7)
March 2007 (8)
February 2007 (11)
January 2007 (15)
December 2006 (10)
November 2006 (8)
October 2006 (9)
September 2006 (20)
August 2006 (23)
July 2006 (17)
June 2006 (30)
May 2006 (27)
April 2006 (21)
March 2006 (24)
February 2006 (14)
January 2006 (5)
December 2005 (4)
November 2005 (7)
October 2005 (2)
September 2005 (7)
August 2005 (5)
July 2005 (6)
June 2005 (14)
May 2005 (4)
April 2005 (18)
March 2005 (17)
February 2005 (14)
January 2005 (8)
News
Subscribe to jokiz by Email
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go