Search Results

Type: Posts; User: jachnicky

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. hello,

    guys, how to show the viewport's scrollbar?
  2. my controls' version is 0.7

    there are two combobox in the page,I want to fire one's change event when the other one's selected value change,but is doesn't work,why?the code is below:


    <td>...
  3. yes,it works,thanks very much! :)
  4. for example,I store a DataTable by ViewState:


    protected void LoadDetails(object sender, AjaxEventArgs e)
    {
    string strSqlConn =...
  5. hi,

    guys,how to use viewstate in the program?I use viewstate to store a datatable,but I can't get the result in another method or event.
  6. Solved!I use ajax method to solve this problem.
  7. it is very strange,I add two CheckMenuItem in Markup,and add ten CheckMenuItem in codebehind.then Response.Write(Menu1.Items.Count.ToString()),it show "2",in other word,only show the MarkUp...
  8. hi,geoffrey.mcgill,how can I get the checked item's attributes in codebehind?for example,ID and Text
  9. thanks,it work fine now,the reason is the ID is "default",now I change to "xdefault" and it work.

    but now have another problem,I define a ajax event:


    <AjaxEvents>
    <ItemClick...
  10. hi,

    guys,can we add a CheckMenuItem to a Menu in codebehind?my code is below:



    XmlDocument xmlDoc = new XmlDocument();
    xmlDoc.Load(Server.MapPath("WebTheme.xml"));
    ...
  11. hi,

    guys,how to implement the grouping grid panel of the examples' home tab?

    best regards,

    Jachnicky
  12. Are you missing?


    using CarlosAg.ExcelXmlWriter;
  13. Thanks very much.
  14. hi,

    guys,how to hide the GridPanel's column using CodeBehind?
  15. hi,

    guys,I can't open the attachments,why?i click the attachments then redirect to the http://forums.ext.net/.
  16. ok,I show my job.

    in Default.aspx,
    html:


    <ext:ComboBox ID="ddl_Theme" runat="server" Width="100px"
    Editable="false"
    ...
  17. hi,

    guys,thanks to the coolite team.I am very happy that I can do something with coolite component.the attachement pic is my production,share my pleasure with everyone.:)
  18. haha,I have implement it.but not the textbox,the combobox.
  19. hi,

    guys,my question is as the title.btw,I have ask this question early but I can't see it now.
  20. hi,

    guys,now I can change the theme by AjaxEvents,but it only change theme on current page,not change on the Autoload pages,how can I do now?
  21. hi,

    guys,how to change theme on v0.7?has any examples?
  22. thank you very much guys.??,????!

    I have no words to congratulate you. Nice Job!

    Best regards.
    ??.
  23. Oh,sorry,that is not my mean.my means is Geoffrey work very hard and I am very grateful for him.I say sorry again for my bad expression.
  24. How about add some supports for this control in Coolite object?

    e.g. the AjaxEvent and AjaxMethods for bounding the data to it.
  25. Thanks for your hard work!
Results 1 to 25 of 45
Page 1 of 2 1 2