Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7885971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T05:12:16+00:00 2026-06-03T05:12:16+00:00

I disabled the PositionItem box by using BindingNavigatorPositionItem.Enabled = False But each time I

  • 0

I disabled the PositionItem box by using

BindingNavigatorPositionItem.Enabled = False

But each time I click to next row, it’s being enabled again.

I even tried to force it to be disabled by adding

 Private Sub BindingNavigatorMoveNextItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BindingNavigatorMoveNextItem.Click
    BindingNavigatorPositionItem.Enabled = False
 End Sub

How can I make control if it’s enabled or not?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T05:12:17+00:00Added an answer on June 3, 2026 at 5:12 am

    Ref: MSDN – disable binding navigator

    BindingNavigator button’s Click events has been default encapsulated behaviour to set other buttons’ Enable property based on BindingNavigatorPosition, So you can either set the Me.BindingNavigator1.PositionItem.Available = False or BindingNavigatorPositionItem.Visible = False.

    You can override the functionality of the events as:

    Private Sub BindingNavigatorAddNewItem_Click(ByVal sender As Object, ByVal e As EventArgs) Handles BindingNavigatorAddNewItem.Click  
      BindingNavigator1.BeginInvoke(New MethodInvoker(AddressOf DisableItems))  
    End Sub 
    
    Private Sub DisableItems()  
      BindingNavigatorMoveFirstItem.Enabled = False 
      BindingNavigatorDeleteItem.Enabled = False 
      BindingNavigatorAddNewItem.Enabled = False 
      BindingNavigatorMoveLastItem.Enabled = False 
      BindingNavigatorMoveNextItem.Enabled = False 
      BindingNavigatorMovePreviousItem.Enabled = False 
      BindingNavigatorPositionItem.Enabled = False 
    End Sub`   
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I disabled the click event of image using unbind method. But I don't know
having problems with .prop(disabled, false) it's works fine in opera and firefox but IE
i have disabled the radio buttons on the click of previous radiobutton but i
I want to toggle disabled/enabled for a form based on a users click of
i disabled the draggable and resizable events on a box but once you use
i have disabled all the checkboxes except one. On click of that checkbox i
How to remove disabled attribute from textbox in asp.net MVC during run time In
Disabled buttons look enabled in Firefox and Chrome. I opened the same page in
I disabled the tab like this: $(#tabs).tabs({ disabled: [1, 2] }); But when I
I've disabled validateRequest in my web.Config, but the app is still firing the error:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.