D
Davíð Þórisson
hi
in my old Asp pages I used Jscript as below that is a single .asp page would
contain various subcodes. Is it the same in Asp.net?
switch (Request.QueryString("handler").Item)
{
case "load":
...
break
case "save":
...
break
}
in my old Asp pages I used Jscript as below that is a single .asp page would
contain various subcodes. Is it the same in Asp.net?
switch (Request.QueryString("handler").Item)
{
case "load":
...
break
case "save":
...
break
}