Jonas Stawski

Everything .NET and More

Join Me at dotNetMiami

Tomorrow, December 10th, 2013, I will be presenting at the dotNetMiami user group about building Real Life Single Page Applications. I will talk about how to build these apps for real world scenarios, no demo BS . Come join me and find out about bui... [More]

Problem Creating a Localized, Embedded Script

I was following this tutorial and was getting the error: Assembly 'AssemblyName' contains a Web resource with name 'ResourceName', but does not contain an embedded resource with name 'ResourceName'. Everything seemed to be perfect except that I forgo... [More]

JavaScript not working within UpdatePanel

The other day I was having a problem with JavaScript functions not being found. The simplified setup was similar to this: - UpdatePanel    - UserControl (Visible = true)    - UserControl (Visible = false)       - Embedded JavaScript and Cont... [More]

UpdatePanel Efficiency

So I am writing an application with ASP.NET AJAX and using the update panel to update certain controls. So there I was creating the page without any AJAX and with normal postbacks and when I was finished I just added a script manager and an update pa... [More]

Ajax

Take a look at this presentation about Ajax, given by me at the South Florida Code Camp. Also I attached the project with all the samples. Remember this is a Visual Studio 2005 project.Take a special look at sample6.aspx. It works just like Ajax, but... [More]