Search

You searched for the word(s): userid:151880

Matching Posts

  • Re: Show ModalPopup from code-behind (RC1)

    hi, Thanks for your help. Although I have successfully been able to show the popup, but I am not able to change the content of it i.e. show the error message when the user tries to save. My code is now as follows: 1 <%@ Page Language="VB" MasterPageFile="~/WFMMaster.master" AutoEventWireup="false" 2 CodeFile="index.aspx.vb" Inherits="index" Title="WFM - Face to Face Interactions" 3 Theme="WFM" %> 4 5 <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1
    Posted to ASP.NET AJAX Control Toolkit (Forum) by teclioness on 1/2/2007
    Filed under: ModalPopup "code behind"
  • Re: MutuallyExclusiveCheckBoxExtender in Panel in Updatepanel in Repeater!

    Hi, If I understand the question correctly, you want all 2 to be mutually exclusive checkboxes. Have you tried adding 2 MutuallyExclusiveCheckBoxExtender in design mode and specifying the same key for both of them?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by teclioness on 12/22/2006
  • Show ModalPopup from code-behind (RC1)

    Hi, I have a page on which a number of checkboxes get displayed. When the user has selected relevant checkboxes and click on save (button). I need to use some logic to check that the checkboxes selected are fine and show a message with dynamic text (in the popup), if not. I am using Ajax RC1. I am using nested updatepanels. Please help me, as to how I can change the text within the modalpopup and then display or hide the popup. My aspx code is as follows: 1 < %@ Page Language= "VB" MasterPageFile
    Posted to ASP.NET AJAX Control Toolkit (Forum) by teclioness on 12/22/2006
    Filed under: ModalPopup "code behind"
  • Re: insertion of rows into dynamic Table

    Hi Peep, I am facing the same problem. Please see my post at http://forums.asp.net/thread/1402623.aspx . have you found solution and if you have, please let me know how you solved it? Thanks
    Posted to Web Forms (Forum) by teclioness on 9/18/2006
  • Re: Dynamic table row creation inside update panel

    Hi, Some change in code...but the behaviour is still the same, the new row replaces the old one and doesnt add it after the old one. 1 < asp:Content ID= "Content1" ContentPlaceHolderID= "ContentPlaceHolder1" runat= "Server" > 2 < atlas:ScriptManager ID= "ScriptManager1" runat= "server" EnablePartialRendering= "True" > 3 < ErrorTemplate > 4 < div style= "padding: 12px; width: 400px; height: 140px; border: #000000
    Posted to ASP.NET AJAX UI (Forum) by teclioness on 9/18/2006
    Filed under: updatepanel, Atlas asp.net 2.0
  • Dynamic table row creation inside update panel

    Hi, I am trying to add new row in a table server control (which is inside a update panel), everytime you click on "Add new row" button, but even though new row is shown, but previous row(s) are not showing. Here is my code: ASPX: 1 < asp:Content ID= "Content1" ContentPlaceHolderID= "ContentPlaceHolder1" runat= "Server" > 2 < atlas:ScriptManager ID= "ScriptManager1" runat= "server" EnablePartialRendering= "True" > 3
    Posted to ASP.NET AJAX UI (Forum) by teclioness on 9/18/2006
    Filed under: updatepanel, Atlas asp.net 2.0
  • Re: Data Binding in an AccordionPane in a Repeater

    Hi Tony_c, Thanks for your help. I would try this out. Cheers
  • Re: DynamicPopulate control with Gridview

    Hi, What I meant by refresh was that the response shown in the panel is right the very first time, but after that it continues to show the same text, even though I know that the data for any other row selected would be different, but it doesn't show that. I hope I am clear about it?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by teclioness on 8/15/2006
  • Re: Data Binding in an AccordionPane in a Repeater

    I tried this for my scenario. Even though the data gets bound, but no accordion behaviour can be seen. Here is my code: 1 < atlas:UpdatePanel ID= "UpdatePanel2" runat= "server" > 2 < ContentTemplate > 3 < div id= "Accordion1" runat= "server" > 4 < asp:GridView ID= "GridView2" runat= "server" AllowPaging= "True" AutoGenerateColumns= "False" > 5 < Columns > 6 < asp:TemplateField > 7 < ItemTemplate > 8 < span id= " <%# Eval("sAMAccountName") %> " ><
    Posted to ASP.NET AJAX Control Toolkit (Forum) by teclioness on 8/14/2006
  • Re: Data Binding in an AccordionPane in a Repeater

    Thanks Wajan, I would try this solution. Great work!!
    Posted to ASP.NET AJAX Control Toolkit (Forum) by teclioness on 8/14/2006
Page 1 of 4 (31 items) 1 2 3 4 Next >