hi every1 i was build one web form that is for my unversity so that alomost done with one problem how can i check the user info likeHIS PROFILE AND SOME OF IMFORMATION so any one know that ?
and I want know about session
and also paging per 10 by 10 erach page result from my database Help me :cool: :idea: :idea: :idea: :cool:

use session variable to keep track of USER.
/*****************/
this.Session.Add("UserID",value);
/*****************/
next all pages, use something like -->
Session["UserID"].information......
/*****************/
will be happy if it helps u.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.