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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
A

Anushu

@Anushu
About
Posts
17
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • about getting current user Identity
    A Anushu

    Hi, its me again.. Check this out might help you "string sLOGGEDINUSER = System.Web.HttpContext.Current.Request.ServerVariables.Get("LOGON_USER");"

    ASP.NET security help csharp tutorial question

  • about getting current user Identity
    A Anushu

    Hi, I think you can user the HttpServariables to solve your problem, for instance "System.Web.HttpContext.Current.Request.ServerVariables("REMOTE_HOST")" - this gives the IP of a remote client machine..there are some 40 (not sure really) or so ServerVariables and you can use them for obtaining the username

    ASP.NET security help csharp tutorial question

  • .Net security
    A Anushu

    I have windows control on my web form (it is sinked using the tag in IE), this requires giving full trust on all zones with the Security settings. My control is realized on a web page and thus the client would receive or rather use it as any other web page (just like Google home page for instance). On the client side, I cannot ask the client to change his security settings nor can I do anything to change the settings on his system. What should I do with such a situation, is there any way I can make my components be loaded in IE at default security. I would be grateful for your help.

    ASP.NET csharp security help

  • Restricting to single instance of a web application
    A Anushu

    Hey, thanks for the reply, But I am not trying to achieve single user per page.. but only this if a web page is open user must have only that single instance of the web page and should not be allowed to open an another instance

    ASP.NET hosting tutorial question

  • Stateful ASP.NET Application
    A Anushu

    Hi, Hope the following few references would help in answering your questions, give them a try 316516 How To Sink Managed Visual Basic .NET Events in Internet Explorer Script http://support.microsoft.com/?id=316516 316510 PRB: Security Exception When You Use Event Handlers in Internet Explorer http://support.microsoft.com/?id=316510 814664 PRB: ActiveX Error When You Sink Managed Events in Internet Explorer http://support.microsoft.com/?id=814664

    ASP.NET help question csharp asp-net database

  • Restricting to single instance of a web application
    A Anushu

    Hi, Can anybody throw light on how to restrict a WebForm ( an aspx) page to a single instance. For instance, if i am hosting "http://localhost/WebBased\_UserControl.aspx" in IE and I try to open the same page in another IE window then only one IE Window hosting the above page should open... How is this possible???

    ASP.NET hosting tutorial question

  • Strange action in ASP.NET - Cache ?
    A Anushu

    This cache problem could be coz of Shadow copying..(refer to shadow copying in msdn) try deleting the contents of assembly folder in the following path %userprofile%\Local Settings\Application Data\assembly\... (this is a hidden file)

    ASP.NET csharp asp-net sysadmin windows-admin testing

  • LocalIntranet FullTrust
    A Anushu

    I have a .net dll(strong named) that I am hosting using tag in IE. When this is hosted over the network, the component is not loaded on to the clients web page and also no error is shown, however if the client sets his local intanet level to full trust - using the .net framework wizards, the component gets loaded. Is there anyway I can read these security settings on the client machine and notify him that he has to set the local intranet option to full trust... or is there any better suggestion for this problem... Please help... this is a very urgent issue Thank you

    ASP.NET help csharp dotnet sysadmin hosting

  • Migrating from vb6 to vb.net
    A Anushu

    Hi, In migrating from vb6 to vb.net, could not the alternative for "UserControl.Hyperlink.Navigateto(param)" Can anybody provide help on this, I have tried MSDN but no use can anybody help me out please???????

    Visual Basic csharp help question

  • Providing navigation in IE through vb.net
    A Anushu

    I have a windows application that implements a treeview control of vb.net.This tree has various nodes and subnodes, upon the click of the node, a web page should be displayed in IE...really stuck with this since many days.Please provide help.Thnak you

    Visual Basic help csharp data-structures

  • Providing navigation in ASP.NET
    A Anushu

    Ok, I maen a windows control library is getting hosted on the webform, now clicking on this class library, an event is genrated that should be handled by the webform.......Probably using event handlers in Global.asax....can you tell me how this can be achieved??

    ASP.NET csharp asp-net data-structures

  • hosting multiple dlls in asp.net
    A Anushu

    Dear Dave, Thank you very much for the reply, actually i have a windows control library developed in vb.net.I'm hosting this dll in a aspx page using frameset. This frameset has two frames, the right one hosting the dll(which has a treeview control implemented in it). Now when I click on the node in this tree control, I want the link be provided in the left frame...Can you help me with this...Thank you

    Visual Basic csharp asp-net hosting help

  • Providing navigation in ASP.NET
    A Anushu

    Dear Mr.Colin, Thank you for your suggestion, but the problem here is, the tree control is vb.net dll that gets loaded into the right frame, so how to capture the click of node on this dll in the left frame....

    ASP.NET csharp asp-net data-structures

  • Providing navigation in ASP.NET
    A Anushu

    I have an aspx page which is divided into two frames using . The right frame loads a vb.net dll which implements a tree control(thus has various nodes) using the tag. On clicking any of the node on the left frame, the right frame should display the appropriate page.How can this be achieved.

    ASP.NET csharp asp-net data-structures

  • hosting .net dlls without using .net framework
    A Anushu

    Can I host .net dlls in a non .net framework? If so, then how?

    ASP.NET csharp dotnet hosting question

  • Hosting vb.net dlls in ASP.net
    A Anushu

    How do I host vb.net dll in asp.net without using the html tag ? Can I host them using ASP.net web controls

    ASP.NET question csharp html asp-net

  • hosting multiple dlls in asp.net
    A Anushu

    Please help me in finding out how to host a vb.net dll in ASP.net that is dependent on another vb.net dll???

    Visual Basic csharp asp-net hosting help
  • Login

  • Don't have an account? Register

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