Stories recently tagged with 'Mikeon'

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

submitted by mikeonmikeon(5200) 4 years, 11 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: 523

tags: another

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

submitted by mikeonmikeon(5200) 4 years, 11 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: 2

tags: another

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

submitted by mikeonmikeon(5200) 4 years, 11 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: 9

tags: another

Anonymous Methods vs Threads(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 4 years, 11 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: 14

tags: another

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

submitted by mikeonmikeon(5200) 4 years, 11 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: 98

tags: another

Working With Asynchronous WebRequests(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 4 years, 11 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: 23

tags: another

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

submitted by mikeonmikeon(5200) 4 years, 11 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: 14

tags: another

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

submitted by mikeonmikeon(5200) 4 years, 11 months ago

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

add a comment |category: |Views: 4

tags: another

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

submitted by mikeonmikeon(5200) 4 years, 11 months ago

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

add a comment |category: |Views: 5

tags: another

ReadOnly TextBox ASP.NET Control(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years 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: 31

tags: another

Pitfalls of ASP.NET Localization(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years 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: 10

tags: another

ASP.NET Initial Validation(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years ago

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

add a comment |category: |Views: 4

tags: another

Self-Populating DropDownList(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 2 months ago

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

1 comment |category: |Views: 75

tags: another

Catch-up Events(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 2 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: 31

tags: another

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

submitted by mikeonmikeon(5200) 5 years, 3 months ago

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

add a comment |category: |Views: 12

tags: another

Nullable Types And NullReferenceException(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 3 months ago

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

add a comment |category: |Views: 19

tags: another