AJAX :: Tab Container Control Not Working Properly

Nov 10, 2010

i try to use ajax tab container control in my project, but it throws error. its not working properly

View 3 Replies


Similar Messages:

AJAX :: Ajax Calendar Control Not Working Properly With Content Place Holder Of Master Page?

Dec 30, 2010

Ajax calendar control not working properly with content place holder of Master Page.Most of time Calender Control hides when mouseover with out changing date in content place holder of Master Page.same code works in normal aspx pages.

View 2 Replies

AJAX :: How To Update Progress Control Not Working Properly

Apr 6, 2010

I am experiencing problems with the Ajax Update Progress control.

My application is about writing some comments and uploading a picture and when the picture is the process of being uploaded I would like to show an update progress. This is my code:

[Code]....

- when the button is clicked I see the update progress message for a couple of seconds but the picture and the text are not uploaded- I need to click the button again in order to see my picture and text uploaded but in this instance I don't see the update progress message.

View 1 Replies

AJAX :: Collapsible Panels - Map Doesn't Show Up Properly Within Container When Content Panel Extended

Jun 11, 2010

I have implemented a collapsible panel which works properly. It collapse and it extends the content panel when the link corresponding to the information panel is clicked. Within the content panel I have an HTML table control containing several rows and columns. Within one of these columns I have added a container (a <DIV> tag) holding a Google map. Here is the issue:

The map does not properly show up within the container when the content panel is extended. It appears to be shifted to the left, not centered as it should be. Therefore, any attempt to place a point mark on the map (centering the map over that point mark) is unsuccessful since the map doesn't show properly in the container so the point mark is not visible. Even if I drag the map with the mouse within the container, it always reposition at a bad location. If I comment out the extender, leaving the panel as is, the maps shows properly within its container. It is the collapsible panel extender which makes the layout to be incorrect.

View 2 Replies

AJAX :: Control Editor / Error Unknown Server Tag On The Design Time, And Iat Runtime It Is Working Properly?

May 13, 2010

I have created a custom user control and place Ajax editor and override the class of ajax editor to disable few buttons in editor ,

i am getting the following error

unknown server tag on the design time, and iat runtime it is working properly,

View 2 Replies

AJAX :: Update Panel Within Tab Container Not Working?

May 19, 2010

I have a problem doing a partial page post back with an update panel within a tab container.

I am adding the control programmatically as follows

[Code]....

The controls are added to the tab container but the button now causes a full page postback. The button_click event is no longer called. Is there something I am missing here.

View 4 Replies

AJAX :: Tab Container ActiveTabIndexchanged Event Not Working On Serverside

Apr 4, 2010

I'm having asp.net ajax tab container in a datalist control with 4 tab panels. I set ActiveTabIndex to 0 on .aspx page, and using OnActiveTabChanged event in code behind, when the tab container tab index is changed, server side event is not working, when i debug the code, i can see the event is getting fired, even though i click the third tab, i'm getting Active TabIndex "0" only.

<cc1:tabcontainer
id="TabContainer1"
runat="server"
AutoPostBack="true"
Font-Names="Calibri"
ActiveTabIndex="0"
Width="710px"
CssClass="yui"
align="left"
OnActiveTabChanged="TabContainer1_ActiveTabChanged">
Server Side Code:

[Code]....

I need to load data only when tab index changes, this way i can reduce burden on whole page.

View 5 Replies

AJAX :: Trying To Get A Page Working Using A Tab Container And Multiple Tabs?

Apr 26, 2010

I'm trying to get a page working using a tab container and multiple tabs. So, I created a new blank page and pointed it to my master page. The master page has two content panels within it.

I'm adding the tab container in the top conent holder, but when I go to view the page, I get an error. Below is the error followed by the code.

The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).

Description:

An unhandled exception occurred during the execution of the current web request. review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).

Source Error:

[Code]....

Stack Trace:

[Code]....

Version Information: Microsoft .NET Framework Version:2.0.50727.3607; ASP.NET Version:2.0.50727.3082

[Code]...

View 1 Replies

Custom Control Not Working Properly

Jun 11, 2010

