Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
H

huikm

@huikm
About
Posts
12
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • log scale axis for charts
    H huikm

    1 log(1) 2 log(2) ... ... 10 log(10) given a length, do: length * mf[] to get the distance of each tick with respect to the index x

    ASP.NET question

  • drag and resize custom control on designer surface
    H huikm

    the control is derived from: public class XYChart : System.Web.UI.WebControls.WebControl {...} the project was created using Web Control Library wizard option. i experimented with another skeleton Web Control Library project and its the same problem on the designer surface hosted within a asp.net web application project. previously, i created an empty web project and included the XYchart web control library project in it and i was able to drag and resize my control on the designer surface without adding any additional codes. i tried copying the dlls from the web control project's bin/debug to the web project bin folder and reference it but it doesn't help. the point is i could not drag and resize my custom control on a aspx form designer surface in asp.net web application project but i could do it on a aspx form designer surface in an empty web project. huikm

    ASP.NET question csharp asp-net

  • drag and resize custom control on designer surface
    H huikm

    hi, i am developing a web control in a asp.net application project and derived my custom class from a webcontrol. after inserting onto the designer surface, i cannot resize it but can only drag and move it anywhere on the designer surface. how can i resize my control by dragging its handlers? it doesn't allow that right now. i initially got started on a empty web project and with the same control, i could resize the control on the designer surface. am wondering why it doesn't with the asp.net application project setting.. thanks, huikm

    ASP.NET question csharp asp-net

  • log scale axis for charts
    H huikm

    i am attempting to develop a custom control and got somewhere with the linear scale axis. how do i go about creating a log scale? is there a formula that dictates the spacing between ticks or i have to keep some sort of normalized table that stored relative tick to tick units and use that to do translation. if so, is there such a look up table? use to refer to a log table handbook before the calculator came along. hope some kind souls or chart control developers can give me some pointers.. thanks huikm

    ASP.NET question

  • handling CDATA in xml schema
    H huikm

    Am encountering the following problem. in my xml doc, there is elment as such: the corresponding autogen xml schema from VS.NET returned my understanding is the CDATA tag is asking the xml parser to ignore what is enclosed by the CDATA tag. By the same token, i would think the xml schema should also ignore the element value of COMMAND. well, I isolated the xml schema validation is failing at this point. How should the xml schema really be to handle CDATA? thanks, huikm

    XML / XSL xml question csharp database visual-studio

  • treeview web control
    H huikm

    i am running the treeview control in a .aspx page. the webctrl_client folder under wwwroot, which exists after installation. meng

    ASP.NET tutorial html help question

  • treeview web control
    H huikm

    i am not sure what you mean? the project is created and mapped to http://localhost . do you mean i have to go into IIS manager and created a virtual directory to the my current project folder like c:\Inetpub\wwwroot\my project...? meng

    ASP.NET tutorial html help question

  • treeview web control
    H huikm

    hi.. sorry.. long weekend over here is singapore to celebrate deepavali.. anyway. am still keen on solving this: this is the generated html segment : RD Projects Node2 Node3 Node4 Node5 Node6 i have no idea how proper generated html rendered codes would look like. any enlightening here is deeply appreciated. meng STAr-Quest

    ASP.NET tutorial html help question

  • treeview web control
    H huikm

    i am using the treeview web control downloaded from Microsoft Internet Explorer Web Controls. i followed the example to the Letter but when the html rendered, all the nodes showed up 1 straight line. am totally lost how to get this working. anyone come across the same problem and solved it? thanks, huikm

    ASP.NET tutorial html help question

  • XML Schema:constraint attribute integer
    H huikm

    thanks alot! the pattern works... meng

    XML / XSL question xml database tutorial

  • creating ELEMENT with default namespace
    H huikm

    i have the following xml document with a default namespace. something i did all the MSXML4 necessary things to work with the default namespace and got the Xpath expression working with the selectsinglenode() and selectnodes(). now when i create the tag , i get an unwanted empty xmlns attribute in the new tag and its causing all the Xpath expression to break. something something how do i get rid of this xmlns="" attribute? I tried removeNamdItem("xmlns") but it does not work. how do i prevent the empty xmlns attribute from apprearing? a workaround i did was to get xmldoc->getxml(), search and replace the xmlns="" but that is not a viable solution. thanks.. meng

    XML / XSL xml question

  • xpath & namespace
    H huikm

    i introduced a namespace into the XML document and all the Xpath construct did not work. It was working before i introduced the namespace. what is wrong? something 1 something 2 selectNodes(_bstr_t(_T("//TEST")); // working with namespace something 1 something 2 selectNodes(_bstr_t(_T("//TEST")); // error i added the namespace cos i am doing xml schema validation using MSXML4 which turned out to be ok. but with the xmlns..., all the xpath expressions failed. This is my first encountered with namespace in xml document appreciate any help advise. thanks meng

    XML / XSL xml help question database
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups