webpart

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • srig
    New Member
    • Feb 2009
    • 11

    webpart

    hi..
    help me out to create webpart which will get the employee id from the user and display their details from database.im using visual studio 2003, c#

    Thanks & Regards
    sri
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Here's a few tips to get you started, and that's all we can do. We can't write your project for you.

    Page.User.Ident ity.Name will give you the name of the user logged in to your web app.

    Here are two articles on this site about using databases in your programs:

    Comment

    Working...