asp.net orkut功能 [英] asp.net orkut functionlity

查看:84
本文介绍了asp.net orkut功能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



请给我一些指导,以开发类似orkut的应用程序
当用户(u1)单击最近访问的"配置文件时,应将页面定向到该最近访问的用户(Vp1)的配置文件,然后显示VP1的详细信息和最近的访问者

谢谢
Smitha

Hi,

Please give me some guidance for developing a orkut like application
When the user(u1) clicks on Recent Visited profiles, page should be directed to that recent visited user(Vp1) profile and then details and recent visitors for VP1 should be shown

Thanks
Smitha

推荐答案

当用户(u1)单击最近访问的"配置文件时,页面应定向到该最近访问的用户(Vp1)的配置文件
最简单的方法:将最近访问者的姓名设置为超链接.进行这些超链接,以便将该人的用户ID作为查询字符串添加到URL中.现在,当user1单击VisitorProfile1时,VP1_ID将附加到链接,并使用Response.Redirect/Server.Transfer到该链接,将导致您进入使用VP1_ID定义的新页面.使用ID并显示详细信息.

试试吧!
When the user(u1) clicks on Recent Visited profiles, page should be directed to that recent visited user(Vp1) profile
Simplest way: The names of the recent visitors are made hyperlinks. Those hyperlinks are made such that the userID of that person is added as a query string in the URL. Now, when user1 clicks the VisitorProfile1, VP1_ID is attached to the link and using a Response.Redirect/Server.Transfer to that link would lead you to a new page defined with the VP1_ID. Use the id and show the details.

Try!


这篇关于asp.net orkut功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