Showing posts with label ajaxnet. Show all posts
Showing posts with label ajaxnet. Show all posts

Monday, March 26, 2012

How do I get started with AJAX.Net?

Hi All,

I'm a seasoned asp.net developer but have not yet ventured into atlas et al.

I prefer books, but will take whatever I can get if it's good and will get me going.

Any recommendations?

Thx in advance.

Jeff

try here first

http://ajax.asp.net/downloads/default.aspx?tabid=47

then learn from sample and doc


I find the materials online display features and implementations but are lacking architectural depth, and am seeking more comprehensive resources.

By architectural depth, I mean that I cannot watch a video and the code something right away. I'm left guessing...

Any additional recommendations?


I find the materials online display features and implementations but are lacking architectural depth, and am seeking more comprehensive resources.

By architectural depth, I mean that I cannot watch a video and then code something right away. I'm left guessing...

Any additional recommendations?


have you see this tutorialhttp://ajax.asp.net/docs

regards.


I haven't yet, for fear of wasting much more time on videos that show what can be done but don't show how to do it clearly.

I shall take the time to look this section over.

ty

Saturday, March 24, 2012

how can postback use ajax.net beta2

in atlas

var postBack =new Sys.WebForms.PostBackAction();

postBack.set_target("ctl00_MainContentHolder_btnAccAdd");

postBack.set_eventArgument('');

postBack.performAction();

but beta2

Sys.WebForms.PostBackAction object not exist

how can i do it?

hello.

xml-script and actions are defined in the value-added bits. download the november ctp and install it. thena dd the previewscript.js file to your page and everything should work ok.
o~ thank you very much~~Big Smile