Search Results

Type: Posts; User: dsmith

Search took 0.01 seconds.
  1. Hi,
    I'm somewhat new to Ext.NET and I'm stuck on this FileUploadField control. I'm trying to upload a file from my desktop and when I try to get the full path of the file in order to ftp the file,...
  2. Here is my stack trace and according to the number of rows returned, I should be seeing some rows in my gridpanel, but I'm not getting anything. Could someone PLEASE HELP!! Please let me know if you...
  3. How do I delete the previous thread?

    If I need to put more information, please let me know what information you need. I believe I have put everything down that is relevant to the problem.
  4. This is pretty complicated, so I'll do my best to explain my issue.

    I have a gridpanel with a CheckboxSelectionModel. When I select a row and click a button, I would like to take a value from the...
  5. Here are two screen shots that show the problem I am having. The first is when I hardcode the parameter into the query in the SqlDataSource. The second is when I set the value of the parameter in the...
  6. This is pretty complicated, so I'll do my best to explain my issue.

    I have a gridpanel with a CheckboxSelectionModel. When I select a row and click a button, I would like to take a value from the...
  7. Oh, I completely overlooked that line. It works when I take that out. Thanks for your help!!
  8. Those aren't working for me. Here's is my code, maybe this will help.



    <ext:Panel ID="Panel2" runat="server" Layout="Anchor" BaseCls="x-plain" AnchorHorizontal="100%">
    <Content>
    ...
  9. Is there a way I could do this in the C# code behind in a Direct Event?
  10. I would like to clear my selected rows from a grid panel when I click a button. Does anyone know how this can be done?
  11. I have a grid panel with a checkbox selection model. I am using the grid panel to display search results based on what is entered in some textboxes, then the user can select results from that list...
  12. when I do a Trace.Write() to find the value of a field withing a composite field, I can see the value...

    Trace.Write((compositeFieldID.FindControl("textFieldID") as TextField).Text);

    However,...
  13. Is there a way to put a FieldReplicator on a container and replicate everything inside that container?
  14. Thread: Feature Request

    by dsmith
    I think there should be a way to use the <ext:FieldReplicator> on a text field. As far as I can tell, they only work with combo boxes right now.
Results 1 to 14 of 14