G
Guest
Hello,
I want to understand teh benefits of ajax technology. Does anyone has a good
website where AJAX EXTENSIONS is worked out so I really understand it.
There a 2 main questions:
1) How about the form load event. Why should it fire when I put a button in
a update panel? Is this necessary and is only the other controls related to
the update panel send back? Or the whole page (If this is true I really do
not get it). But please answer me.
Is het neccesary to execute the form_load full, or is it possible to get
some more information (variables) which let you know to execute the Full
form_load or just a part.
2) I'm using usercontrols and within a user control I want to use ajax. But
my serverusercontrols uses CreateChildControls and all controls are loaded
during runtime. My code looks like:
Dim label1 As New Label
Label1.ID = ClientID + "L1"
Label1.Text = lblName
so all checkboxex hyperlinks, textboxes are dimension in the
CreateChildControls is it still possible to use AJAX?
Thanx
ton
I want to understand teh benefits of ajax technology. Does anyone has a good
website where AJAX EXTENSIONS is worked out so I really understand it.
There a 2 main questions:
1) How about the form load event. Why should it fire when I put a button in
a update panel? Is this necessary and is only the other controls related to
the update panel send back? Or the whole page (If this is true I really do
not get it). But please answer me.
Is het neccesary to execute the form_load full, or is it possible to get
some more information (variables) which let you know to execute the Full
form_load or just a part.
2) I'm using usercontrols and within a user control I want to use ajax. But
my serverusercontrols uses CreateChildControls and all controls are loaded
during runtime. My code looks like:
Dim label1 As New Label
Label1.ID = ClientID + "L1"
Label1.Text = lblName
so all checkboxex hyperlinks, textboxes are dimension in the
CreateChildControls is it still possible to use AJAX?
Thanx
ton