Search Results

Type: Posts; User: ebeker

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Thank you i will try an update the results.
  2. I have a page A and B (aspx) , when i am on page A I am creating a new window in codebehind and showing the page B in this new window, i do not have problem so far.
    My question is when user closes...
  3. :) Thank you , worked.
  4. I have solved the problem by upgrading the target framework from 4.5 to 4.5.1. Please close the thread
  5. I have downloaded the latest 3.1 from the website and replace with old DLLs before i do that i have deleted OBJ and DEBUG folders. Now i can not compile my project basically all ext controls are...
  6. Hi , I am loading my MultiCombobox control on the page load and i have a directevents and i d like to set the selected items in my combobox in that DirectEvent. Here is my sample code please let me...
  7. Hi there,

    I am having trouble when i try to display 50.000 rows and 20 columns on the GridPanel . It is basically crushing the browser or running the computer out of the memory. What is the best...
  8. You can close this thread i can not really find a reason for page to be broken , so i can t make a question , i am still working on it to find out why it is not working on some computers later on i...
  9. Here is paste and run code. Sorry it took longer than i expected for me to paste clean code. Basically this form is not working on some screens (1600x900)



    <html...
  10. I solved this issue and answer is :

    If the page that you are trying to Redirect has javascript errors the browser is not redirecting, instead its reloading the current page. You can close this...
  11. After upgrading to 3.0 there are is a problem on my very main page the problem is page loads all good at first load , after pressing any button on to page(it refreshes the page data) on the second...
  12. I am using the latest from SVN , and i am testing it on Safari mobile (iphone) and does not let me click on buttons. It s a webforms project.
  13. I am able to fill out the fields but can not click on buttons....



    <form id="form1" runat="server">
    <h1>
    <b>..:::Maintelligent </b></h1>
    ...
  14. I am familiar with TortoiseSVN (Thanks GOD) . Ok i got it compiled which DLLs do i need to replace. Just Ext.Net.DLL or should include others too ?
  15. I am kind of lost in the trunk , do i need to find the DLL for Ext.Net 3.1 and download it or what do i do ? I am really sorry i am using the trunk first time.

    I have been using ext.net since...
  16. After upgrading to 3.0 my response.redirect("page.aspx") codes started to not working. I am using ext.net.x.redirect("page.aspx") but this one does not work on internet explorer....
  17. where do i go to download the 3.1 ?
  18. 1-I upgraded my web application from 2.5 to 3.0 after that keyboardss tab key is not working. It s not locating to any of form fields.
    2- for page redirections response.redirect is not working at...
  19. No it s still not working , I am talking about the summary row at the very bottom with bold fonts, i change the rate columns and hours and the last row does not change. the last column values...
  20. After upgrading from 2.5 to 3.0 summary rows stopped working. I tried to go back to examples.ext.net and see how that one works but that one is not working too. ...
  21. I had the same problem i had my text fields in a field container and i was using the column layout . I changed column layout to Hbox layout and bingo . It s not expanding anymore.
  22. i thought there would be a easier way , in the example that you gave basically , it s comparing the current grid's data with the first loaded data list and deleting the item(s) that does not exists...
  23. It did not work spent nearly 20 hours with dealing EventStore but did not work so i found alternative ways. This is where am i at right now;

    I am pulling up all my calendars and Events From Sql...
  24. After couple of hours i was able to retrieve the calendar with my own data from database, now i am little bit lost about how to insert/update/delete my data.

    Basically i need to catch somewhere...
Results 1 to 25 of 63
Page 1 of 3 1 2 3