InterviewSolution
Saved Bookmarks
| 1. |
What Is Update Panel? |
|
Answer» Update PANEL is a server CONTROL USED to update the specified portion of a web PAGE. Script Manager NEEDS to be used whenever update panel is used. Using update panel, user cannot handle outside controls. Update panel is a server control used to update the specified portion of a web page. Script Manager needs to be used whenever update panel is used. Using update panel, user cannot handle outside controls. |
|