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
N

nerzhul86

@nerzhul86
About
Posts
6
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • logout in asp.net
    N nerzhul86

    thanx a lot, will try the 1st option.

    ASP.NET database csharp asp-net help

  • logout in asp.net
    N nerzhul86

    hi im doing an asp.net website with a login system for its users. i used a table in sql to maintain a record of user details.when a user logs in , i set a flag to 1 and when they click the logout button , the flag is set back to 0. my problem is if the user closes the browser window or for some reason the system crashes , that user still remains logged in. i have 2 go to the database and set the flag. please suggest some way to solve my prob. thanx

    ASP.NET database csharp asp-net help

  • how to traverse through the records using sql datareader
    N nerzhul86

    We are doing a project in asp.net 2.0 with sql server 2005,we need to move to the next record at the click of a button.We are using an sql datareader,we have one button 'show',to show each record,and in the page load, the following code is there: Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load regid.Text = "1" mysql = "select que_bank.que_no,que_bank.ans,testquestions.ans from testquestions,que_bank where que_bank.que_no=testquestions.que_no and testquestions.reg_id='" & regid.Text & "'" cmd.CommandText = mysql myconn.Open() objdr = cmd.ExecuteReader() End Sub Protected Sub show_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles show.Click objdr.Read() queno.Text = objdr.GetValue(0) cans.Text = objdr.GetValue(1) urans.Text = objdr.GetValue(2) End Sub Can anyone help us?

    ASP.NET csharp asp-net database mysql sql-server

  • [Message Deleted]
    N nerzhul86

    [Message Deleted]

    ASP.NET

  • session state issues
    N nerzhul86

    ur saying that i should create a flag field in my database , and everytime a user logs in set flag to 1, and then on logging out set flag to 0.right? is there any easier way?

    ASP.NET database help csharp asp-net sysadmin

  • session state issues
    N nerzhul86

    im developing an online test application using ASP.NET , IIS 7.0 is the server and SQL 2005 is our database engine. the user for a test must login first. i used session id s and variables to store names and login logout. but im having a problem with authentication .if on one computer im logged in as raj , then from a different computer i can still login as raj. how can i maintain unique logging in of users.really stumped. please help.

    ASP.NET database help csharp asp-net sysadmin
  • Login

  • Don't have an account? Register

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