2
Answers

How to load dropdownlist at page load event,dropdown are in gridview footer row

B M Suchitra

B M Suchitra

13y
4.4k
1
Hi,

I have a gridview with 4 dropdownlist and placed in footer row. I need to load these dropdownlists at page load. How to do it? Initially gridview does not have any data or is not binded to any data source but has just the dropdownlists
Answers (2)
0
B M Suchitra

B M Suchitra

NA 507 339.8k 13y
Hi Pankaj,

I have tried that but it did not work for me. Actually what i am trying to do is. I am not binding the gridview to any source but i need to have dropdownlist (4) with data from sql table. Should i use empty data template to display the gridview but the gridview should have dropdownlists populated from database. No other datt is there in gridview except for the dropdownlists which are populated.. Please give me some idea where am i going wrong?
0
Pankaj Rana

Pankaj Rana

NA 671 243.8k 13y


use RowDataBound event to bind dropdownlist