terrble

Stories submitted by terrble

Parsing RSS with C#(geekswithblogs.net)

submitted by terrbleterrble(1665) 4 years, 10 months ago

Using a modified RSS XSD to generate .NET classes used to parse feeds, a quick and dirty alternative to the RSS Toolkit. read more...

add a comment |category: |Views: 301

tags: another

Passing Arrays or Tables as Parameters to a Stored Procedure(weblogs.sqlteam.com)

submitted by terrbleterrble(1665) 4 years, 11 months ago

SQL Server has everything you need already in place to accept large, complicated sets of data as parameters in a stored procedure! read more...

add a comment |category: |Views: 5

tags: another

JavaScript hack to remove the query string (mhinze.com)

submitted by terrbleterrble(1665) 4 years, 11 months ago

The query string will persist across post backs, breaking your users' bookmarks if they use asp.net posting back controls. Use this little hack to get around it. read more...

add a comment |category: |Views: 62

tags: another

Highlighting search keywords the HttpModule way(mhinze.com)

submitted by terrbleterrble(1665) 4 years, 11 months ago

Search Term Highlighter HttpModule for ASP.NET read more...

add a comment |category: |Views: 27

tags: another

Screen Scraping Tutorial(mhinze.com)

submitted by terrbleterrble(1665) 4 years, 11 months ago

Screen scraping using WebRequest with some neat new ideas read more...

add a comment |category: |Views: 107

tags: another

Where is the Row in RowCommand?(mhinze.com)

submitted by terrbleterrble(1665) 4 years, 11 months ago

A little known property empowers a crippled GridView read more...

add a comment |category: |Views: 3

tags: another