
hi,i m creating an admin module and creating new username and password for a particular user and assigning a module to that user,and my question is after by login by that user with that assigned username and password only that particular module will b shown in the header link after login....pls help me out to solve this.. Thanks in advance.....

Hi Kavita
Logic is very simple
<%
if (session.getAttribute("username")=="assigned username")
{
%>
<html>
// enable the header using CSS
</html>
<%
}
%>
Hope this will help you
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.