FrenchiInLA

Stories kicked by FrenchiInLA

Deserialize JSON string and bind to ASP.NET DropDownList(www.devcurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 8 months ago

This article demonstrates how to Deserialize JSON string and bind to an ASP.NET DropDownList control. read more...

1 comment |category: |Views: 213

tags: another

Free ebook: Moving to Microsoft Visual Studio 2010(blogs.msdn.com)

submitted by sdormansdorman(1415) 1 year, 8 months ago

Microsoft offers a free ebook: Moving to Microsoft Visual Studio 2010 (Microsoft Press, 2011; 336 pages), written by Patrice Pelland, Pascal Paré, and Ken Haines. read more...

1 comment |category: |Views: 371

tags: another

ASP.NET Confirmation Button using JQuery (javicrespotech.blogspot.com)

submitted by fintz69fintz69(700) 3 years, 5 months ago

Creating a ASP.NET Confirmation Button control that uses JQuery and its plugin SimpleModal to implement modal confirmation popups. read more...

add a comment |category: |Views: 605

tags: another

jQuery for Absolute Beginners: Video Series(nettuts.com)

submitted by sharplifesharplife(4570) 3 years, 5 months ago

This is a 9 parts video series for beginners to learn jQuery. read more...

add a comment |category: |Views: 435

tags: another

37 Phenomenal jQuery Plugins and Demos for Developers(speckyboy.com)

submitted by sharplifesharplife(4570) 3 years, 5 months ago

Find the most practical and best jQuery plugins for web developers, see demos, learn about and download them. read more...

add a comment |category: |Views: 609

tags: another

jQuery Autocomplete JSON ASP.NET MVC(blog.schuager.com)

submitted by AngryPetsAngryPets(300) 3 years, 5 months ago

Great overview of undocumented jQuery AutoComplete. read more...

add a comment |category: |Views: 1931

tags: another

Visual Studio 2010 Pre-Beta CTP is Now Live(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 3 years, 6 months ago

The pre-beta, Visual Studio 2010 bits are now available for download. read more...

add a comment |category: |Views: 204

tags: another

Load and Play Media Files at Runtime using Silverlight 2(dotnetcurry.com)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

Sometime back, I had written a similar article Load and Play a Video File at Runtime using Silverlight 2 Beta 2. The article made use of the OpenFileDialog class in Silverlight Beta2 to load files at runtime. There have been quite a few breaking changes from Beta 2 to the final release of Silverlight. One of these changes affects Silverlight 2 application using the OpenFileDialog. In this short article, we will study these changes and explore how to load and play media files at runtime using the OpenFileDialog control using the final release of Silverlight 2. read more...

add a comment |category: |Views: 147

tags: another

Creating "Hello World" with Silverlight 2 Part 1(weblogs.asp.net)

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

Scott Gu SilverLight 2 tutorial Part 1 read more...

add a comment |category: |Views: 194

tags: another

Copying and pasting rectangular blocks of code in Visual Studio and Ma(weblogs.sqlteam.com)

submitted by kprernnkprernn(1445) 4 years, 6 months ago

Did you know that the Visual Studio and Management Studio editors allow you to copy and paste rectangular areas of code (not just lines of code)? This blog demonstrates how. Very handy when copying and pasting variable names! read more...

4 comments |category: |Views: 15

tags: another

YUI Progress Panel In asp.net(mattberseth.com)

submitted by FrenchiInLAFrenchiInLA(99) 4 years, 6 months ago

Incorporate the YUI style progress panel into aexisting ASP.NET AJAX web application read more...

1 comment |category: |Views: 214

tags: another

Caching In 10 Minutes(longlostcousins.com)

submitted by usshermussherm(5285) 4 years, 6 months ago

A quick overview of 4 types of caching available to you in an asp.net application: 1. Viewstate, #2. Context, Session, and Application, #3. Cache API, and #4. HTML Output Caching read more...

add a comment |category: |Views: 24

tags: another

Ajax Data Controls Live examples(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 4 years, 6 months ago

Here you will find live Ajax Data Controls examples. read more...

1 comment |category: |Views: 47

tags: another

Remove generated JavaScript from your pages(blog.madskristensen.dk)

submitted by tiernanotiernano(1674) 4 years, 7 months ago

One of the things that have always seemed a little weird to me is that ASP.NET auto-generates JavaScript and injects it in the rendered HTML. The JavaScript is needed to handle validation, postbacks, callbacks etc. but why does it have to write the same static functions when it could just as well be placed in a referenced .js file? If all the static functions where placed in an external .js file, it would be downloaded once instead of every time a page loads. read more...

add a comment |category: |Views: 16

tags: another

ASP.NET - Server.Transfer v/s Server.Execute(techahead.wordpress.com)

submitted by prashantvictoryprashantvictory(605) 4 years, 7 months ago

Difference between Server.Transfer and Server.Execute. read more...

3 comments |category: |Views: 87

tags: another

The Yield Statement in C#(alteridem.net)

submitted by rprouserprouse(1175) 4 years, 9 months ago

The yield statement is another often overlooked keyword that was introduced in .NET 2.0. It is used to return items from a loop within a method and retain the state of the method through multiple calls. read more...

2 comments |category: |Views: 125

tags: another