Click here to Skip to main content
15,900,511 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Dear coders

Iam in need of solution and reference for my college project

Totally 15 users in project .. each user have separate profile page like face book.. if i send a message to other person it should be show in all login pages as like twitter or facebook..

how it may be done.... Any reference sites welcome...

happy coding!!!

regards
Senthil kumar
Posted
Updated 3-Apr-11 16:05pm
v2

This is very easily accomplished and the point of the assigment is for you to do, not us. If you show some code, something that you have created yourself, and need help with then maybe we can assist. Also remember it is highly likely your professor is monitoring this site to see who actually does the work
 
Share this answer
 
Thanks dear friend...

i just created sign up and sign in.....
i dont need complete solution.. an idea how it implemented and which control may be used as dono about comment passed through different login

<table bgcolor="ccccff" cellpadding="13">
<tr><td colspan="2"> <B>Sign in using R.M.D Account</B></td></tr>
<tr> <td class="style1"> <img src="d:\s5.jpg"><img src="d:\a1.jpg"></td>
<td class="style2">&nbsp;</td>
</tr>
<tr>
<td class="style1">Username</td>
<td class="style2"><Input type="text" name="t1"></td>
</tr>
<tr>
<td class="style1">Password</td>
<td class="style2"><Input type="text" name="t2"></td>
</tr>
<tr><td colspan="2"> <a href="d:/signin.html">Forget your password ?</a></td></tr>
<tr><td colspan="2"> Not an account just sign up &nbsp;<a href="d:/signin.html">Sign up</a></td></tr>
<tr><td class="style1"><Input type="submit" name="s1" value="Sign in"></td>
<td align="center" class="style2"><Input type="submit" name="s2" value="Cancel" ></td>
</tr>
</table>
<br>
<br>

</form>

</body>

<asp>

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900