jQuery, HTML5, Google Maps API
Ruslan's coding weblog
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.NET
AJAX
AJAX Panel
ArrayList
ASP .NET
ASP.NET
AsyncPostback
AutoCompleteExtender
C#
CSS
CSV
DataControlRowState
DataSet
Delegate
e.Row.RowState
Enum
Enumeration
Event
Excel
GeoLocation
Google Distance Matrix API
Google Maps API
GridView
HTML
HTML5
JavaScript
jQuery
KML
ListBox
Object
Report
RowState
SQL
Store Locator
Strin to Enum
String
System.IO
TextReader
Trigger
UpdatePanel
Visual Studio
WYSIWYG
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
April 2012 (1)
October 2008 (2)
August 2008 (1)
April 2008 (1)
March 2008 (2)
February 2008 (7)
February 2008 - Posts
989
Comments
Sort a ListBox
by
funky_rus
I believe this method is available in .NET 3.5, but in earlier framework versions we have to implement this ourselves.. #region Helper functions /// <summary> /// Sorts the list box in descending order /// </summary> /// <param name="pList...
Filed under:
ASP.NET
,
C#
,
Visual Studio
,
.NET
,
ListBox
3
Comments
CSV to TextReader
by
funky_rus
/// <summary> /// Take a file path and return a TextReader /// </summary> /// <param name="file_path"></param> /// <returns></returns> private TextReader OpenFile ( string file_path) { try { // Read the CSV file in...
Filed under:
ASP.NET
,
ASP .NET
,
C#
,
Visual Studio
,
.NET
,
CSV
,
System.IO
,
TextReader
8
Comments
AJAX UpdatePanel triggers, Conditional update mode
by
funky_rus
First of all I'd like to thank kowalskec for pointing me out the CopySourceasHTML VS add-in that will help me copy the code snippets from Visual Studio here without losing any text formatting. Cheers buddy! =) And now the task: The BugsGridView GridView...
Filed under:
AJAX
,
C#
,
Visual Studio
,
AJAX Panel
,
AsyncPostback
,
Trigger
,
UpdatePanel
,
.NET
48
Comments
Add new Blog Post WYSIWYG horrors
by
funky_rus
First of all, I am not even talking about FireFox or Opera, it's IE6 what I try to use to make a new post. I copy-paste the code from Visual Studion or even do it through Word, but there's no way I can get the same look of code snippets: This is copied...
Filed under:
WYSIWYG
More Posts