Rank: Advanced Member Groups: Member
Joined: 6/9/2007 Posts: 98
|
Hi,
How i can force a postback of the ItemChanged server event, when i run the editItem command on the clientside.
I must use this to post data from the clientside to the server, but i havn't an idee, how i can make this.
have you an solution for my problem?
Thanks Philipp
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
Pretty much all post back solution ends up with calling __doPostBack directly or indirectly. So you might want to look into that.
Thanks
|