Search Results

Type: Posts; User: hongxue

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. It works! I was thought they are not in the same page. Thanks!!!
  2. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="NJ_FMSCTMS.Tool.WebForm2" %>

    <%@ Register Src="WebUserControl1.ascx" TagName="WebUserControl1" TagPrefix="uc"...
  3. How to perform this method by the button"click" in the webpage but the webusercontrol.That is to say refresh the gridpanel when the window shows.
  4. I add a button in the webusercontrol to refresh the store1, but it did not work.


    <Buttons>
    <ext:Button ID="asd" Text="refresh" runat="server">
    ...
  5. 771[/ATTACH]

    here is a webpage and its behind code.

    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="NJ_FMSCTMS.Tool.WebForm2" %>

    <%@ Register...
  6. It seems that this method do not work in webusercontrol ascx and ascx.cs
  7. It works !Thank you very much,Daniil !!!
  8. I want to write it into code behind not script, but it not work.
  9. here is a webpage named?Tool.aspx?, which is used to write the front code . and the method "protected void Store_ReadData(object sender, StoreReadDataEventArgs e)" is written in the codebehind which...
  10. It works .I run this method in the document "xx.ascx",and How to write the method to the" xx.aspx.cs"?
  11. Can you show me all your code? I can not work out by your method.
  12. Yeah, it works. But I need to maintain the selection across the pages .
  13. Is it also OK when you click the refresh button in the gridpanel? this problem has puzzled me few days. Can you find some ways to solve it in version2.1? Very preciate for your help!
  14. version2.1
  15. This example can work ,if you refresh the gridpanel ,the selected rows are still selected.

    <%@ Page Language="C#" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <%@...
  16. I do not know how to supply a runalble example. here is the relative codes. I used the Linq to SQL to query the SQL database. Can these codes prove some help? If not ,would you please tell me your...
  17. A gridpanel is used in a web user control "window1", the selection model is CheckboxSelectionModel as follow:

    <SelectionModel>
    <ext:CheckboxSelectionModel runat="server"...
  18. I use the image to show picture.How to make the imageurl changed when I trigger an event?
    there is someting wrong with"string strPath = Server.MapPath("~/FileUpload/" +...
  19. The window dose not open with full screen directly. how to open the window with full screen?
  20. how to clear checked rows after reload the grid panel with checkboxselectionmodle? I use this code, but the gird panel will reload 3 or 4 times .

    StoreConsist.Reload();
    ...
  21. thanks very much.
    this works when I add an formpanel,but what about the window without formpanel ?
  22. I hava some problem with the keymap. can you help me?
    the enter key dosen't work.


    ......
    <Buttons>
    <ext:Button ID="btn_Save" runat="server" Text="保存">
    <DirectEvents>...
  23. I hava some problem with the keymap. can you help me?
    the enter key dosen't work.


    ......
    <Buttons>
    <ext:Button ID="btn_Save" runat="server" Text="保存">
    <DirectEvents>...
  24. the enter key dosen't work.


    ......
    <Buttons>
    <ext:Button ID="btn_Save" runat="server" Text="保存">
    <DirectEvents>
    <Click OnEvent="btnSave_Click"...
  25. Thread: Query the SQL

    by hongxue
    the solution 1 has solved my problem,but when I use the solution 2, the Sys_UserRole has no method of Exists .
Results 1 to 25 of 32
Page 1 of 2 1 2