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
Asked
Active
Viewed 1,291 times
0

Martin
- 11,031
- 8
- 50
- 77

ramankumarsingla
- 21
- 2
-
As new user just suggestion, dont forget to mark answer as accepted if you got the info you want.... – Pranay Rana May 04 '12 at 11:35
2 Answers
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