HELP ME GUYES !!! MY WEB APPLICATION ISN"T work correctly
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.