Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Nav Control - Windows Forms
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Nav Control - Windows Forms
Miscellaneous
Thread ID:
00912388
Message ID:
00912388
Views:
29
I have added a Nav Control to my windows form.

I have add the following code :
public Clients_Maintenance()
{
	this.oClients = (Clients)this.RegisterBizObj(new Clients());
	//
	// Required for Windows Form Designer support
	//
	InitializeComponent();
	this.NavControl = this.grdResults;
}
But my nac control still stays disabled.
The gird doesn't have any data in it when the form loads. It si set with and EmptydataSet
After the user starts to type in a text box then the grid gets data.
But my control still doesn't become enable.
I want to have the second tab be able to navigate the records that came back from the server.

I hope i have provided enough info.

thanks,
Shawn Dorion
Geo Sektor Dot Com
Website: http://www.geosektor.com

Web Hosting Plans
Visit : http://WebHosting.Applications4u.com/
Next
Reply
Map
View

Click here to load this message in the networking platform