Prevent user from changin page

  • Thread starter Thread starter Guest
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top