I am embedding a popup extender inside a tab...simple enough - for some reason the content is visible when the page loads - it can be dismissed by selecting the button and then dismissing the popup. Everything works in compatability mode.
I can't tag the panel as visible=false as it is no longer rendered at all.
I have a user control in which i have implemented Cascading dropdown. It works perfectly fine in IE but doesnt in Firefox. I am using webservice to get my data for the dropdowns.
I am developing the asp.net mvc application . my one of forms requirement is that:
It has dropdown filling up with let say A,B,C values. If selected A then on UI there should be 2 text boxes should be visible and other should be invisible , if selected B, then must be add another 2 text boxes , i this way there should be 4 text boxes. same for selection of C.
I able to get the selected value by
[code]....
What I have to do. I tried hide() show(), but i think it is not working for me.
I have a menu navigation bar with drop down menu in asp.net project.i have done this with jquery.To get into this page i have 5 hyperlinks in previous page. when i click on one of the hyperlink and enter the navigation bar page,i need to make dropdown visible to false. i dont have any idea related to this.
I Have the gridview control with 2 dropdown list and 2 text boxes,When the textbox chnaged event happen 1 row will create and the dropdown back to initial values( its not retaining the selected values),I am binding the control after text changed method,Is there any properties needs to be set or any other way we can retain the values in postbacks?
I have a masterpage that contains all my dropdown menu controls. The 2 largest browser hits on my site are IE and Firefox (in that order). I just recently updated to the latest version of Firefox and now... my dropdown menus no longer appear with Firefox but still do with IE.
There is nothing strange going on with my masterpage and it used to work fine in both IE and Firefox. Not too sure what is going on and can't seem to find anyone else who has posted on this subject.
After launching my first ASP.NET site (www.oldfutures.com), I have noticed that the dropdown menus of my NavigationMenu web server control don't appear in Internet Explorer or Google Chrome... however, they show up and work fine in Firefox. Looking at the page source I found the following line that I think might be responsible:
I have noticed that all of the menu items with submenus include a tag for ".ct100_NavigationMenu_0", and all of the submenus don't appear as they should. They simply appear white, and none of the options of the submenus function. The problem is that I don't know where that code is being generated from. I can't find any settings where that is set up. It must be generated by ASP.NET 3.5, but I don't know where from, nor how to change it. Is this line indeed the problem? If so, how do I fix it? Is there some other line in there that is the problem? I've been trying to figure this out for a while and feel like I'm beating my head against a wall. Could anyone take a quick look at my site and see if you can figure it out, or at least point me in the right direction?
I have a drop down list with two options Score and status. On selecting score select score i display a MultihandleSliderExtender to select the score range ex: 10 to 20 and on selecting status i display dropdown list . On displaying one option i make the other as not visible.
Now comes the problem in Firefox (works properly in IE) when i select score and then try to change my option to status it does not allow me to do so i.e the mouse over event on the dropdownlist is not working.
I have found an odd bug in my application. I have a dropdown status which is bound to my gridview. On selecting a status from the dropdown the selectedindex then fires and binds the results to the gridview.Now the strange behaviour in firefox and not IE:If I have a dropdown open and an ajax update fires on my gridview the option is selected from the dropdown (just by hovering my mouse over it rather than selecting it) and the results bound to the gridview. This does not happen in ie as you should have to physically select an item from the dropdown rather than firefox selecting it for you because you happened to hover over an option when the update event fires.
in a web form, i am having two drop down controls, and in the first one control i am having, state names like some thing, and in another i have to fetch the concurrent city names for the first control, like if i select city name as 'A' it must fetch the related city names for the 'A' how could i do this.
If a control (say a label or textbox) is set to visible = false then
1. Is the value specific for each user(like session) or for whole application?
2. If it is user specific, then how is the value kept across multiple Http requests? is it by session management(cookie or URL rewritting) or viewstate?
3. If it's by viewstate, does that means users still have chances to modify the 'invisible' control's value?
4. If it's by session management, I can't depends on the 'invisible' control's value unless I am 100% sure cookie or URL rewritting is working, right?
Whenever you turn off the visibility of a column in Gridview, on Edit, the value becomes null because its never bound. The only way I know of stopping this behavoir is to put it in the DataKeyName list. Is there any other way to prevent this? I have quite a few columns that will not be displayed in this "release" but I want there for future extensibility. Also, in some cases these values will be used for calculations but the user should not see them. Is there no toggle property for "non-visible" items to remain "unchanged" or something of the sort?
I've created a gridview having an Id column whose visible property is set to false, because I don't want users to see that column. Now when user clicks on the edit button in a particular row I want to fetch the id of the cell in the Id column of that particular row. So, for that purpose I used -
In the above code, Cells 0th index is the column index whose visible property is kept false. Now the problem I face here is that if the columns visible property is true then I can easily fetch the contents of that particular cell with the above code. But, in invisible mode I get only "" value i.e. I don't get the text or the content of that cell. Why does it happen? I don't face this problem with DataGrid Control used with 1.0 and 1.1 version. And how to resolve it or in this case is there another way of fetching the content of the invisible cell?
I've written a class that contains Select- and Update-Methods for an ObjectDataSource. The UpdateMethod receives an instance of a called class. My problem is, that only properties that are Bound in the DetailsView are set, the others have their default value.Here's my code:Class declaration:
public class Foo { public string Prop1 {get;set:} public int Prop2 {get;set;}
I have five menu items that i have created as a user control and placed on the master page. Now i want one of the menu items to be visible only for particular user role and not visible for others. Here is what I did. Its not working though.
Dim DST As New DataSet DST = dataObject.RunSPReturnDataSet("uspUserProfile '" & Session("UserID").ToString & "'", "mytbl") 'Dim US As New DataSet [Code]....
How can I keep the values in dropdown after a postback? I have this code:
[Code]....
The dropdonws is set to autopostback. How can i bind the dropdowns in a better way then I do now? When I post back the dropdowns are set to default value.
I have 2 dropdowns on my form, ddlMake & ddlModel. I want that ddlModel should have the corresponding value for which I have clicked the ddlMake dropdown, something like the cascading dropdown.
Now i need adding cusome values in dropdown. meantime. I had dropdown named like biodata, its consists of age, gender,sex, religion. Now i need add item name custom in Dropdown for users chooses its from dropdown another pop-up will appear, and it had some items in form and they filled it up thier details respectively. and click ok then The selected values are returned to grid.