AJAX :: Disable Whole Tabcontainer (disable Click)

May 11, 2010

I have a problem with disabling the tabcontainer.

The problem is that, if a user haven't selected anything, the whole tabcontainer must be disabled. If I disable the tabcontainer it in de codebind, the tabcontainer grayed out but the user can click the tabs.

I can disable one tab in javascript but how can I disable the whole tabcontainer?

View 1 Replies


Similar Messages:

AJAX :: How To Disable Tabcontainer Tab From Server Side

May 12, 2010

Working on a DNN website. Long time VB programmer new to ASP and Web Development.

I have a page with 2 modules on it one to select records and the other to show records details. there is also an add button on the select module for adding new records. the detail module has a tabcontainer with 5 tabs on it and if the user is adding a new record I want to disable the first tab. At all other times I want the user to have access to the first tab. The user clicks a button that uses OnModuleCommunication to start adding the new record. All my code is server side so when they click the button I clear all the fields and enable them all for editing but I have not been able to set the tabcontainers tab to enabled=False

[Code]....

and if it is in the correct location I do not want the button on the page to be seen like it is I want to call it from the server side so the user has no choice.

View 2 Replies

AJAX :: Disable CalendarExtender On Button Click

May 7, 2015

How to disable the calenderextender if the textbox is disabled.suppose if consider the following code,

<asp:TextBox ID="txtstartdate" runat="server"></asp:TextBox>
<asp:CalendarExtender ID="txtstartdate_CalendarExtender" runat="server" Enabled="True"
TargetControlID="txtstartdate" Format="dd/MM/yyyy" DefaultView="Years" BehaviorID="StartDate">

if the textbox is enable user can pick the date..if it is disable then user should not be allowed to pick the date...

View 1 Replies

Disable The Page Refresh Due To ActiveTabChange Of TabContainer Inside UpdatePanel?

Jun 3, 2010

I am using AJAX TabContainer control with following settings. When I change a tab the postback happens and whole page refreshes. Because AutoPostBack="true"> . To AJAxify the behavior, I added UpdatePanel around it but still the page is refreshing. The control need to go to server because user controls contains some grids which need to be populated.

<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
<asp:UpdatePanel ID="upTLTop" runat="server" UpdateMode="Conditional">
<ContentTemplate>

[Code]....

How can I disable the page refresh and at the same time server side operation happens in this case?

View 1 Replies

Web Forms :: How To Disable The Page Refresh Due To ActiveTabChange Of TabContainer Inside UpdatePanel

Jun 3, 2010

I am using AJAX TabContainer control with following settings. When I change a tab the postback happens and whole page refreshes. Because AutoPostBack="true"> . To AJAxify the behavior, I added UpdatePanel around it but still the page is refreshing. The control need to go to server because user controls contains some grids which need to be populated.

[Code]....

How can I disable the page refresh and at the same time server side operation happens in this case?

View 3 Replies

Javascript Disable Checkbox Not Working After Codebehind Disable?

Aug 25, 2010

I have a simple javascipt which enables/disables some checkboxes when another checkbox ticked/unticked. This works fine, however, in some instances when by page is loaded my code behind disables the same check boxes. When this happenes my original check box nolonger seems to have any influence in enableing or disabling - there is no error and all the elements seem to be found by the javascript - it just doesn't enable/disable the checkboxes.

View 5 Replies

Asp.net - Disable NumericUpDownExtender After First Click?

May 25, 2010

I'm using NumericUpDownExtender inside updatepanel which is inside repeater displays comments on article. I use NumericUpDownExtender as thumbs up/down and I need to disable it after first click so that no one can rate the comment more than once.

View 1 Replies

Web Forms :: How To Disable Button On First Click

Sep 13, 2010

I have this below piece of code which fires on second time but not first time for me. I am using it as a login button checking for Username n password validations.

I don't want to use javascript:

[Code]....

View 3 Replies

How To Disable Refresh Click Sound

Jun 29, 2010

I have ap age I wrote that is a dashboard, so I have the whole page refresh itself rather frequently so the data doesn't get stale. The guys in our dispatch though who are using have lot's of audible alerts, so they keep their volumes way up, and even if it is in the background, the page makes a noise every time it refreshes, and it is driving some of them nuts I guess.

View 1 Replies

Javascript - Disable Right Click On Webpage?

Mar 21, 2011

Possible Duplicate:

How do I disable right click on my web page .

is it possible to disable the right click on webpage's control like textbox, link etc. using Javascript.

View 1 Replies

Web Forms :: Disable Right Click On Webpage?

Feb 14, 2010

i want to disable right click of my web page in asp.net. it should be work in all the browsers....

View 7 Replies

Disable Listbox's Click Event?

Mar 28, 2010

I have a listbox which acts as a list of items. If you click on some item, it's contents are shown in the panel on the right (few textboxes etc.). I need to have a validation on these controls as all of them are required fields. And I do have it. The problem is that, even when the validators are not valid, user can click the listbox and change active index (that doesn't have impact on the panel on the right, as SelectedIndexChanged isn't fired). The validators are standard RequiredFieldValidator with their Display property set to "Dynamic". So, what I want is to disallow the user clicking on the listbox and changing the index untill all validators are Valid. What would be your solution for that? Is that even possible?

View 1 Replies

Web Forms :: Disable All Click During A Postback?

Jan 13, 2011

