LA.NET [EN]

October, 2007Archive

Oct 27

Hebrew and Arabic Silverlight support

Posted in Silverlight       Comments Off on Hebrew and Arabic Silverlight support

Justin-Josef has built a new codeplex project that aims to support Hebrew and Arabic text rendering on Silverlight. There are already some support materials over Justin”s site that will help you get started: online lab and demo 20 min, web cast complete tutorial Nice work Justin!

Read the rest of this entry »

Oct 26

In the last days I”ve seen several guys reporting problems while deploying ASP.NET AJAX applications to servers which only have  ASP.NET 2.0 + ASP.NET AJAX 1 installed. Generally, the error that has been reported is: Could not load file or assembly ”System.Web.Extensions, Version=3.5.0.0… One of the suggestions that I have seen is to add a […]

Read the rest of this entry »

Oct 22

Protected: Changes on the configuration of WCF to use JSON

Posted in Uncategorized       Enter your password to view comments.

There is no excerpt because this is a protected post.

Read the rest of this entry »

Oct 18

ASP.NET AJAX: another trick that might help in some specific scenarios

Posted in MS AJAX       Comments Off on ASP.NET AJAX: another trick that might help in some specific scenarios

Today I”ve found another interesting post at the AJAX forums (yep, this is the only forum you can say I read frequently nowadays). The scenarios looks like this: a web app has a main page which is uses as the main entry page ,,)lets call it page a) after clicking on a button, the user […]

Read the rest of this entry »

Oct 17

In the last few days I”ve returned to the ASP.NET AJAX forums. One of the most requested features I”ve seen is generating “excel responses” (do you think i should copyright the term? 🙂 ,,) from data presented on a gridview. There”s already a known strategy for doing this kind of stuff from a traditional ASP.NET page: we […]

Read the rest of this entry »

Oct 16

After another busy day at work and half an hour swimming, I went to the ASP.NET AJAX forums to chill out befire going back to the IIS 7 online docs. Today I”ve found a cool post ,,)man, you gotta love these forums! 🙂 ) which asked why creating a component through the $create method within […]

Read the rest of this entry »

Oct 15

Sometimes, you might need to get a reference to the UpdatePanel which was “responsible” for the partial postback. It”s important to understant that a postback will always be started by an existing HTML control and that the panel will only be used for delimiting the places where a partial postback might start. It”s also important […]

Read the rest of this entry »

Oct 14

IIS 7 and its integration with the ASP.NET engine

Posted in ASP.NET       Comments Off on IIS 7 and its integration with the ASP.NET engine

Until the release of IIS 7, it was fair to say that the ASP.NET application had its own life cycle, which wasn”t really integrated with IIS.  For instance, when you”re using IIS 6, a request will have to be authenticated by IIS before it”s forwarded to the ASP.NET engine. After getting the request, then ASP.NET engine […]

Read the rest of this entry »

Oct 13

Going crazy while trying to open the config files of IIS

Posted in ASP.NET, Trivia       Comments Off on Going crazy while trying to open the config files of IIS

Currently, I use VS 2008 to write all the code and Notepad2 to read txt files. I do also use Notepad2 when I just need to take a quick look at some file. It”s been a long time since I have used Notepad. In fact, I”ve already forgotten about it until today :,,) Let me […]

Read the rest of this entry »

Oct 10

A long time ago I learnt a cool trick for using fiddler with the internal server that comes with VS. Well, when I made the transition to Vista, it simply stopped working and I no longer got the page on IE. I did managed to get it working but it seems like some of my […]

Read the rest of this entry »

Oct 10

Even though ASP.NET AJAX has been here for some time, this question still pops up on the forums. So I thought I should put a post here and redirect future questions on the subject to it. Well, to be precise, what you cannot do is call Server.Transfer (or other transfer method – btw, if you”re using IIS 7, […]

Read the rest of this entry »

Oct 10

2011-01-12 09:36:16

Read the rest of this entry »

Oct 09

At the end of the day, AJAX classes are functions

Posted in MS AJAX       Comments Off on At the end of the day, AJAX classes are functions

While I was hanging around the AJAX forums, I found this interesting thread. The problem was a stack overflow, but the interesting thing was what was causing that error in the first place. here”s the scenario: a top page has a method that receives an object. It also has an iframe which loads another page. […]

Read the rest of this entry »

Oct 09

Wilkinson cool video

Posted in Trivia       Comments Off on Wilkinson cool video

Check it out here.

Read the rest of this entry »

Oct 09

If so, then read on because you might get caught by some issues associated with the ASP.NET session state. If you haven”t heard about this new cool method, then you don”t know what you”re loosing. The first thing you should know before hand is that you will only be able to use the method if […]

Read the rest of this entry »

Oct 06

Workaround for Safari on dual monitor Windows OS

Posted in Trivia       Comments Off on Workaround for Safari on dual monitor Windows OS

Today I”ve received a mail with a comment for an old post I”ve written about Safari not being ready for dual monitor systems. It seems like Justin Megawarne has got a decent workaround for that problem. here are the necessary steps: Maximize Safari on second monitor Press ALT+SPACE to drop down context menu Press M to select […]

Read the rest of this entry »

Oct 03

MS will release the source code for the .NET platform

Posted in Trivia       Comments Off on MS will release the source code for the .NET platform

Read more about it here.

Read the rest of this entry »

Oct 03

well, not really :,,) It”s a fact of live that I have never really enjoyed Access, specially when you use it as database. Unfortunately I had to work with it again, after so many years of joy with SQL Server. Ok, so it seems like Office 2007 introduced new drivers for OLE DB and ODBC drivers. […]

Read the rest of this entry »

Oct 01

MVP for 2008

Posted in Trivia       2 Comments »

It seems like my MVP award for ASP.NET has been renewed :,,) hurray! Thank you MS. Congrats to all those that have also renewed and to the new ones that have just become MVP for the first time!

Read the rest of this entry »