I have developed a ASP.Net Server custom control in C# for 3.5. named "myCheckBoxList" inherited from CheckBoxList web control. Working is very simple. It just works as a two option buttons. I have taken a CheckBoxList which will show two fixed checkboxes always. When I check one checkbox then another will uncheck as vise versa. This control works perfectly only when I have placed only one instance of that control on web page. If I place more than one instance of control then it doesnt works.

I need solution from expert minds from developers as stackoverflow users.

View 2 Replies

User Control Validation Is Not Working Properly?

Sep 14, 2010

In my Website I have header control (header.ascx) and footer control (footer.ascx).In header.ascx one textbox and one button is there. Textbox meant for accepting search string.

In footer.ascx one textbox and one button is there. Textbox meant for accepting Email-Id.

Now in validation of header.ascx I had done blank checking by JavaScript. And in validation of footer.ascx I had done blank-checking and e-mail checking by javascript.

In both the control the textbox and the button both resides under Panel control whose
DefaultButton property set to the respective button ids. So that if User write write something and press ENTER key from keyboard then it should do whatever respective Button_Clicks will do.

Now My problem is suppose I place the mouse cursor in footer.ascx's textbox and press the ENTER key it validates properly but after that if I place the cursor inheader.ascx's textbox and press the ENTER then it is not working. Again If I do the opposite then also first one will fire but in case of second it is not firing .......

View 4 Replies

AJAX :: Update Progress Is Not Working Properly?

Apr 22, 2010

I developed my application form in aspx page its such a huge form(6000 lines), I used update progress there for that updatepanel, But i cant able to see the update progress icon when i rendering the page.

[code]....

View 1 Replies

AJAX :: Updated Panel Not Working Properly In IE8

Jun 4, 2010

I am having a problem with partial postback through update panel, Update panel is not working properly in my asp.net app with IE8. But app works fine if i switch to compatibility mode of IE8.

View 5 Replies

AJAX :: Drag Panel Not Working Properly

Jun 26, 2010

<ajaxToolkit:DragPanelExtender ID="DragPanelExtender1" runat="server"
TargetControlID="PnlContainer" DragHandleID="PnlHeader">
</ajaxToolkit:DragPanelExtender>
<div id="div_disc" runat="server" >
<asp:Panel ID="PnlContainer" runat="server" BackColor="BurlyWood" Height="185px" Width="589px">
<asp:Panel ID="PnlHeader" runat="server" BackColor="Beige" Width="571px" style="text-align: center" Font-Bold="True" Height="24px">Drag me</asp:Panel>
<asp:Panel ID="PnlDetail" runat="server" Width="586px">

matter

</asp:Panel>
</asp:Panel>
</div>

it goes back to the orignial position on dragging if i use the style property , it does move but not as desired even with the click it movesdown nt able to deag and place as where needed.

View 8 Replies

AJAX :: Calendar Extender Not Working Properly?

Jan 20, 2011

the problem is that the calendar does not pop up when using the computer of my customer, but I have no problems with my computer (I tested it with firefox, IE 7 and IE 8).

I also tested the calendar from other 2 pc and worked fine, so what could be the problem?

Here is my code:

<asp:Image ID="calendarImg" runat="server" ImageUrl="stile/date_picker1.gif" />
<asp:CalendarExtender ID="cal1" TargetControlID="tb1" runat="server"
Format="dd/MM/yyyy" PopupButtonID="calendarImg">
</asp:CalendarExtender>
<asp:TextBox ID="tb1" runat="server"></asp:TextBox>

View 2 Replies

AJAX :: Threading Is Not Working With Update Panel Properly?

Jun 4, 2010

I have one button on my page. On click of this I need to run four methods parallely in four saperate thead and need to show the progress bar for each method. Also need to update the label controls form those threaded methods.

Also I need to user Update panel of AJAX control tool kit to avoid post back to user.

I have used the read pool for that. When I remove the update panel the code works fine and update four labels but when I put the update panel it is not updating the labels.

View 2 Replies

AJAX :: Drag Panel Extender Not Working Properly

Jun 24, 2010

have used drag panel externder in my asp.net web application

but ia m not able to achive the needed output

i am nt able to drag it as per desired

if i just click on it it moves down

[code]....

View 1 Replies

