As witnessed in this super awesome post I showed how to use a webmethod to get server side information with client side methods. (I know, I’m pretty sweet.) And in this one I had an example of filling a drop down list with a web method and javascript, though it was more about the anonymous [...]
Javascript Anonymous Methods and How they help Ajax WebMethod
Ok so here’s what you’re trying to do: You have a button and when it’s pressed you want to have it fill a drop down list without a postback. So your first thoughts are, “I like Mentos” followed by, “WebMethod” since you of course read this super awesome post. Now it might look like this: [...]
Call Server Side methods With Javascript in ASP.Net… Yeah Ajax
So I’ve been looking for something to match the simplicity of the old Ajax.dll WebMethods (The ability to asychronously call a method on a class from javascript) since the project was abandoned by the owner. A lot of what I saw before involved WebServices which wasn’t horrible, but I wanted Ajax.WebMethods. Come to find out, [...]
Return False from a ScriptControl method and why I hate Firefox…
I have to admit that it might be IE that is wrong, but I don’t know. That and I do kind of hate Firefox so I’ll stand by the title anyhow. This is a little off the current beaten path, but does deal with the current ScriptControl theme so I thought I’d put it in [...]
Creating Script Controls And Love (ASP.Net ScriptControl)
[Part One] [Part Two] [Part Three] [Part Four] [Part Five] So this will be the first of a couple posts having to do with Script Controls, the Ajax Control Tool Kit AutoComplete control, and Javascript. Now to get started, what’s a script control? I’m glad you asked. Basically have you ever created a user control [...]