Howto add postbackurl equivalent property to <div runat="server" />
Posted
by Snoop Dogg
on Stack Overflow
See other posts from Stack Overflow
or by Snoop Dogg
Published on 2010-04-27T18:14:50Z
Indexed on
2010/04/27
18:33 UTC
Read the original article
Hit count: 340
I need a div element to cause postback to the server. I can use window.location tough but then I think I won't be able to fire any event back on the server. How can I call the asp.net generated dopostback function properly? Thx in advance
© Stack Overflow or respective owner