Compare Drop Down Values With in Grid View

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • snkn
    New Member
    • Jul 2012
    • 1

    Compare Drop Down Values With in Grid View

    I have a Grid View .With in a gridview i'm using dropdownlist , i connect my grid to DataBase now i get the values in my dropdown, for ex i have a 10 records in my grid
    like 1,2,3,4,5,6,7,8 ,9,10
    now i changed the value 4 to 2 . now 4 is changed to 2, then 2 is increment by 1 , and 3 is increment by 1 automatically ,
    again i changed the value 4 to 7. now 7 is decrement by 1, 6 is decrement by 1,5 is decrement by 1 upto my selected value. plz help me to do this
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    I'm not sure what you are trying to accomplish.

    Are you trying to change the order of your rows?

    -Frinny

    Comment

    • lyodmichael
      New Member
      • Jul 2012
      • 75

      #3
      you select 4 in your dropdown right? or you just select the value in the datagrid then select the value of the dropdown to change the data? hmm, do have any query making this happen ?

      Comment

      Working...