Browse by Tags

Related Posts

  • Drop-down menu postback changes the choices of another dropdown menu using C#

    I am kinda new to the asp.net, and I am trying to do a drop-down menu that by changing the country for an example it changes the choices in the state/province drop-drop down menu ex: if i am to choose the country USA , the drop down menu shall contain the names of the states, but if i am to choose...
    Posted to Web Forms (Forum) by corsairdee on 06-11-2009, 12:00 AM
    Filed under: ASP.NET, postback, DropDown, <C#.>
  • Re: can you call a codebehind function from within javascript?

    Hi I am using ajax in my usercontrol which renders on sharepoint site. and i took a text box and button on that usercontrol. i did all necessary things to make ajax work. and my usercontrol loaded correctly. but when i click the button on my usercontrol nothing is happening. i kept a break point and...
    Posted to Client Side Web Development (Forum) by rajkumar.bathula on 06-09-2009, 12:00 AM
    Filed under: postback, AJAX
  • Dynamic Header & Sidebar

    hello everybody; i am working on a project in which i have to implement a dynamic header and sidebar the scenario is like this i have a master page and content pages on the master i have a menu control,header,footer and sidebar when i want to select a item from the menu i want to play a flv video in...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by syedw on 06-08-2009, 12:00 AM
    Filed under: PostBack, refresh, content page, dynamic header, master
  • To do tabs, exactly like in this forum

    Hi everyone. I actually try to understand how Ajax Tookit Tabs control works. In one of my tab, I will load a lot of pictures, and I guess that if I put all the pics directly in a TabPanel, it will load all the pics at start. What I would, is to load the pics ONLY when I click on the tabs called "Pictures"...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by MeTaLCaM on 06-05-2009, 12:00 AM
    Filed under: Postback, tab container, ajax
  • OldValues of FormView not being updated with subsequent updates/databindings

    We are experiencing a very frustrating situation that I'll do my best to explain. We have a UserControl with a FormView on it. The UserControl creates a SqlDataSource in its OnLoad event and assigns the ID to the DataSourceID property of the FormView. At run time, the FormView is displayed in edit...
    Posted to Data Presentation Controls (Forum) by ShellyFM on 06-03-2009, 12:00 AM
    Filed under: OldValues, postback, sqldatasource, databind, datasource, FormView
  • Custom Server Control does full postback inside of UpdatePanel

    I have a custom server control that works perfectly. However, when I stick it inside an UpdatePanel the UpdatePanel does full postbacks. Does my customer Server Control need to do anything special to be "UpdatePanel aware"? If I stick my control outside of the UpdatePanel and then wire in the...
    Posted to ASP.NET AJAX UI (Forum) by Daren Dahl on 06-01-2009, 12:00 AM
    Filed under: postback, updatepanel, ajax
  • OnTextChanged causes next text box to lose focus

    I have implemented the OnTextChanged event for several textbox controls in my web form. Prior to implementation the users could fill in a textbox and tab to the next textbox - lather, rinse, repeat - all the way through the form, but now that I have implemented the OnTextChanged event when the user enters...
    Posted to Web Forms (Forum) by swolff1978 on 05-15-2009, 12:00 AM
    Filed under: ontextchanged, PostBack, focus
  • Ajax Tab control post back

    Hi all, i m new to ajax. I have put tab control on my webpage,It has two tabs Search and Data. It works fine when i work on my computer. but when i put on test server, it is supposed to open in frame of home page of our company. Here comes the problem , when i click submit button it goes to data tab...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by schauhan13 on 05-13-2009, 12:00 AM
    Filed under: Postback, tab container, ajax
  • Save and Retrieve user specific heavy data during postbacks

    hi all, In my asp.net page , I m filling a dictionary object from database call. This dictionary object can contain heavy data. For eg. it may contain 1000 entries. The dictionary must be user specific. During postbacks, i need this dictionary object to maintain its data and I don't want to use Session...
    Posted to State Management (Forum) by gaurar on 05-04-2009, 12:00 AM
    Filed under: postback
  • Re: how to persist user control?

    I had the same problem with my code and it was driving me insane until I discovered that one of my events for my user control was populating the control on postback or during specific events. I'd set the viewstate and everything. As the other developers suggested, loss of persistence usually occurs...
    Posted to Architecture (Forum) by crandall on 04-26-2009, 12:00 AM
    Filed under: persist changes, postback, User Control, viewstate, ASP .net 2. 0
Page 1 of 36 (353 items) 1 2 3 4 5 Next > ... Last »