AJAX :: MaskedEdit Extender Is Not Working Properly In Chrome?

Mar 31, 2010

I'm facing an issue with chrome. I have multiview in which user control is loaded. This user control has one maskedEditExtender textbox (telephone textbox in ___-___-____ format). Issue is whenever the control is loaded i cannot see the masked feild but as soon i refresh the page I see it. I tried the script above but it didnt worked.

View 1 Replies

Forms Data Controls :: DataPager Control Is Not Working Properly?

Jan 25, 2010

all i am using Datapager control with ListView control in my application.where i bind my list view in page_prerender event. my problem is that Datapager control is showing the page records but when i click on the next page ( i.e. if i am on page 1 then clicked on page 2) it will not responding.

i am using my list view in update panel.is the problem with the update panel?

previously when i binded my Listview on pageload it work's fine.

"Actually i got the problem but i don't know the solution"

problem is that i am using mootools.js files when i disable these file my code is working fine but when ever i use mootools.js files with AJAX it gives me error.and some code is not working properly in my application....

View 1 Replies

AJAX :: MaskedEditExtender Mask Not Working Properly After Turning Off Readonly

Sep 24, 2010

I ran into a strange issue with the AJAX MaskedEditExtender control, the extender is used with the Mask="99/99/9999" and MaskType="Date". Initially when the page loads the textbox was set to readonly using textbox.Attributes.Add("readonly", "readonly") in the codebehind. After the page loads if the user clicks on a certain button it would change the textbox to editable using javascript code: textbox.readOnly = false. The strange thing is after that if you start typing in the textbox you can see the entire mask
(__/__/____) shifting to the right as you type. For example it looks something like this: 09__/__/____ instead of the normal 09/__/____.

If the textbox was never set to readonly in the first place this behavior won't happen. So it seems something got messed up when changing from readonly to not. I was able to reproduce this in a barebone aspx page with just the textbox, the mask extender, and a button that when clicked turning off the textbox's readonly. Anyone knows how I can fix this?

I'm using Ajax toolkit v3.0.30512

View 5 Replies

AJAX :: JQuery DatePicker Not Working Properly With Multiple UpdatePanels

Mar 26, 2016

Have some updatepanel that i have Datepicker inside it. Datepicker don't work after postback.

View 1 Replies

Forms Data Controls :: CKEditor Not Working Properly In Listview Control?

Apr 16, 2010

I have used CKEditor in Insert item template and Edit Item Template in List view, for this i have used a textbox

<asp:TextBox
ID="txtComment"
runat="server"
TextMode="MultiLine"

[Code]....

View 8 Replies

AJAX :: Find A Control In Tab Container?

Feb 19, 2011

I am trying to find a textbox control within the tabpanel of a tab container of the source page. I have been searching the forums but have been unable to find the right example. Can someone help me or point me in the right direction. The source page is as follows:

[Code]...

View 7 Replies

AJAX :: Event Not Firing On Tab Container Control

Mar 5, 2011

i'm using ajax tab container control and i have 4 tabs on it. and each tabs contains a datalist. and whenever someone clicks on the datalist he has to redirected on abc.aspx page.so for that i 'm using itemcommand event but facing problem whenever i click on datalist the event is not fired.

View 2 Replies

AJAX :: Open ModalPopup From Inside A Tab Control / Container / Panel

Mar 17, 2011

This is the question, how to open a modalPopup from a Asp:Link button inside a Tab panel?

Runtime error is Asp:Link ID not found, and thats because its in Tab Control, whats the work around?

View 2 Replies

AJAX :: Using Scrollable GridView With Fixed Headers Inside Tab Container Control

Dec 3, 2013

I am working with asp.net tab control currently with two tabs.  The first tab is a list of jobs to be worked.  The gridview id is "gvJobs".  I call the ScrollableGridPlug via

$(document).ready( 
function () {
        $('[id*=gvJobs]').Scrollable({
            ScrollHeight: 450

[code]...

When i click at the Equip Tab is get a blank gridview.  There is a scrollbar on the left side indicating there is data in the gridview; however there is nothing visible. Additionally is there a way to scrollable function when I click on the appropriate tab?

View 1 Replies







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