cridley
09-25-2006, 11:09 AM
Hi, I've literally just started my first asp.net app so I guess I haven't' a clue.
I'm keen on using atlas as I like ajax. I can get a Datagrid to be filled in via a webservice etc etc. so I've figured out some of the basics.
What i want to do is have a treeview which, when I select a node, makes an ajax call (so I can fill in said grid depending on what node is selected) rather than reload the page via a postback call (basically each node would simply call a javascript function on onClick, and not at the same time be a link to the postback function).
Any ideas?
I'm keen on using atlas as I like ajax. I can get a Datagrid to be filled in via a webservice etc etc. so I've figured out some of the basics.
What i want to do is have a treeview which, when I select a node, makes an ajax call (so I can fill in said grid depending on what node is selected) rather than reload the page via a postback call (basically each node would simply call a javascript function on onClick, and not at the same time be a link to the postback function).
Any ideas?