Search Results

Type: Posts; User: xMAC

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

    i have a form that contains two ajax linked combos country and city. i used the same example presented in examples explorer and it works fine. then i have to store the selected combo values in...
  2. Hi, i have download the ext.net package. I was reading the Read Me file provided with the package. There i saw the instruction to get started working with Visual Studio 2010. I just want to ask can i...
  3. Hi, i have developed an application using ext.net 1x for my company's internal record keeping. Now that i need to upgrade my application to version 2.0. Can someone tell me how can i achieve this....
  4. I am facing the same problem. Kindly help us to resolve this problem
  5. Thread: Mask for textbox

    by xMAC
    where do i find this DLL (Ext.Net.UX.dll) ???
  6. Thread: Mask for textbox

    by xMAC
    Hi

    i want the user to input phone number in a standard manner in textbox like XXX-XXXX-XXXXXXX (country code- area code- number) is this possible to mask the input of textbox ???
  7. Thread: Ext:Window

    by xMAC
    <script type="text/javascript">

    var showWindow = function(win){
    win.setPosition(140,0);
    win.show();

    };
    </script>

    <ext:Viewport runat="server"...
  8. Thread: Ext:Window

    by xMAC
    i have set the x and y values for the window but it still doesnt fix the window at the specified position



    <ext:Window runat="server" Width="695" Height="560" Closable="false" ID="winBody"...
  9. Thread: Ext:Window

    by xMAC
    Hi,


    i want to set initial position for the ext:window when it will be first time shown. initially the window is hidden

    i am using window.setPosition(x,y); before executing the window.show()...
  10. Hi,

    i am building an app using ext.net desktop ... i want the background to stretch to the whole screen ignoring what the image size is. is it possible using ext. :confused:
  11. hi,

    thanks Vladimir for your help. i was assigning values to the fields manually. now i have used formpanel.setvalues and it works all fine.


    thanks alot.
  12. :confused:
  13. Can anyone help me out of this ... :confused:
  14. Please note that ShowSelectedDetails Direct Method i am assigning values to form fields
  15. i hve attached a listener to a gridpanel row selection



    <ext:RowSelectionModel ID="RowSelectionModel1" runat="server" SingleSelect="true">
    <Listeners>
    ...
  16. formpanel1.getForm().isDirty() does this returns a boolean value ???
  17. I have tried this but this only works when i click the record for the first time at that moment form is also empty but when i select second time and onwards it doesnt works. is there anyothe...
  18. i have a form panel and form fields data is loaded through grid row selection model. i want to track and prompt user (llike the grid uncommited changes prompt) if user has selected a record and made...
  19. using this statement, start button hides leaving the remaining portion of the task bar in abnormal manner, you can see in the attached screen shot.
  20. and also i want to resize the task bar. i am not getting any property to do so. can someone help me out of this ????
  21. Hi

    i am developing a small application using the desktop example provided in EXT.net examples. i want to hide the start button in task bar. how can this be possible ???
  22. Thread: Panel height

    by xMAC
    Below is the code for the default page



    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net"...
  23. Thread: Panel height

    by xMAC
    can someone help me out of this :-/
  24. Thread: Panel height

    by xMAC
    yes,

    there is one resource manager in the home page for ext content.
  25. Thread: Panel height

    by xMAC
    <ext:Panel ID="PanelChildPages" runat="server" Border="false">
    <AutoLoad Url="home.aspx" ShowMask="true" MaskMsg="Loading" Mode="IFrame" NoCache="true" />
    ...
Results 1 to 25 of 37
Page 1 of 2 1 2