Search Results

Type: Posts; User: danni

Search took 0.01 seconds.
  1. Thread: mvc.ext.net

    by danni
    You need to install Microsoft Chart Controls, get it from http://www.microsoft.com/downloads/details.aspx?FamilyID=130f7986-bf49-4fe5-9ca8-910ae6ea442c&displaylang=en
  2. There's no other way, simply ask the administrator to do so :p
  3. cbSEX.SelectedItem.Value = "F"
    ' or
    cbSEX.SelectedItem.Text = "Female"
  4. Try installing .net framework 3.5 (SP1)
  5. I guess it's bug. My workaround for this issue is to set the combo via javascript or server code (even its MVC app) :p
  6. Okay, I think I'm stuck. I have ComboBox that its initial value is set from the controller but the combo's value always blank.

    Controller :




    Function Form() As ActionResult...
  7. Thread: add a new tab

    by danni
    It works! Very cool.

    Thanks vlad!
  8. Hello,

    I have combo with Template as follow :



    <ext:ComboBox
    ID="cbItem"
    runat="server"
    EmptyText="Select item..."
  9. Interesting. Is there any guide to follow if i want to deploy Coolite MVC app to Windows Server 2003 ?
  10. Hi,

    I'm using Coolite 0.8 in my MVC project. In my project, I'm trying to download generated report (in excel format) but it always return the following error:

    Status code: 200
    Status text:...
  11. Thread: add a new tab

    by danni
    Hi..

    I'm using ASP.NET MVC wth Coolite 0.8. My web app is using MDI Tab UI just like Coolite's example explorer but I have problem opening a new tab from inside a page. It seem that the code...
  12. Cool.

    But is it applicable to all controls ? e.g. button, toolbar ?

    In the coolite MVC samples code, i saw the code below:



    <% this.lblTitle.DataBind(); %>
  13. Hi,

    I'm using coolite 0.8 in ASP.NET MVC using VB. I create a simple page with coolite label control and set the value via viewdata from the controller :



    <ext:ScriptManager...
  14. Thanks for the clue. It works like a charm. Very nice !!
  15. I want to implement delete confirmation on a gridpanel but I wonder why while using the "Ext.Msg.confirm" the next command is still executed, isn't it supposed to be modal ?



    code for button :...
Results 1 to 15 of 15