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
L

liliblacsharp

@liliblacsharp
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to force a page to post back from another page?
    L liliblacsharp

    You mean, you have 2 web pages? 1 is parent and another is the child? Example: parentWeb.aspx -> main web page. parentWeb.aspx call another webPage (ex. childWeb.aspx). When user click button on childWeb.aspx, you can make parentWeb.aspx post back by this way: On childWeb.aspx: var wndParams = window.dialogArguments; opener = wndParams[0]; --> parentWeb.aspx function onButtonClick() { opener.doWebPostback(); } On parentWeb.aspx: function doWebPostback() { document.Form1.submit(); } Hope this can help you :) Lili

    ASP.NET help tutorial question

  • ActiveX Control in Web Application
    L liliblacsharp

    Hi, I try to make embedded WinForm in Web Application. I follow some step from this forum. I have problem about this. I create ActiveX and put that object to webpage.aspx using CLSID. I can run im my computer, but can't run in client computer. Can you help me please? This is the way how I expose the object: I also try this way: (not show anything, just blank box) I put the .dll and .cab file in my web folder. Please help me. What's wrong with my code? :(( Thank you very much BR, Lili

    ASP.NET help com hardware question
  • Login

  • Don't have an account? Register

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