piffie

Stories submitted by piffie

Coding Styles: Common Mistakes (code4ward.net)

submitted by piffiepiffie(130) 5 years, 7 months ago

A List of Common Coding Style mistakes christoph found and explained how to solve them. read more...

add a comment |category: |Views: 17

tags: another

The Odyssee of changing the idSeperator in Asp.net 2.0(code4ward.net)

submitted by piffiepiffie(130) 6 years ago

How to change the idSeperator in any char you want. The IdSeparator is the char, that splits 2 id's in NamingContainers. per default the char is the '$' (dollar) and you'll see it in every id, name and so on in the source code of your Page. like ctl00$HolderContent$Login1$pnlForm. so it should be something, that you don't use in your control Id's. read more...

add a comment |category: |Views: 21

tags: another

HowTo optimize the output data with Asp.net(code4ward.net)

submitted by piffiepiffie(130) 6 years ago

Websites for mobiles should be with less data as possible. this post describe how to shorten the output that comes from an asp.net site. also with some short descriptions of browser files, PageAdapter and XhtmlTextWriters read more...

add a comment |category: |Views: 0

tags: another