Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
SQL
If gvStudentDetails.FocusedColumn.FieldName = "StudentName" OrElse
              gvStudentDetails.FocusedColumn.FieldName = "DateofBirth" OrElse
                gvStudentDetails.FocusedColumn.FieldName = "DateofJoining" OrElse
                 gvStudentDetails.FocusedColumn.FieldName = "Dept" OrElse
                  gvStudentDetails.FocusedColumn.FieldName = "Description" Then
           dr("UpdatedBy") = "g"
       End If

for a single column.how can i pass this for EditedBy Column Also..
Posted
Comments
Rage 29-Apr-14 4:50am    
This is unclear. What are yuo trying to achieve ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900