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
P

powerlc

@powerlc
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to open a new form by clicking button
    P powerlc

    string URL; URL = "OpenPage.apsx" ;//You New Page Response.Write("windows.open("+URL+");");////////////////////////////// I think it's should be OK.

    ASP.NET tutorial

  • secure files
    P powerlc

    If u don't hava a database,you can use xml to save the registed user's User Name & Pass word or other file which can instead of the database. Then------------- code in you *.cs files: page_Load( ...) { //UserName,UserPass pass by WEB UI.TextBox if ( !PostBack ) { string UserName = UName.Text.ToString(); string UserPass = UPass.Text.ToString(); if ( checkUser(UserName,UserPass) ) Page.Visible = true //for registed users else Page.Visible = false; } } ... public bool CheckUser(string UName,UPass) { //check the UserName,UserPassWord.... if { true } return true; else return false; }

    ASP.NET csharp database tutorial question

  • number field
    P powerlc

    sure ,you can use the "web control " code behind,you can see it in MSDN .

    ASP.NET question

  • number field
    P powerlc

    Yes, i think ASP.NET's RegularExpressionValidator is the best choose,it's a new feature in ASP.Net.

    ASP.NET 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