Web Forms :: Can Disable Dynamic Control
Jan 27, 2010how I can find and set enabled = false to a control I have created dynamically previously?
View 3 Replieshow I can find and set enabled = false to a control I have created dynamically previously?
View 3 RepliesI need a help in creating a vertical oriented Menu control with dynamic url's set in there Navigate Url property.Also i need to set the menu items as enable/disable in two different modes say edit/new.
I'm trying to debug some javascript problems, but the script manager compresses the javascript code making this difficult. I have set ScriptMode=Debug in the ToolkitScriptManager but this still happens. I am also using a Web User Control. Does anybody know how to disable the script compression for debugging purposes?
View 4 RepliesI have a site where I use a User Table. I want to be able to add users but not delete them - I need to update a filed in the database that said Is Deleted
View 2 RepliesI have an entity set of NotificationTemplates, and each one of these has a collection of zero-many SmsTemplate entities. When editing or viewing a NotificationTemplate, I have a link to View SMS Templates. That link takes me to a List view for the SmsTemplates entity set, filtered for the NotificationTemplate I was viewing.
How can I prevent the user changing this filter to show SmsTemplates for another NotificationTemplate? That is, I want the filter, but it must be read only. The drop-down just mustn't drop down, it must just display the name of the NotificationTemplate that these SmsTemplates belong to. To view SmsTemplates for another NotificationTemplate, the user must click View SMS Templates from that other template.
I am creating a button dynamically in my code and attaching a click event to it. However I have to prevent people to click it while there is a process going on. So when it is clicked once, it should be disabled and when the process ends it should be enabled. How can I do that?
View 4 Repliesusing the control in web application.
View 1 Repliesi developed a custom control (inherited from System.Web.UI.UserControl) which is used within a Gridview's TemplateField:
<sc:MyControl
runat="server"
id="my_ctrl"
AllowEditing="true"
NumberOfControls='<%# Eval("Count")%>' />
"Count" is an integer value from the GridView Datasource.
Based on this value i have to create some LinkButtons dynamically in my custom control (in Page_Init), which works very well when the value for NumberOfControls is hard-coded.
My problem is that the value of "Count" is not available (NumberOfControls = null) during Page_Init and therefore i can't decide how many controls there should be generated.
Is there any way to pass databinded values to custom controls so that they can be used earlier (as if the values were hard-coded)?
I have a text box, a range validator, and a button. The validator is hooked up and prevents the button from doing a post back if the text is out of the range, however I'd also like to enable and disable the button. Is this possible to do within client-side code?
View 12 RepliesI have a simple problem: I have a bunch of controls on a page and each one requires a validation. Also, I set control's enable=true/false programmaticaly, based on a checkbox . Now, I would like to disable the validation of a control if it is not enabled.
View 4 RepliesHow to disable the dates on the Calendarextender control ie: and only highlight the specific dates ( the date is coming from DB dynamically )
so if i have the dates like 5 , 8 , 24 , 28 Jan 2011 - i have to highlight these dates with background somecolor and change some text color, and disable other dates.
Is it possible to do this using CalendarExtender control I google but i didnt get any way of doing the above task, If not so which calendar control wil fulfil my requirement. and also i have to show the calendar similar to the calendarextender.
I have a page it contains some criteria part based on criteria click upon generate button data will displayed on gird
page also contains modify button where user can modify the grid data
once user clicks modify button the selected criteria part will disable
everything works as expected.. but i am not getting the disable control values during postback
how to get the values during postback?
I use some dropdownlist and radiobutton and textbox in my page.
I just put tabindex just for Textboxs now when I type text in Textbox1 and press Tab button it goes to dropdownlists and after that radiobuttons and after all that it goes to Textboxs according tabindex that I define for them...
I want disable tabindex for dropdownlist and checkboxs and I want just tabindex work for textboxs.
How I can do it?
How to get rid-off ToolTip showing when people hover over menu items in asp:menu navigation control? The ToolTip itself covers pop-out sub-menu and very irritating. ToolTip actually displays "description" from Web.sitemap. I thought to delete "description", but that would be nice to have for asp:SiteMapPath.
View 2 RepliesI have file upload and Radio button list controls in the page
Requirement:
When the page load, the file upload control has to be enable = false when I click on the radio button list's Yes option then it has to be enable = true and when No option is clicked then enable = false
Does anyone know of a way to disable validation for a step when a sidebar link is clicked?
I know there is a 'CausesValidation' property for linkbutton, but how would one apply it to the siderbar items?
I have a custom control with four checkboxlist(Country, City, Outlet, Stores) controls in it. The functionality is.. if a country is selected cities would be populated similarly outlet depends on city and stores depends on outlet. I am using the same functionality through out but in one webpage I need to disable the multi selection property of the country checkboxlist without disturbing others.Following is the javascript for the checkboxlist controls:
<script language="javascript" type="text/javascript">
function CheckBoxListSelect(cbControl, cbxControl)
{
[code]...
i want that when a user selects the file to upload then the text area of file upload control should get disabled,only the browse button should be enabled.i want to prevent the user to edit the path of the file upload control..
View 2 RepliesI have a checklistbox like this :
<asp:CheckBoxList ID="chklstSector1" runat="server" AutoPostBack="True" ></asp:CheckBoxList>
it allow multiple selection..i want it should select only one from list and does't allow multiple selection..
In asp.net(C#) i'm using masterpage and childpage.
in masterpage i used TreeView Navigation control to view the Childpage.
.What my doubt is......when i select the navgation control
my TreeView Control should be disable and when i click cancel button in Child page it will enable..
I have discovered that the NavigateUrl is encoding the URL when it render it. It is a bit of a problem for me in Denmark because we have domianname with special charters. ex. [URL] the hyperlink control render it like [URL]
View 4 RepliesI have developing ASP.Net Website and has a Webform with lots of controls. I have so many different controls on my page like buttons, textboxes, etc.
Now what happens is that generally on any form, when user hits Enter Key, it fires the first default button's click event or if focus is on any button, it fires that button click. I want to avoid this.
When user hits enter key on form basically nothing should happen. But let's say if he is entering into multiline textbox, that enter key should work to go to next line in that textbox.
I tried this.
[Code]....
but the problem is that then it disabled enter key for everything. But what I am looking for is that to avoid any button click event or any other postback to happen when user hits enter key while being on form anywhere. But Enter key should work when it is inside textbox or inside any such control.
i use ajax html editor control in my page.aspx
this is my text in editor control
i see, my text have "check gramma" by red line
i want to disable "check gramma" in ajax html editor control
I want to make checkboxes which are already Checked to non editable or readonly to true.
View 1 RepliesI don't know how to do this, I think I need to find the control first.
[Code]....