发送有关新法规的信息 [英] send info about new reg

查看:80
本文介绍了发送有关新法规的信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


在我的应用程序中,有一个Reg页面,新用户将在此注册.报名后,将向HR(Admin)发送一封邮件,例如新候选人已为我们即将进行的工作报名".请单击此处查看他的详细信息.
现在我想当HR单击click here链接时应打开候选页面.但是,在我的情况下,当HR单击链接然后在第一个候选页面上打开时,一切正常. 我必须提供HR邮件链接(单击单击"按钮后):

http://localhost:4294/EmployeeSelfServicePortal/Default.aspx?id=p_bharti007@yahoo.co.in

http://localhost:4294/EmployeeSelfServicePortal/Default.aspx?id = cprabhainfo @ gmail,com

在两种情况下都显示p_bharti007@yahoo.co.in候选信息(页面).
现在如何允许HR打开正确的页面.
邮件是会话.

Hi
In my application there is Reg page where new user will register. and after reg a mail will sent to the HR(Admin) such as "A new candidate has reg with us for upcoming jobs" Please click here to see his details.
now i want when HR click on click here link then candidate page should open.But in my case every thing is working when HR is cliking on link then on first candidate page is open.
I have to HR mail link(after click on click button):

http://localhost:4294/EmployeeSelfServicePortal/Default.aspx?id=p_bharti007@yahoo.co.in

http://localhost:4294/EmployeeSelfServicePortal/Default.aspx?id=cprabhainfo@gmail,com

in both case p_bharti007@yahoo.co.in candidate info(page) is displaying.
Now How can i allow HR to open right page.
mail is session.

推荐答案


没有代码,很难说出什么问题.但是我必须说检查Request.QueryString值,然后将其传递给Sql Server查询,例如Select * from tbluser_register,其中id=''p_bharti007@yahoo.co.in''

必须有查询错误.


干杯!:)
Hi,
Without code it is difficult to say what can be issue. But I must say check Request.QueryString value then pass it Sql Server query like Select * from tbluser_register where Id=''p_bharti007@yahoo.co.in''

There must be query mistake.


Cheers!:)


这篇关于发送有关新法规的信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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