Anastasiosyal

Stories submitted by Anastasiosyal

Javascript Embeddable IM Control(nikhilk.net)

submitted by AnastasiosyalAnastasiosyal(960) 4 years, 6 months ago

The folks over at windows live have used nikhilks Javascript compiler Script# (compiles C# code to javascript) to create an embeddable IM control. This control can be included in web pages to initiate msn messenger chats from a web page. read more...

add a comment |category: |Views: 1

tags: another

Making your ASP:Repeater a little bit DRYer(anastasiosyal.com)

submitted by AnastasiosyalAnastasiosyal(960) 4 years, 6 months ago

A quick tip on how to avoid the AlternatingItemTemplate of the repeater control to simply style alternating rows resulting in less repetative code. read more...

add a comment |category: |Views: 7

tags: another

NeatUpload: .Net upload control with precise Ajax progress indicator(brettle.com)

submitted by AnastasiosyalAnastasiosyal(960) 4 years, 9 months ago

Quote from site: "The NeatUpload ™ ASP.NET component allows developers to stream uploaded files to storage (filesystem or database) and allows users to monitor upload progress. It is open source and works under Mono's XSP/mod_mono as well as Microsoft's ASP.NET implementation. It features 2 custom controls: InputFile allows the user to select a file to upload, and ProgressBar displays the upload progress either inline or in a popup. ProgressBar uses AJAX-style refreshless updates on modern browsers when JavaScript is available, but also allows users without JavaScript to see upload progress." Checkout the demo, it's pretty cool it is also has some nice configuration options read more...

add a comment |category: |Views: 86

tags: another

[SubSonic] LoadFromPost method maps controls to object properties(weblogs.asp.net)

submitted by AnastasiosyalAnastasiosyal(960) 4 years, 11 months ago

Jon Galloway writes about a cool way of binding your asp controls back to object properties using subsonic. Ever heard of LoadFromPost? read more...

add a comment |category: |Views: 4

tags: another

SubSonic: Query Webcast Is Up(blog.wekeroad.com)

submitted by AnastasiosyalAnastasiosyal(960) 5 years ago

A 20 minute webcast that talks about the enhancements to the Query Tool. read more...

add a comment |category: |Views: 60

tags: another