Search Results

Type: Posts; User: skaimschneider

Search took 0.01 seconds.
  1. Thanks a lot for the quick and detailed answer!!

    Now it works as aspected.


    I assumed that this.mycombobox.SelectedItem is null during Page_Load so I did not try to set...
  2. Hi,

    I'm struggling around with a combobx that shall be used to show up indented items with comments and be able to initially select a value on page load.

    I managed to show indention by adopting...
  3. Thanks a lot!!

    That is exactly what I was looking for :)

    .

    Updated code of first class containing Window + Loader:


    public partial class LoaderExternalPageInWindow : System.Web.UI.Page
  4. In code behind I got the textfield in two different ways:


    Control t1 = this.Panel1.FindControl("TextField1");

    or:


    Control t1 = Panel1.Controls[0];
  5. Just some ideas because I had a similar problem some days before:


    Do you have set all ID-properties of the textfields?
    Have you added the textfields to .Controls or .Items?


    Maybe you can...
  6. Hi,

    I want to display another page within an Ext.Net.Window when a button is clicked. Therefore I am using a ComponentLoader with

    Mode = LoadMode.Frame,
    ReloadOnEvent = true
    Whenever the...
  7. Hi,

    I need to run another Page within a window or a browser tab. That ext-net-window or browser-tab will be used to edit a visual document within the browser.

    Prior to showing up that second...
  8. Thanks a lot !!

    That's exactly what I was looking for :)
  9. Hi,

    I'm having a GridPanel on my Page that supports paging. I also bind a RowSelectionModel of Mode "Multi".

    When I go to another page, e.g. page #3, I still get "all selected rows" even from...
Results 1 to 9 of 9