Results 1 to 2 of 2

Thread: Retrieving filtered data

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2010
    Posts
    133

    Retrieving filtered data

    I'm currently using the login feature that came with the default MVC 3 layout.

    I have no problem with regards to writing the data using the default pages that i edited. My problem is how to view the data.

    So I having trouble with 2 things.
    1. How to do something similar to "SELECT * FROM UserRecord WHERE username = *the current logged user*"?
    2. How to transfer the retrieved data to individual textboxes?

    I'm working with C# btw.

  2. #2
    Hyperactive Member Krokonoster's Avatar
    Join Date
    Jan 2010
    Location
    Cape Town
    Posts
    448

    Re: Retrieving filtered data

    HttpContext.Current.User


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width