I have a master page containing menu items and if i click on any menu item then postback happens(it's not an asynchronous postback) that page loads in the content area. Now, if the page has taken some time to load and the user again clicks some other menu, then at some cases, it is crashing. So what i want to do is when postback is happening, I want to restrict the user to click anywhere on the master page or content page. We have achieved this on asynchronous postback.... But cant find a solution during postback.

View 3 Replies

Web Forms :: How To Disable Submit Button On Click

Mar 2, 2011

I have a form with client side validation. I need to disable sumbit button on click to prevent duplicates

[Code]....

[Code]....

When I use this script all client side validations get skipped.

Is it possible to disable button and have the validation working?

View 4 Replies

Web Forms :: How To Disable One Button After Fisrt Click In A Day

Oct 10, 2010

i want the submit button be disable after user click one time , i meant i want 1 user has rights to submit onetime only in a day .

View 11 Replies

JQuery :: Disable Click On Table Rows?

Feb 23, 2011

I'm trying to disable the onclick event on a ASP.NET gridview that has this in code-behind:

[Code]....

This is HTML markup generated:

[Code]....

I use the following jQuery code, but the mouse click would still postback, triggering the SelectedIndexChanged event on the server-side:

[Code]....

It seems the postback has occurred prior to the jQuery code kicked in. How can I prevent the postback?

View 4 Replies

.net - Disable Right Click In File Explorer Telerik?

Aug 30, 2010

Greetings everyone, i just wanna ask.. how do i disable the right click property in a telerik file explorer... what i want to achieve particularly is to restrict the user from deleting a file or folder.. i managed to hide the delete in toolbar but not in the right click..Below is the code i did for hiding the toolbar items.. but disabling the items in the right click.. that's my problem..

Private Sub HideToolBarButtons()
' Hides toolbar buttons
Me.FileExplorer1.ToolBar.Items.FindItemByValue("NewFolder").Visible = False
Me.FileExplorer1.ToolBar.Items.FindItemByValue("Delete").Visible = False
Me.FileExplorer1.ToolBar.Items.FindItemByValue("Upload").Visible = False
End Sub
Protected Overrides Sub OnLoadComplete(ByVal e As EventArgs)
MyBase.OnLoadComplete(e)
HideToolBarButtons()
End Sub

View 2 Replies

Disable Submit Button In Case Of Multiple Click (C#)

Dec 3, 2010

My Problem is ,I have a simple web form, which contains two textboxes and a button.there are some asp.net validator controls on page.so i want client side disabling of button when all validation is done.and also after disabling of button, i am executing some server side code.All of this is working fine but, in case when I set postback url of button it gets fail. bellow is some part of coding that will give you some brief idea.

I wanted to make this functionality in composite control

here is button class

[code]....

View 1 Replies

Enter Only Numbers In TextBox Using JavaScript Without Disable Right Click?

May 31, 2010

I want to allow numbers only to be allowed for a textbox and I already do it onkeydown event by allow only numbers and prevent ctrl+V but I have two problems: if I make right click then paste so any char can be entered and I want a solution without disable right click by oncontextmenu="return false;" if I drag and drop any text it will be entered

View 2 Replies

Disable TextBox On Client-side Click On CheckBox?

Apr 3, 2010

How to disable asp:TextBox on client-side click on HTML checkbox or server-side asp:CheckBox using JavaScript?

<script type="text/javascript" language="javascript">
function enableTextbox() {
// ?[code]....

View 3 Replies

Web Forms :: Disable Right Click With Message Window Along With IP Address ?

Oct 6, 2010

I want to disable right click on my website and would like to display a popup window on right click, along with the person's IP address who right clicked on my website, how to accoplish that ?

Till now i have added this script on my master page which disable right on I.E but doesn't popup any message window and it works in mozilla and shows popup. why message is not poping up in I.E ?

<script type="text/javascript">
var message = "Right Click Have Been Disabled!";
function clickIE() { if (document.all) { alert(message); return false; } }
function clickNS(e) {
if
(document.layers || (document.getElementById && !document.all)) {
if (e.which == 2 || e.which == 3) { alert(message); return false; }
}
}
if (document.layers)
{ document.captureEvents(Event.MOUSEDOWN); document.onmousedown = clickNS; }
else { document.onmouseup = clickNS; document.oncontextmenu = clickIE; }
document.oncontextmenu = new Function("return false")
</script>

and how to add feature of displaying I.P address of person who right clicked ?

View 8 Replies

Web Forms :: How To Disable The Button And Run Processing Code During The Click Event

Dec 16, 2010

Situation:

1) Click on 'Check' button and the button will disable

2) Run a processing code(for checking) and once it is done, navigate to a new page(NewPage2).

Here are 2 code situations (1):

[Code]....

and if I do this way (2),:

[Code]....

it will navigate to NewPage2.aspx, but during the execution of the processing code, ButtonCheck control will not be disabled as the Click Event has not finished, and I want it to disable during the checking process. If the 1st option is executed, it will throw to me "Response is not available in this context."? HttpContext is null for (1). In my opinion, I think that the navigation does not recognise the response object as it is in a thread and has exited out of the buttoncheck event. But I'm still not sure why.

how to disable the button and run processing code during the click event and be able to navigate to a new page?

View 2 Replies

Web Forms :: How To Disable Or Skip Page_Load Event When Button Click

Nov 19, 2010

Every time we click on a button. the Page_Load will fire first.

For my case, I have some controls added programmatically to the GridView, when the button click, the Page_Load event fire, my controls just go away.

View 3 Replies

How To Disable Export MS Excel Option On Right Click In Browser Using Javascript

Jun 14, 2010

Is there any javascript to disable "export to microsoft excel option" on right click in browser. though it can be done using web.config

View 1 Replies

How To Disable Double Click In Flowplayer 3 In Full Screen Mode

Jun 16, 2010

How to disable double click in flowplayer 3 in full screen mode?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved