473,403 Members | 2,338 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

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 selectindexchangedevent 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..when empno selected from combobox..
plese give me any information regarding this.. in asp.net with c#..
thanks in advance.
Sep 24 '07 #1
2 870
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




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 selectindexchangedevent 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..when empno selected from combobox..
plese give me any information regarding this.. in asp.net with c#..
thanks in advance.
Sep 25 '07 #2
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
Sep 25 '07 #3

Sign in to post your reply or Sign up for a free account.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.