Many ASP.NET developers believe that AJAX is equal to putting an update panel on a form and using it! I do not blame those programmers because Microsoft Ajax Extensions has come to ease the process of making a web site Ajax enabled and making Ajaxing procedures transparent. However, I believe every developer must know [...]
Posts Tagged ‘FIREFOX’
Ajaxism! Making your ASP.NET application Ajax enabled. (1)
Posted in ASP.NET, Ajax, tagged ., Ajax, asp, FIREFOX, onreadystatechange, readyState, XMLHTTPREQUEST on June 20, 2008 | 5 Comments »
How to open popup windows in IE/Firefox and return values using ASP.NET
Posted in C#, tagged ASP.NET, C#, FIREFOX, IE, POPUP on June 9, 2008 | 14 Comments »
Recently, a friend of mine asked about how to open popup (modal) windows in IE/Firefox and return the values back to the main page. although there are tons of question/answers about this subject in ASP.NET forums, nearly none of them was comprehensive enough. For this reason and to answer my friend’s question I am going [...]