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
D

doudoufly

@doudoufly
About
Posts
8
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How can Access a Div without add runar="server" in code behind?
    D doudoufly

    You can not access a Div without add runar="server" in code behind. But you can get input element without add runar="server" like this: in code behind string pName = Request.Form['pName'];

    ASP.NET sysadmin help question

  • Response.Redirect corrupting redirect URL
    D doudoufly

    If you wanna redirect to another web application url. you need add "http://" at the beginning. Response.Redirect("http://localhost/application2/default.aspx");

    ASP.NET csharp asp-net help tutorial question

  • how can i create interface?
    D doudoufly

    i teach u dotnet , u teach me English my msn : fly1126@live.cn

    ASP.NET question csharp asp-net database

  • session getting expired very frequently even session timeout has been set for 20 minute in asp.net 2.0.
    D doudoufly

    If your web application stores session data in-process which is the default behavior, the process will be restarted when this process is not instability, then your session will be lost. some files modified can be lead to restart process. such as Global.asax, Web.config, bin etc. Anti-virus software scanning .config files also can lead to restart process. my english is not very well, i hope it'll help you. my msn : fly1126@live.cn

    ASP.NET csharp asp-net tutorial

  • Difference between WCF and WebService
    D doudoufly

    WCF combines and extends the capabilities of existing Microsoft distributed systems technologies, including Enterprise Services, System.Messaging, Microsoft .NET Remoting, ASMX, and WSE to deliver a unified development experience across multiple axes, including distance (cross-process, cross-machine, cross-subnet, cross-intranet, cross-Internet), hosts (ASP.NET, EXE, Windows Presentation Foundation, Windows Forms, NT Service, COM+), protocols (TCP, HTTP, cross-process, custom), and security models (SAML, Kerberos, X509, username/password, custom).

    WCF and WF csharp wcf question learning

  • render aspx to string.
    D doudoufly

    WebRequest HttpWebRequest = WebRequest.Create("url"); WebResponse HttpWebResponse = HttpWebRequest.GetResponse(); StreamReader sr = new StreamReader(HttpWebResponse.GetResponseStream(), System.Text.Encoding.UTF8); string strHtml = sr.ReadToEnd();

    ASP.NET sysadmin question

  • Help with viewstate and gridview
    D doudoufly

    hi, you can store the search parameters into viewstate when you click on the button for "next", you needs rebind the data. you can also store the search parameters and page information in url like this: http://search.aspx?parameter=egg&page=1 my english is not very well, can u teach me english ? haha~ my msn :fly1126@live.cn

    ASP.NET help question wpf wcf tutorial

  • Explain Useage of Request.UrlReferrer
    D doudoufly

    hi, Request.UrlReferrer gets information about the URL of the client's previous request that linked to the current URL. If user enter the URL manually , then value of Request.UrlReferrer is null Other method : Request.ServerViables["http_referer"] if you have any questions, please contact me My msn: fly1126@live.cn

    ASP.NET
  • Login

  • Don't have an account? Register

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