I'm wondering how to access the username of the current user login on the site, i want to bind that value in my datalist. I'm using the default ASPNETDB database. When you are doing it in C# code you can just write `
User.Identity.Name
But how do i access it in ASP code?
Edit: just want to clear up it's for the parameter to the binding i need the username.