Search Results

Type: Posts; User: hdsoso

Page 1 of 16 1 2 3 4
Search took 0.04 seconds.
  1. full example:


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm3.aspx.cs" Inherits="tanksystem.WebForm3" %>

    <!DOCTYPE html>

    <html xmlns="http://www.w3.org/1999/xhtml">...
  2. a textfield and a button , when input some words in textfield, click "enter" key, then trigger the button's click event,
    but when click the "enter" key, the page is post back to the server , how...
  3. I want to show a gridpanel , when a cell of gridpanel is empty or null , the cell's border color is red.
    i try to use render for the column


    <ext:GridPanel runat="server" ID="gdHouseCenter" ...
  4. i want to pass a parameter to a store , in aspx,


    <ext:Store runat="server" ID="storeContract" OnReadData="LoadContract" AutoLoad="False">
    <Parameters>
    ...
  5. I must give my licence key to my customer?
    if i sold my web project , i must provide my licence key to my customer? if so , whether or not effect my licence?
  6. 2373123741
  7. how to select the hours,minutes and seconds?
  8. how to set the current date in datefield control when it is rendered?
  9. ok now, you can close the thread.
  10. hi , @Daniil, i want to load data to combobox in combobox, but on Page_Load, can not find the combobox "cb_field".
    or when user select the ComboBox , load data to combobox.


    <ColumnModel>
    ...
  11. @geoffrey.mcgill
    thought i change another way to do this. but i think it is ext.net's bug, i have written a test case above , you can just copy/paste the code to your work unless you do not think...
  12. new LoginPage1.cs


    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using Ext.Net;
    using service.qizweb.com;
  13. i do not use hyperlink in my example code above. if do not use master page ,no error.
  14. i do not know why it throw the error
    Uncaught TypeError: Cannot call method 'setValue' of undefined
    please review my test case below.
    master page:


    <%@ Master Language="C#"...
  15. the error shown in ext.net , could you please test in my last demo?
  16. but , i have set idmode=static


    var dfYzm = new Ext.Net.TextField()
    {
    ID = "tf_yzm",
    Text = rand,
    Value = rand,
    ...
  17. i try to set idmode = static , but the textfeld's id is "tf_yzm-inputEl" from html source .
    below is my test case which using mater page .
    loginpage:


    using System;
    using...
  18. thank you ,
    in my project , I use FenleiUser to extend the LoginPage ,
    show error below
    14571
    loginpage:


    using System;
    using System.Collections.Generic;
    using System.Linq;
  19. hi ext.net team

    I want to create a LoginPage class which pop a window for logining , when a page extend the LoginPage , the page will have the login ability.
    but when click the "fresh" and "...
  20. is it in another request? when page is load , i create a window , then get the button control in the window , is it not the same request?
  21. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm3.aspx.cs" Inherits="info.hdsoso.com.test.WebForm3" %>

    <!DOCTYPE html>

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head...
  22. public Ext.Net.Window CreateLoginWindow()
    {
    ...
    var btnsubmit = new Ext.Net.Button { Text = "登录", ID = "btn_submit" };
    ...
    return window;...
  23. i want to change the default radiobutton's text forecolor and backcolor,my test case is below , but not change anything.


    <%@ Page Language="C#" AutoEventWireup="true"...
  24. thank you , Daniil
  25. Ext.net 2.5.2.10682
    14001
    i use google chrome , really produce the error
    14011
Results 1 to 25 of 391
Page 1 of 16 1 2 3 4