AJAX :: Scroll At Bottom - The Validatorcallout Is Displayed Above The Textbox Which Is Assigned
Aug 18, 2010
Im using a ValidatorCallOutExtender for validate a ASP:textbox, but I have the problem when the scroll is at the top of the page, everything works fine, but if the scroll is at the bottom the validatorcallout is displayed above the textbox which is assigned. I tried adding a CSS mentioned in several places, a script that runs when the page is loaded, so as to put the SetFocusOnError = "true" but nothing has worked, the error occurs in all browsers.
I used timer to refresh page every 5 second.. but due to timer my multiline textbox doesn't scroll down bottom even though i used javascript to scroll to bottom..
I have an ajax calendar in the middle of my page. I already wrapped it in a div with position:relative but the calendar doesn't show up unless the scrollbar is at the bottom.
i have made a simple chat class but for displaying the msg i use a textbox but by ajax and page post back the scroll bar moves up and its very unprofessional so i need a way to set my returning function string to be displayed in div with scroll bar
I'm using Update Panel.It contains a modalPopupExtender that use to insert new username.When i click on button, it will check if username exist .If username exist ,I want to ValidatorCallout show.But it doesn't show.here's my code
i added autocomplete extender its working fine but the suggestion list half bottom is not showing because its exceed the length of the div containing textbox
The horizontal scroll bar is always visible weather there is text or not, in a disabled mode.
And the vertical scrollbar of textbox flickers when I am moving my mouse cursor over anchor tag <a />. For textarea control the scroll bar automatically goes up. I am hiding and showing a div tag on click of anchor tag.
I have a form that allows users to enter replies and then display them. I would like the entry and display fields to be multiline but limit the number af characters and not display the scroll bars??
as far as I see there is only one "Color" property for all borders of the RoundedColorExtender. I would like to use the rounded corners around an element with a slight color gradient, so the bottom border must use a different color. Is it possible to get this done without touching the control source?
i have a multiline textbox with scrolling enabled and everything works fine in internet explorer but in mozilla firefox it doesnt scroll . whats the problem?
We implemented Modal Popup in Sharepoint 2007 as a part of one of the User controls. Issue that I am facing is on IE7 the popup appear on botton left hand side of the browser screen. Popup itself is grayed. It works fine in IE 6 i.e. popup is center positioned and enabled Does any body know if this is a known issue with IE 7 and how to rectify this issue? below is the ASCX code for the user control
After I browsed and selected file to upload using FileUploader control and pressed submit button, I found the textbox built within the Uploader control is blank still.
Is there way to display the file name text in that built-in textbox ?
I have a wierd issue with a ModalPopupExtender. I am using a GridView and a DetailsView Control inside a ModalPopupExtender to show the details. After I Hide the ModalPopupExtender it renders at the bottom of the page. The popup works fine, just when i close it it moves to the bottom. If i click on another item and close it, it just builds at the bottom of the page. If i click Save it closes and falls to the bottom of the page and my Update sql statement contains all the values of the below popups. Wierd huh!
I have tried both using the OKControlID and creating an event handler to do a ModalPopupExtender.Hide(); neither works. I have used the ModalPopupExtender a number of times and have never seen this happen.
I have an issue that may be tied to layering of ajax controls. On my page I have a Modal Popup that displays and has multiple input fields on it.One of which is a dropdown list that shows one of two sections OnSelectedIndexChanged. One section has a button that calls another Modal Popup with inputs.
When I cancel/close the 2nd Modal Popup and change the value of the dropdown list the Popup's panel displays at the bottom of the page.I have tired hiding the panel, calling the mpe.hide(); etc but cannot get this panel to stop displaying.
I am having a "TextBox" a "Label" and a "Button" in my aspx page. If I enter some values into the textbox, then that value should be displayed in the label...and again I enter some values in the same text box, that value should be displayed without disturbing the first value and so on...