Search Results

Type: Posts; User: ontiv

Page 1 of 4 1 2 3 4
Search took 0.02 seconds.
  1. Hi Baidaly,

    i changed my example.
  2. Yes, this is right!

    Here my solution. I've use now a store and js-script function for loading my items in fieldset.

    .js


    var BuildItems = function () {

    var...
  3. Hi Daniil,

    I've tried your example but this work not for me. Now I have solved the problem with Ext.JS.

    You can close this thread.

    Thanks for help.
  4. Hello,

    if i select an item with the combobox, i would like to add items in Fieldset with CodeBehind.

    .cs


    foreach (var r_catering in l_catering)
    {
    var...
  5. Hi Daniil,

    thanks for your help.
  6. Hi @all,

    I load on clientside with jscript UserControls in Asp - Repeater.

    Here some code snippets to understand the situation.

    .js


    var p_new_item = new Ext.Panel({
  7. Hi @all,

    I use the following code to show me different UserControlls in <asp:Repeater...

    This way to show is in any browser very fast but not in Internet-Explorer 8.
    Have anyone an idea what...
  8. Hi Daniil,

    ok i understand,thanks for your help. You can close this thread!
  9. Hi @all,

    i use a ToolTip to show informations by Textfield.

    .aspx


    <ext:TextField ID="tf_tags" FieldLabel="Tags" runat="server">
    <Listeners>
    ...
  10. Hi,

    how can i show an image at PageLoadEvent from stream or byte array ?
    Which property should be set?

    Thanks.
  11. I don't know, is this wrong ??





    public StoreResult GetSpaceMembersBySearch()
    {
    //.....
  12. Hello,

    i have a comboBox with a store and AjaxProxy. After autoload the combobox don't show items. Why ?

    .aspx


    <ext:ComboBox ID="ComboBox1" runat="server" DisplayField="Name"...
  13. Fine,this works for me thanks.
  14. Hi Daniil,

    yes this works, but only with fixed height.

    Scrolling in this example does not work



    <ext:Viewport runat="server" ID="vp_master">
    <Items>
  15. Hi @all,

    is scrolling in DataView with "AutoScroll=true" not supported ?

    Thanks
  16. Thanks it works !
  17. How do I do it? Where do I put "IsUpload=true" ?

    Another question is, how can I pass parameters to controller action ? If so, who ?



    var UploadFile = function () {
    var...
  18. Hi,

    now i use the follwing code

    Controller


    [HttpPost]
    public ActionResult Submit()
    {
  19. Hi Daniil,

    thanks for reply. I try your example and get the following error

    5912
  20. Hello,

    how can i realize a fileupload in my mvc view without page reload ?

    Thanks
  21. Hi Daniil,

    thanks for reply! This helps me...
  22. Hi @all,

    i have the following code



    <ext:Panel runat="server" ID="p_footer" Height="45" BodyStyle="border-left:#000000;border-right:#000000;border-top:#000000"
    ...
  23. Hi Daniil,

    thanks this works for me!
  24. Hi @all,

    i tried the following example in my code :



    var map = new Ext.util.KeyMap({
    target: ta_comment.id,
    binding: [{...
Results 1 to 25 of 95
Page 1 of 4 1 2 3 4