Results 1 to 7 of 7

Thread: [RESOLVED] Bound Unbound gridview problem

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2009
    Posts
    45

    Resolved [RESOLVED] Bound Unbound gridview problem

    Hii
    I have a gridview in which 4 columns are bound and 2 unbound.
    Iam using VS2005 with vb.net

    HTML Code:
    Q1) How to get the unbound columns at the end of bound columns. (currently unbound columns are coming first)
    
    Q2) How to show the value of difference of two bound columns in unbound column.
    e.g) 
    TotalQty  QtyOrdered   Balance
    10          4               6
    15          8               7
    
    Q3) How to put condition in gridview column.
    e.g) 
    TotalQty  QtyOrdered   Balance   Order
    10          4               6          
    15          8               7
    
    if i put 8 in order column of first row it shows message that you cannot order more than total quantity
    
    Balance and Order are unbound columns.[QUOTE][/QUOTE]
    Last edited by sandy15981; Jan 3rd, 2010 at 11:14 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width