CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums



> Asp.Net Forum > asp.net_ajax.asp.net_ajax_ui
 TypeRepliesViewsDate
page is breaking in IE6.0 and IE1.0

I'm using asp.net 2.0 with ajax1.0 my web page is breaking please help me  

 01111/27/2009 3:40:59 PM
Web user control inside listview inside update panel

Hi!

I have a web user control to display and edit data. This control contains a save button and when i put the uc (user control) on a page and press the button everything works fine. When i

 0711/26/2009 5:31:34 PM
How to update a update panel on dropdownlist selected index changed?

i have an updatepanel (UP1) with a drop down list. on its selected index changed i want to update some other updatepanel (UP2) on the same page.

this second update panel (which i want to u

 0711/26/2009 5:31:29 PM
Page do full postback when I just want the updatepanel to update.

i have a Repeater in which a linkbutton is placed in each Item. In the linkbuttons Click Event i want to update an UpdatePanel and I have also added some javascript under onClientClick.

The

 0211/25/2009 7:23:56 PM
UpdatePanel Click twice to render

I have nested UpdatePanel

  • UpdatePanel_main
    • PlaceHolder_main
      • UpdatePanel_Customer
        • PlaceHolder_Customer
          • UpdatePanel_Or
 01011/25/2009 6:39:04 PM
Dynamic Control disapear at postback

Hi,

At the Page_Load, I am creating some controls that I add to an existing Panel.  I also added a button outside that panel that generates a postback.

When I click that butt

 02111/25/2009 2:53:43 PM
Redirect to loginpage on Ajax events

Hi all!

I wonder if it is possible to have a general method/function that will be called before every ajax event? Something like this code that before any pages load checks if the se

 01011/25/2009 8:19:38 AM
Autocomplete with JQuery and webservice

Hi all,

I want to use JQuery autocomplete with webservice in my application, could any one please help me regarding this?

 

 

 0911/25/2009 6:13:06 AM
Hover menu as Tooltip control

Hi

After searching for long time i decided to use Ajax Hover Menu as Tool tip control . I found it really interesting and satisfying my requirement with below code.

Now i li

 0511/24/2009 7:56:53 PM
Ajax Collapsable panel with textbox and button not working in Mozilla Firef ox..Please help urgent!!

I have two collapsable panel extenders on my aspx page. One collapsable panel extender has two textboxes abd a button and another collapsable panel extender has a repeater con

 0311/24/2009 7:56:52 PM
TabPanel - ToolTip property not working

I'm using TabPanels on my website and they work perfectly.  I decided I wanted to add a tooltip to each TabPanel.  I cannot get it to work, though, when adding the tooltip programat

 0911/24/2009 4:56:57 PM
Unspecified error when server generates a long response

When the server generates a long response to the client through the UpdatePanel, then after some time falls client error "Unspecified error"  on line:

get_statusCode:function

 0811/24/2009 4:56:56 PM
Asynchronous post back for migrated application

Hi,

I have migrated application from .NET 1.1 to 3.5 to facilitate our application with latest Ajax features.

 

I have a small application one dropdown and text box,

 0911/24/2009 4:56:55 PM
UpdateProgressBar issues with Panels.

Hi, all.

I'm trying to get an UpdateProgressBar to display in an UpdatePanel. As easy as this sounds (drag and drop), something else I'm doing may be keeping the update progressBar

 0511/24/2009 4:56:55 PM
AJAX CollapsiblePanel and Binding in User Control

Hi,

I have a user control that has a bunch of labels, textfields and one gridview. Attached to it is an AJAX CollapsiblePanelExtender.

Now, in one of the pages in my application

 0811/24/2009 4:56:54 PM
Update Panel Issue

hi,

i am working on an ERP using ASP.net 3.5. The problem is that when i use Update Panel, then the processing speed of page become so

 0711/24/2009 1:41:27 PM
back button not doing pageload once

Hi ,

I am using ajax controll in my web page .evry thing working fine except the one problem and that is when i click on back button on browser it is not doing page load ...I explain it in

 0911/24/2009 7:45:03 AM
Listview Select Command doesn't work inside Update Panel

I have a link button inside Listview. The button works fine as long as it's out side of a UpdatePanel.

If I place the listview inside update panel, Select1 Command doesn't work. (ho

 01011/24/2009 1:53:52 AM
user control wrapped in modal popup, within another User Control, on a page , in a master page

Hello,
Thanks to Zhi-Qiang Ni, I have a working example of using a modal popup on a user control inside an update panel on a web page.
This solution can be found at

 04011/24/2009 1:15:43 AM
Modal Popup During DataGrid update

Hi all am trying to achieve the following

1) When a user click a button

2) Display modalpopup which preevent user from any interaction with the rest of controls in page

 0911/23/2009 11:17:00 PM
focus not set to textbox under a ajax tabcontainer

Hi Forks,

I am having problem to set focus default on textbox control under ajax tab(2), any ideas?

Made a clear sample default.aspx page as below:

<asp:ScriptMa

 0511/23/2009 10:34:46 PM
AJax Extension Timer

Hi

I am using a Ajax timer to trigger a event.

In the fornt end i am suing a Javascript count down time to display time.

There is a time difference between both the clocks.The

 0611/23/2009 12:17:39 PM
composite control accessing javascript functions

I am creating a composite control, that implements IScriptControl with design time support.

in CreateChildControls() function I create control elements, like this:

 
0811/23/2009 8:43:41 AM
Ajax Tool tip control? other than Animation control

Hi

I like to use Tool tip control (if exists in Ajax controls). Have watched videos from Joe Stagner and the sample here

 

0911/21/2009 6:20:52 PM
Updatepanel inside a FancyBox

