gridviewfill

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jsreddy1
    New Member
    • Sep 2007
    • 1

    gridviewfill

    Heloo hai to everybody.. i face problem while fiing gridview ..
    problem: i have one combobox, i will fill this combobox on pageloadevent.. next i will selectindexchan gedevent from combobox... the thing is all the relating information displayed into gridview at run time dynamically..
    ex:empno displays in combobox while selecting empno all details will be displayed in grid view dynamically..wh en empno selected from combobox..
    plese give me any information regarding this.. in asp.net with c#..
    thanks in advance.
  • aliasruel
    New Member
    • Sep 2007
    • 73

    #2
    Hi,

    You can bind the object control that you inserted in gridview. You check on the property of you gridview and try open the databindings..

    Ruel




    Originally posted by jsreddy1
    Heloo hai to everybody.. i face problem while fiing gridview ..
    problem: i have one combobox, i will fill this combobox on pageloadevent.. next i will selectindexchan gedevent from combobox... the thing is all the relating information displayed into gridview at run time dynamically..
    ex:empno displays in combobox while selecting empno all details will be displayed in grid view dynamically..wh en empno selected from combobox..
    plese give me any information regarding this.. in asp.net with c#..
    thanks in advance.

    Comment

    • navneetkaur
      New Member
      • Sep 2007
      • 45

      #3
      hi u r thinking perfectly correct...bt 1 thing u can also do...jst take value of combobox in some variable 'd then pass it to DAL 'd show results in gridview

      Comment

      Working...