Posted on: 4/1/2014 6:03:00 PM | Views : 454

Hi
I must have tried every option (except the right one ;-)
Where do I put the update panel to stop the autopostback refreshing the whole form

Here is an example you can run and I hope tell me what I'm doing wrong
This works fine (run it and see)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <%@ Page Language="C#" %> <html dir="ltr" xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <script type="text/javascript"> function SelectDivs() { var numdivs = 3; var num = document.getElementById("DivSelector").value; for (var i =1; i<=numdivs; i++) { var which = "MyDiv" + i; document.getElem ...

Go to the complete details ...