wtroom

Stories submitted by wtroom

Display Hyperlinks in Text in Silverlight(xdevsoftware.com)

submitted by wtroomwtroom(210) 2 years, 8 months ago

another concept of showing hyperlinks in text in silverlight. read more...

add a comment |category: |Views: 27

tags: another

Horrible Code Example(xdevsoftware.com)

submitted by wtroomwtroom(210) 3 years, 3 months ago

why would someone ever do this. I know I'm not the best coder out there...but really.... read more...

1 comment |category: |Views: 79

tags: another

Add LinkButton to Calendar Cell in ASP.NET(xdevsoftware.com)

submitted by wtroomwtroom(210) 3 years, 4 months ago

how to dynamically add a link that will post back in a calendar cell in the DayRender event. read more...

add a comment |category: |Views: 82

tags: another

Prevent Brute Force Attacks in ASP.NET(xdevsoftware.com)

submitted by wtroomwtroom(210) 3 years, 9 months ago

this shows a simple way to help prevent brute force attacks in ASP.NET read more...

add a comment |category: |Views: 80

tags: another

Convert DateTime to Julian Date in SQL 2005(xdevsoftware.com)

submitted by wtroomwtroom(210) 3 years, 10 months ago

This is a user function that will convert a gregorian date to a julian date in SQL 2005 read more...

add a comment |category: |Views: 138

tags: another

Convert Julian to DateTime SQL 2005(xdevsoftware.com)

submitted by wtroomwtroom(210) 3 years, 10 months ago

This is a user function in SQL 2005 that will convert a Julian date to a Gregorian Date. read more...

add a comment |category: |Views: 63

tags: another

ReOrderList Full Example(xdevsoftware.com)

submitted by wtroomwtroom(210) 4 years ago

a full example of the ReOrderList for the AJAX.NET Toolkit read more...

add a comment |category: |Views: 1986

tags: another

Get SQL Stats in ASP.NET(xdevsoftware.com)

submitted by wtroomwtroom(210) 4 years ago

pull simple sql server stats and utilitize in ASP.NET read more...

add a comment |category: |Views: 1

tags: another

Free Code for Silverlight 1.0 Media Player(xdevsoftware.com)

submitted by wtroomwtroom(210) 4 years, 1 month ago

link to code for a silverlight 1.0 media player. it combines javascript files from expression encoder and custom xaml,js, and aspx files as well. The download comes with all of the source code. Works with ASP.NET 2.0 read more...

add a comment |category: |Views: 23

tags: another

Parameters in OPENQUERY(xdevsoftware.com)

submitted by wtroomwtroom(210) 4 years, 1 month ago

This provides and example/concept of how to use parameters while using the OPENQUERY function in Microsoft SQL read more...

add a comment |category: |Views: 263

tags: another

PayPal IPN VB.NET class(xdevsoftware.com)

submitted by wtroomwtroom(210) 4 years, 1 month ago

this is the vb.net version of the paypal ipn class that I submitted here before. they just had a C# class, but now it looks like they have a vb.net class as well. read more...

add a comment |category: |Views: 335

tags: another

Restart SQL in ASP.NET(xdevsoftware.com)

submitted by wtroomwtroom(210) 4 years, 1 month ago

this is some vb.net code that shows you how to restart a sql server in asp.net read more...

add a comment |category: |Views: 5

tags: another

Pass Array into SQL Stored procedure(xdevsoftware.com)

submitted by wtroomwtroom(210) 4 years, 1 month ago

This shows how you can pass an array/delimited string into SQL and iterate through it to take out each value seperate. read more...

add a comment |category: |Views: 76

tags: another

Dynamically Loading Images Silverlight 1.0(xdevsoftware.com)

submitted by wtroomwtroom(210) 4 years, 1 month ago

This shows how to load images dynamically in silverlight 1.0 utilizing C# read more...

add a comment |category: |Views: 58

tags: another

Monitor Process and CPU Usage(xdevsoftware.com)

submitted by wtroomwtroom(210) 4 years, 1 month ago

Another simple way to watch a process on a machine and check it's CPU usage. Usefule again for monitoring a certain process read more...

add a comment |category: |Views: 73

tags: another

Simple Website Monitor(xdevsoftware.com)

submitted by wtroomwtroom(210) 4 years, 1 month ago

a very simple way to monitor if your website is up or not via a web response. read more...

add a comment |category: |Views: 230

tags: another