0

We want to show Some fields of table in Detail view layout and want to update every fields individually. can we do this in asp.net

Martin
  • 11,031
  • 8
  • 50
  • 77

2 Answers2

2

Use UpdatePanel and ScriptManager.

See here for details:Introduction to the UpdatePanel Control

huMpty duMpty
  • 14,346
  • 14
  • 60
  • 99
WojtekT
  • 4,735
  • 25
  • 37
1

Make use of AJAX that will do the task for you ...

You can make use of AJAX-Toolkit control UpdatePanel to do the partial update of your page. Also check : Implement ASP.NET AJAX with the UpdatePanel control

Community
  • 1
  • 1
Pranay Rana
  • 175,020
  • 35
  • 237
  • 263