Browse by Tags

Related Posts

  • Dropdownlistbox changing problem

    Hi , I have some problem when i used dropdown list and Data grid.Actually I have to edit the data when i clicked in the edit button in data grid.I displayed the data from the data grid to corresponding control (text box,dropdownlist box). I updated the data and it reflected into database.Now I want to...
    Posted to Web Forms (Forum) by kssaranmca2006 on 03-17-2009, 12:00 AM
    Filed under: "Asp.net 2.0", "Asp.net 2.0", !Page.IsPostback, .net 2.0 ASPX, .Net 2.0 FormView, .net 2.0 Windows Authentication, add dynamic dropdownlist, asp .net, ASP .net 2.0.Net, ASP .NET 1.1, asp .net 2.0, ASP .net 2.0 user control, Asp .net events callback, asp .net menu selectable select click clickable scroll postback, ASP.NET 2.0 gridview, asp.net page events, asp.NET GridView, asp:dropdownlist, asp:gridview, autopostback, Calendar Sub End Sub, databound, datagrid controls cells, drop down, drop down dropdownlist autopostback, drop down dropdownlist data, Drop down dropdownlist datasource filter gridview, drop down dropdownlist initial value, drop down dropdownlist selectedvalue, drop down dropdownlist webcustomcontrol web .net 2.0, Drop down and XML, drop down list, drop down list databound, drop down list resets, drop down list selectedindexchanged event, drop downdownlist sqldatareader, Dropdown dropdownlist, Dropdown list, Dropdown selecteditem loosing selected item, dropdownlist asp.net 2.0, dropdownlist databinding, dropdownlist disappear, DropDownList FindByValue, dropdownlist from database item selecteditem assign as selected item, dropdownlist label asp.net code, DropDownList nested DataList nested FormView refering nested control, dropdownlist objectdatasource selectedindexchanged(), dropdownlist optgroup, dropDownList radiobuttonlist, DropDownList SelectedValue SqlDataSource, dropDownList session, dropdownlist viewstate, DropDownList.SelectedValue, dropdownlistst, dropdownnlist listitem, "dialog box" "OK button"
  • Checkbox and OnCheckChange event

    I have a check box with autoPostback="true" and OnCheckChanged="ShipToBilling_check()" my c# is like this: 1 protected void ShipToBilling_Check( object sender, EventArgs e) 2 { 3 Response.Write(shipToBillingCheckBox.Checked.ToString()); 4 if (shipToBillingCheckBox.Checked) 5 { 6 shipToFirstName...
    Posted to Web Forms (Forum) by jGrigg on 02-03-2009, 12:00 AM
    Filed under: OnCheckChanged, autopostback
  • Ajax postback causing UI to drop, full postback does not!

    Hi there, From my masterpage, I have a scriptmanager setup. When a drop-down from a user control within the master page selects a different item, it does an postback which should update a header user control to display a different image. The alternative image displays fine, but the whole content seems...
    Posted to ASP.NET AJAX UI (Forum) by bmoyno on 01-19-2009, 12:00 AM
    Filed under: ajax, autopostback, content, drop down, DropDownList
  • Enable Button without AutoPostBack

    I have a page which involves a user creating a custom account with a password. I then have a checkbox that the user must check before clicking a button to submit the data. < asp:CheckBox ID= "CheckBox" runat= "server" oncheckedchanged= "CheckBox_CheckedChanged" AutoPostBack...
    Posted to Web Forms (Forum) by stinstin on 01-03-2009, 12:00 AM
    Filed under: Password, textbox, autopostback, checkbox, event, Fire
  • UserControl in update panel not getting refreshing.

    Hi All, I have one content form ManageAgencies.aspx page. In this page i have placed DualListBoxSelect user control in update panel. This user control contains two list boxes and two button > and < to move content from one list box to another list box. When we click on < button by selecting...
    Posted to Web Forms (Forum) by konda.chellu on 01-03-2009, 12:00 AM
    Filed under: page does not post back, Panel PlaceHolder UpdatePanel, POP UP WINDOW!!, popup window, Pop-Up Window, popups, popupwindow, update panel, updatepanel LoadControl dymanic user control, UpdatePanel RegisterAsyncPostBackControl postback, Updatetepanel javascript trigger full postback, user control custom property, "Asynchronous Operation", Ajax Update Panel Validators Not Working Properly, AS.NET 2.0 C#, AS.NET PlaceHolder, AsyncOperationManager, autopostback, call javascript on button click event, Client side call back, ContentPlaceHolder, YUI, RaisePostBackEvent, User Control events, User controls panels, user controls postback
  • Cascading Listbox

    Hi, I wanted to know if we can implement Listbox instead of cascading dropdown list to allow MULTIPLE Selections. Here is the scenario: ListBox1 = List of all Car "Makes" ListBox2 = List of all Car "Models" corresponding to the multiple "Makes" selected in previous ListBox1...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by slipknot666 on 12-30-2008, 12:00 AM
    Filed under: SelectedIndex, ajax, Autopostback, Cascading dropdown, control toolkit, SelectedValue, Listbox
  • extra "/" Issue

    Hi friends, I have a problem with extra "/" in my url. The scenario is as follows. my orginal url is http://localhost:1936/OCMS/Bugstatus.aspx In this case it loads properly. When I append extra "/" at end then url becomes http://localhost:1936/OCMS/Bugstatus.aspx/. Then the pages...
    Posted to Web Forms (Forum) by akhilkumars on 12-12-2008, 12:00 AM
    Filed under: MVC, Popup, store checkbox value in database, System.Web.UI.LoadControl, .net 2.0, .net 3.5, .NET Framework 2.0, AJAX .NET 2.0 IIS URL AjaxControlKit, ASP .NET, asp .NET 2.0, Asp net futures, asp.net 2.0, Autopostback, c#, c# 2005, c#.net in ASP.net, C#: Trigger UpdatePanel modalpopupextender, customize CreateUserWizard, data, How to call javascript and C# function on HTML Button Click, IE, IIS 7, WebClient, webhosting, Webserver Ping Detect status, Why we use Web.Config File for connection string wether we can use class Library for get connection for whole web Application, windows form in IE, WPF, Xaml, Xml, .NET Portal, asp .NET 1.1
  • Modal popup, autopostback, gridview, and focus...

    I am using the ModalPopupExtender to display an editable GridView control. The GridView has four columns and there is an AutoPostBack=true set on the first column - I need to display a running total of the values entered in that column, updated when the user leaves the textbox when editing that row....
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Mannaggia on 12-08-2008, 12:00 AM
    Filed under: ModalPopup, update Panel, ajax, Autopostback, grid view, modal
  • callbacks / page_load not executing

    Hi, I need help with a problem. I have developed an intranet C# ASP.NET application that includes AJAX. The program works wonderfully in my development environment. However, when put on the client's server, I get a multitude of problems. I am thinking that this could be a setting in internet explorer...
    Posted to ASP.NET AJAX UI (Forum) by DCSlatunn on 11-23-2008, 12:00 AM
    Filed under: AJAX .NET 2.0, AJAX .NET 2.0 ASP.NET 2.0, Autopostback, Javascript, javascript XMLHTTPRequest post ajax
  • Autopostback from textbox to radiobuttonlist?

    Hi there, I have a radio button list with three options in it (op1, op2, op3) also I have three text boxes (tx1, tx2, tx3). When I enter some text in the first text box, I want the text value to be displayed in "op1" through autopostback method. I tried to use through "selectedIndex"...
    Posted to Web Forms (Forum) by kamaleswaran on 11-18-2008, 12:00 AM
    Filed under: autopostback
Page 1 of 7 (63 items) 1 2 3 4 5 Next > ... Last »