G
Guest
Visual Studio 2003 .Net, C# windows based:
I have a tab control on my main page, on the first page is a datagrid
displaying records, on the second page is a detail page showing the record
details for the record selected on the first page.
The second page is for adding and updating the records displayed on the
first. Once in add/update mode, I dont want the user to be able to change
the page. I am new to the world of .Net, so I am not sure waht can and cant
be done. In my previous language I could disable and enable the tab pages,
is this possible here? Alternatively I guess I could just message out to the
user and warn him not to, which event would this be in?
Thanks
I have a tab control on my main page, on the first page is a datagrid
displaying records, on the second page is a detail page showing the record
details for the record selected on the first page.
The second page is for adding and updating the records displayed on the
first. Once in add/update mode, I dont want the user to be able to change
the page. I am new to the world of .Net, so I am not sure waht can and cant
be done. In my previous language I could disable and enable the tab pages,
is this possible here? Alternatively I guess I could just message out to the
user and warn him not to, which event would this be in?
Thanks