Language--> C#, asp.net
Framework -> .net Framework 4.0
Problem-
can not see updated records after inserting a new record
Impact-
Users Can not see new records and inserts multiple records
Solution--
After successful insertion of record you need to rebind the repeater or any other data-bound controls.
And you must see all the new data inserted by the user.
And not only after inserting after each SQL statement you fire on database. you Must rebind your control.
Framework -> .net Framework 4.0
Problem-
can not see updated records after inserting a new record
Impact-
Users Can not see new records and inserts multiple records
Solution--
After successful insertion of record you need to rebind the repeater or any other data-bound controls.
And you must see all the new data inserted by the user.
And not only after inserting after each SQL statement you fire on database. you Must rebind your control.
No comments:
Post a Comment