Hi guys,


I have an issue with my wizard-form. Once a postback occurs inside an updatepanel (aka I click a button for the next page, which hides current panel and shows next), i

 0911/21/2009 4:38:03 PM
Update Progress bar problem Very Urgent

Hello..

i have a Update Progress bar in my page. problem is there once progress bar visible is not going to hide. it will continuesly displaying the loading image that i put in to update

 0911/21/2009 9:03:20 AM
dynamic content with hovermenuextener

I am using a hovermenuextender inside a repeater. The repeater control is inside an ajax tab control. I am able to place controls inside the panel control (of the hovermenuextender) if

 0811/21/2009 1:31:21 AM
adding a popup from server side in content page

Hi all.  I have a basic master page / content page site.  I am wanting to have a popup called from serverside, without having to actually call it from page load or some a

 0511/21/2009 12:26:50 AM
Page Shifts Down When UpdatePanel Is Updated

I've noticed a strange behavior as we added UpdatePanels to our application.  When one is updated, the first time, the entire page shifts down a line.  Similar to adding a new

 0711/20/2009 4:36:08 PM
ModalPopupExtender PostBack Problem

My popup contain two dropdown and one  Add button to add multiple  user records, once the Add button click it do the postback the popup window disappear. how i

 0411/20/2009 2:29:40 PM
EnableViewState for TabContainer

Hi

If I set EnableViewstate property of TabContainer to False, will that make it false for all the TabPanels inside this TabContainer?

Regards

 

 0811/19/2009 6:21:32 PM
How to bind a GridView in a static WebMethod?

Hi guys,

I choose the method to update my data every second with a javascript PageMethod and  WebMethod.

With much returns via an object I can set hunderts of labels if it

 0911/19/2009 3:56:24 PM
Issue updatepanel partial page refresh

<asp:ScriptManager ID="ScriptManager1" runat="s
 0611/19/2009 7:16:37 AM
CascadingDropDown not working in UpdatePanel with WebKit browsers only

I have two CascadingDropDowns in a FormView.  When I wrap it in an UpdatePanel, it no longer works in Chrome nor Safari (WebKit browsers), but it continues to work in IE & FireFox.

 0911/19/2009 3:52:04 AM
Register StartUp Script After All Ajax ScriptControl or ExtenderControl are created

Hi, I created a ScriptControl to display message, when I try to use it after post back (Registering StartUp script),

the component is not yet created.

 

 01411/18/2009 8:52:24 PM
Text is not showing up in the textbox field from calling the ModalPopupExte nder control

 Hi Everyone,

I use the Modal Popup Extender control to display the information inside of the panel.  The panel form shows up when the control button is clicked but th

 0911/18/2009 8:21:50 PM
Autocomplete extender

I am trying to write a user control that contains a textbox with auto complete. Trying to make the control as useful as possable I want the ability to submit the query to the usercontrol so that

 01111/18/2009 4:15:04 PM
Ajax Timer wrong

Hi guys,

I asked a several time but must ask again, beacuse I don't

 01011/18/2009 1:37:29 PM
Ajax Timer Problems

Hi guys,

I asked a several time but must ask again, beacuse I don't know what to do: On my Page I have an auctioneer system.

Every second I must:

  • Get Informatio
 0811/18/2009 1:37:29 PM
How to show ajax modal popup extender after form controls validation is ov er?

hello,

How to show ajax modal popup control,after form controls validations.

any body helpme out how to solve this problem.

Thanks,

 

 0311/18/2009 12:34:37 PM
Cannot set text in textbox on modelpopup

Hi


I set text from code behind in a text box and label which is on a modelpopup. The label gets it's value, but the textbox does not and I can't understand why. I'm

 0711/18/2009 10:15:41 AM
Java script text box not working inside tab panel

Hi all,

In a form im using <input id="txtPhotopath" type=&quo

 0711/18/2009 9:37:57 AM
Partial postback issues.

Hi, all.

I;m trying to populate Gridviews with partial postbacks, so only that gridview refreshes.  The postback occurs on a specific page. I'm using __DoPostback() in the markup o

 01011/17/2009 6:22:10 PM
Updating the contents of an Updatepanel

Here is a brief description of how a page is setup in my application.

I have an updatepanel that contains the following within it

1. An AJAX tabs control.

2. Within the tabs co

 0411/17/2009 5:05:17 PM
this._form is null or not an object - On keeping idle

Normally my aspx page is working fine. But when i leave the page idle for about an hour and when i tried clicking on the button i got this.form is null javascript exception. hope to get some help

 0811/17/2009 3:40:10 PM
bold the prefix text in the results of autocomplete box
        
 
0611/17/2009 12:36:05 PM
Issue with a Treeview insidate Update Panel

Hi All

I have a small problem when i place a Treeview control inside an update panel.
I have a treeview that i use as a menu and i bind it to an sql sitemap provider. I also apply CSS

 0811/16/2009 10:44:05 PM
UpdateProgress issue - navigating back, data not there

I've implemented the ModalUpdateProgress custom user control described in this article.  I believ

 0911/16/2009 10:44:04 PM
LinkButton Not Functioning Properly With Partial Rendering

The dynamically created LinkButton click event in my Update Panel (Masterpage) is not firing as expected when EnablePartialRendering is set to "true". I need to have partial rendering t

 0811/16/2009 10:44:03 PM
Problem using TAB key on modalpopup.

Hi,

I have a ModalPopup that shows some text and two linkbuttons: "Ok" and "Cancel".
The "Ok" button is set as the defaulbutton from the code-behind.

<
 0611/16/2009 10:44:00 PM










   
  Privacy | Contact Us
All Times Are GMT