Hello,
I have gridview which displays several records. However now i want to differenciate those records in section A and Section B.
How can i do it in the same Gridview...? EX...currently my grid displays 6 records...when the user views the grid i want the user to
recognize which record belongs to Section A and which to Section B ...like
Section A
--------------
XYZ ABC Edit
Section B
--------------
LMN YUT Edit
Else,
I am planing to take another grid and display the records of Section B in that grid. However, i want to use the same code that i have writeen
on the Edit event of Section A grid...so instead of rewriting the code again sepeartely for Section B grid edit event...can i call the code written under section A grid edit event from section b grid edit event??
Please help!
Best Regards,
Rohan Laghate