Search Results

Type: Posts; User: gdboy2002

Search took 0.01 seconds.
  1. Any one can help me?
  2. Hi,
    I have a CalendarPanel and contains week view as

    <WeekView ID="WeekView1" runat="server" ShowTime="true" ShowTodayText="true" TodayText="Today"> </WeekView>
    How to set date format in...
  3. I need to add a httpModule in my website like this:



    <add name="DirectRequestModule" type="Ext.Net.DirectRequestModule, Ext.Net" />
    <add name="TestHttpModule"...
  4. Hi,
    I'v built a toolbar in a gridpanel's topbar,and then my tool bar are overflow by some child controls as combobox,buttons and so on,so i follow the example to set the property...
  5. Hi,
    I've tried you code,but the result i get in client side is NULL,and in server side there will be throw an exception that the reference is null.The platform i use is:Visual 2010 & Windows XP SP3...
  6. Hi,

    I wan't to set a cookie with this code in codebehind


    Cookies.Set("UID", "testcookie", DateTime.Now.AddDays(30), "", "EPG", false);

    And then use
  7. Thank you for you help,problem solved now.
  8. Hi,

    i've build a radio group in page:


    <ext:ResourceManager ID="ResourceManager1" runat="server" StateProvider="Cookie"/>
    <ext:RadioGroup runat="server" ID="chkKeys">
    ...
  9. Thank you,that's ok now.
    But i have another problem about how to enum all node in a treepanel in codebehind?Because my root is a AsyncTreeNode,no method to get children about it.
  10. Hi,
    I need to add a treenode as selectednode children from database in the codebehind with a button clicked,but in directevent ,i can't get the selectednode which can append the child.Like this code...
  11. wow,thank you,it solved!
  12. I try to make a custom control follow you guild,but i've got a script exception like this:
    this.root is null or not a reference in ext.axd. renderRoot:function(){this.root.render();...}
    The ext.net...
Results 1 to 12 of 12