| | |
i got the (User.identity.name) blues :(
Please support our ASP.NET advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: May 2008
Posts: 34
Reputation:
Solved Threads: 0
What I want to do is get a users current login username, and pass it to an SQL query which will search a table and return all entries belonging to that person. Ive managed to pass the username onto a label when that person logs in.
I would like to take this a step further by allowing for a pageload event that automaticly querries a table and binds that information unto a datagrid. BTW... I am familiar with the sytax and logic involved with binding a set of records unto a datagrid control. What i am lacking is the knowlege to allow only information that pertains to the logged in user.
Please help,
Rick Pace
ASP.NET Syntax (Toggle Plain Text)
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim theUser = User.Identity.Name greeting.Text = "hello " & theUser.ToString() End Sub
I would like to take this a step further by allowing for a pageload event that automaticly querries a table and binds that information unto a datagrid. BTW... I am familiar with the sytax and logic involved with binding a set of records unto a datagrid control. What i am lacking is the knowlege to allow only information that pertains to the logged in user.
Please help,
Rick Pace
vb.net Syntax (Toggle Plain Text)
Dim query As String = "Select * From someTable Where UserName = '" & theUser.ToString() & "'"
Last edited by sknake; Sep 3rd, 2009 at 4:07 pm.
![]() |
Similar Threads
- How to get window logged in user in asp.net? (ASP.NET)
- How do i associate a Picture or info with a particular logged in user (ASP.NET)
- Context.User.Identity.Name (ASP.NET)
- how to get network login user name (ASP.NET)
- how to get the connected user name in web service (C#)
- Login and retrieve user data from database (ASP.NET)
Other Threads in the ASP.NET Forum
- Previous Thread: Code to authenticate login form
- Next Thread: Life of Objects
| Thread Tools | Search this Thread |
.net 2.0 3.5 ajax alltypeofvideos appliances application asp asp.net beginner box browser businesslogiclayer button c# cac checkbox child class compatible content contenttype control countryselector courier dataaccesslayer database datagrid datagridview datalist deployment development dgv dialog dropdownmenu dynamic dynamically edit embeddingactivexcontrol feedback fileuploader fill findcontrol flash flv form gridview gudi iis image javascript list listbox menu mouse mssql nameisnotdeclared news novell numerical opera order parent problem radio ratings redirect registration relationaldatabases reportemail schoolproject search security select serializesmo.table sessionvariables silverlight smoobjects software sql sql-server ssl tracking treeview typeof validatedate validation vb.net videos vista visual-studio visualstudio vs2008 web webapplications webarchitecture webdevelopment webprogramming wizard xsl






