Stories recently tagged with 'Mikeon' Subscribe to this feed

Working With Web.config And App_Code (vaultofthoughts.net)

submitted by mikeonmikeon(5195) 2 years, 7 months ago

Few things to know when working with Web.config and App_Code directory. What is the assembly name for App_Code classes, how to use controls defined there etc. read more...

add a comment | category: | Views: 350

tags: another

How To Writer br Without Writing br (vaultofthoughts.net)

submitted by mikeonmikeon(5195) 2 years, 7 months ago

On using HtmlTextWriter object with HtmlTextWriterTag enumeration and how to writer <br /> without using literal "<br />" string. read more...

add a comment | category: | Views: 1

tags: another

Good Practice For Working With ASP.NET Controls (vaultofthoughts.net)

published 2 years, 7 months ago, submitted by mikeonmikeon(5195) 2 years, 7 months ago

A good practice that I'm using when working with ASP.NET controls that saves me a lot of work. read more...

add a comment | category: | Views: 5

tags: another

Anonymous Methods vs Threads (vaultofthoughts.net)

published 2 years, 7 months ago, submitted by mikeonmikeon(5195) 2 years, 7 months ago

What happens when you combine anonymous methods and threads - a things you need to be aware or you will encounter a strange behavior that will be hard to explain. read more...

add a comment | category: | Views: 6

tags: another

Getting All Controls On The ASP.NET Page (vaultofthoughts.net)

published 2 years, 7 months ago, submitted by mikeonmikeon(5195) 2 years, 7 months ago

How to get all controls on a page in a recursive way - FlattenHierarchy method and what you can do with it. read more...

1 comment | category: | Views: 73

tags: another

Working With Asynchronous WebRequests (vaultofthoughts.net)

published 2 years, 7 months ago, submitted by mikeonmikeon(5195) 2 years, 7 months ago

Do you knowh how to handle multiple asynchronous WebRequests? Do you know why the obvious way doesn't work? read more...

add a comment | category: | Views: 14

tags: another

The DIV Tag Around Hidden ASP.NET Input Fields (vaultofthoughts.net)

published 2 years, 7 months ago, submitted by mikeonmikeon(5195) 2 years, 7 months ago

How to get rid of the div tag that gets generated around hidden ASP.NET input fields? Is it at all possible? Yes, but not in a way one would expect. read more...

add a comment | category: | Views: 4

tags: another

Self-Hiding ASP.NET Control (vaultofthoughts.net)

published 2 years, 7 months ago, submitted by mikeonmikeon(5195) 2 years, 7 months ago

Making a self-hiding ASP.NET control - what can surprise you on your way. read more...

add a comment | category: | Views: 3

tags: another

Recursive Properties Of ASP.NET Controls (vaultofthoughts.net)

published 2 years, 7 months ago, submitted by mikeonmikeon(5195) 2 years, 7 months ago

It seams that some of the properties of ASP.NET controls are recursive... read more...

add a comment | category: | Views: 1

tags: another

ReadOnly TextBox ASP.NET Control (vaultofthoughts.net)

published 2 years, 8 months ago, submitted by mikeonmikeon(5195) 2 years, 8 months ago

Hot to make a TextBox control that renders itself as a plain text if ReadOnly and as an Input otherwise. read more...

1 comment | category: | Views: 19

tags: another

Pitfalls of ASP.NET Localization (vaultofthoughts.net)

submitted by mikeonmikeon(5195) 2 years, 8 months ago

Few pitfalls and things you have to know about ASP.NET Localization features, before you start to love it. read more...

add a comment | category: | Views: 3

tags: another

ASP.NET Initial Validation (vaultofthoughts.net)

submitted by mikeonmikeon(5195) 2 years, 8 months ago

How to perform initial validation on an ASP.NET page using Validation Controls read more...

add a comment | category: | Views: 1

tags: another

Self-Populating DropDownList (vaultofthoughts.net)

published 2 years, 10 months ago, submitted by mikeonmikeon(5195) 2 years, 10 months ago

How to make a Self-Populating DropDownList control in ASP.NET read more...

1 comment | category: | Views: 29

tags: another

Catch-up Events (vaultofthoughts.net)

published 2 years, 11 months ago, submitted by mikeonmikeon(5195) 2 years, 11 months ago

Catch-up Events in ASP.NET - an example of how you can see how it all works. read more...

add a comment | category: | Views: 8

tags: another

Validation Controls As Images - Take 2 (vaultofthoughts.net)

published 2 years, 11 months ago, submitted by mikeonmikeon(5195) 2 years, 11 months ago

How to make ASP.NET Validation Controls to display image instead of a plain text. read more...

add a comment | category: | Views: 10

tags: another

Nullable Types And NullReferenceException (vaultofthoughts.net)

published 2 years, 11 months ago, submitted by mikeonmikeon(5195) 2 years, 11 months ago

Does Nullable type throw a NullReferenceException? If so - when, if not - why? Read on. read more...

add a comment | category: | Views: 7

tags: another