I need an example of a profile page for a user when he.she logs in

Last post 09-08-2008 5:01 PM by xxXd. 7 replies.
Page 1 of 1 (8 items)
Sort Posts: Previous Next
  • 09-03-2008 4:42 PM

    • macupryk
    • Top 25 Contributor
    • Joined on 08-04-2008
    • Wannabe Slacker
    • Points 862

    I need an example of a profile page for a user when he.she logs in

    I am working on a profile.aspx page . When the uesr logins in I wouldl ike to display the users information.

    I am not sure how to set this up on the page meaning layout. For instance a picture of  a user with the user's profile.

     

    I appreciate it.

  •  Advertisement

    Outstanding performance. Full ASP.NET AJAX support. Nearly codeless development.

     
  • 09-03-2008 4:44 PM In reply to

    • Sonu
    • Top 10 Contributor
    • Joined on 05-22-2006
    • Montreal / Canada
    • Slacker
    • Points 9,810
    • MVP

    Re: I need an example of a profile page for a user when he.she logs in

    [MVP since 2005] [MCAD]
    Webmaster of DotNetSlackers
    Question or Suggestion?
    Feel free to ask my any .NET question
    Our Posting FAQ
  • 09-07-2008 4:11 AM In reply to

    • macupryk
    • Top 25 Contributor
    • Joined on 08-04-2008
    • Wannabe Slacker
    • Points 862

    Re: I need an example of a profile page for a user when he.she logs in

     this is nice but do u have code for something like this.

  • 09-08-2008 12:00 PM In reply to

    • xxXd
    • Top 10 Contributor
    • Joined on 12-18-2006
    • Wannabe Slacker
    • Points 15,067

    Re: I need an example of a profile page for a user when he.she logs in

    this should be very simple.

    it is just a few datalists with datasource filtered by the user.

    You know how to work with dataList, do you?

     

     

     

  • 09-08-2008 1:48 PM In reply to

    • macupryk
    • Top 25 Contributor
    • Joined on 08-04-2008
    • Wannabe Slacker
    • Points 862

    Re: I need an example of a profile page for a user when he.she logs in

     Excellent then you can send me some code at my email.

    I appreciate it.

  • 09-08-2008 2:17 PM In reply to

    • xxXd
    • Top 10 Contributor
    • Joined on 12-18-2006
    • Wannabe Slacker
    • Points 15,067

    Re: I need an example of a profile page for a user when he.she logs in

     do you use adc data controls developed by DNS? it is a set ajax enabled data controls. Looks like you are very much into ajax.

    the controls together with the sample code can be downloaded at

    http://www.codeplex.com/AjaxDataControls/SourceControl/ListDownloadableCommits.aspx

    let me know if you have any questions.

     

  • 09-08-2008 3:43 PM In reply to

    • macupryk
    • Top 25 Contributor
    • Joined on 08-04-2008
    • Wannabe Slacker
    • Points 862

    Re: I need an example of a profile page for a user when he.she logs in

     I am total new to ajax. But the knowledge I would like to write a few good articles. I am finding quite a few bugs.

    I am encountering the same thing other people are going through.  Can u explain to me the concept of enabled data controls?

     

  • 09-08-2008 5:01 PM In reply to

    • xxXd
    • Top 10 Contributor
    • Joined on 12-18-2006
    • Wannabe Slacker
    • Points 15,067

    Re: I need an example of a profile page for a user when he.she logs in

    macupryk:
    I am finding quite a few bugs

    Examples??

    macupryk:
    I am encountering the same thing other people are going through. 

    What is the same thing?

    AJAX enabled script controls are asp .net ajax invention, it trys to mimic the existing server controls on the server side yet equips with ajax capacities. ridding of whole-page refreshing.

    It is kind of hard to explain. Yet, the AJAX Data Controls are such examples of AJAX controls.

    I must admit, ASP .net ajax tends to clumsy from time to time.

    Quote Rick Strahl, "It's important to point out though that ASP.NET Ajax is by no means required to do Ajax with ASP.NET. You can easily use another JavaScript framework like jQuery, Prototype, ExtJs and so on with ASP.NET."

     

Page 1 of 1 (8 items)