EtienneTremblay

Stories submitted by EtienneTremblay

ViewState property code snippet(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 4 months ago

Easily insert a new ViewState property in your page or user control with this simple code snippet. read more...

add a comment |category: |Views: 11

tags: another

Dirt Simple ASP.NET CMS using the ScrewTurn Wiki(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 4 months ago

Use the open source ScrewTurn wiki as a simple CMS for your ASP.NET website. read more...

add a comment |category: |Views: 48

tags: another

CheckBoxList hover extender(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 4 months ago

This article presents a CheckBoxList extender that enables the user to hover over individual checkboxes in the list and see a popup with additional information. The information is populated dynamically (web service call) depending on the hovered checkbox' value. read more...

add a comment |category: |Views: 170

tags: another

Attach to ASP.NET process with one keyboard shortcut(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 4 months ago

Launch attach to process faster with this simple macro to debug your applications. read more...

add a comment |category: |Views: 62

tags: another

Hybrid Accordion/TreeView Sitemap(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 5 months ago

Extend AjaxControlToolkit.Accordion to display your ASP.NET SiteMap. read more...

add a comment |category: |Views: 379

tags: another

Debug Visualizer for SubSonic Collections(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 5 months ago

See your SubSonic collections in a DataGridView while debugging your application just like you would see a DataSet in debug. read more...

add a comment |category: |Views: 20

tags: another

Multitasking while Visual Studio builds(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 5 months ago

Know when your build finishes using sounds in Visual Studio. read more...

add a comment |category: |Views: 4

tags: another

SubSonic object change tracking(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 5 months ago

A simple class to track changes made by a user on SubSonic objects. Being able to point fingers when there's a problem with your data is always nice! :) read more...

add a comment |category: |Views: 33

tags: another

SubSonic + ObjectDataSource = less code(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 5 months ago

Use a base class for all your SubSonic controllers and have automatically SQL paging, SQL sorting and filtering of your data through a search criteria. All this decoupled from your aspx or your controls in a nice controller class. read more...

3 comments |category: |Views: 388

tags: another

Free charting for ASP.NET(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 6 months ago

Open Flash Chart is an open source flash control that can display charts on a web page. The latest release contains an ASP.NET libary. read more...

7 comments |category: |Views: 225

tags: another

StatSVN(statsvn.org)

submitted by EtienneTremblayEtienneTremblay(5008) 5 years, 5 months ago

StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the project development. Really useful for people using SVN who want to see metrics of their code everyday. read more...

add a comment |category: |Views: 18

tags: another

Submit and get code snippets for Visual Studio(gotcodesnippets.net)

submitted by EtienneTremblayEtienneTremblay(5008) 5 years, 6 months ago

An interesting source of code snippets for Visual Studio. When you download the code snippets, it generates a visual studio community content installer witch is very quick to install. read more...

add a comment |category: |Views: 5

tags: another