Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Filling the Combo Box

Status
Not open for further replies.

BiniamTek

IS-IT--Management
May 16, 2003
22
0
0
US
Hi.

1. I have put a combo box on my web form. How do I fill it with data?

This is what I tried but nothing happens.

in Page_Load

if (!IsPostBack)
{
bttComponent.FillDataSet(custDataSet1);
drplCustomer.DataBind();
}

2. I have a DataGrid that has paging enabled. When I press next (on the enabled navigation), the first 10 are refreshed instead of the next ten. What is the command for this?

Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top