我的网站网页出现问题 [英] issue with a web page of my site

查看:67
本文介绍了我的网站网页出现问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我当时在一个像naukri一样工作的网站上工作.学生可以注册并申请发布在网站上的职位.各个公司的员工都可以发布工作.学生遇到的一个问题是,他们没有完全阅读工作岗位的详细信息,而是盲目地申请.为避免这种情况,我们考虑做点事情.
步骤1:学生进入首页.
第2步:浏览工作资料,然后单击应用",一旦他们单击应用",他们将获得一个页面,其中包含有关工作细节的5个问题.

为了使此页面发生,我做了一个简单的技巧.我在工作职位字段(如工作职称,职位位置..)旁边创建了一个复选框,以便在我选中此复选框时,该特定字段就会变成问题.
例如:

如果我执行jobposts.cs,我会得到一个类似于注册表格的页面.字段就像

公司名称:
职称:
工作地点:
有没有联系:

其他一些类似问题.

现在我要做的是我在每个字段旁边创建了一个复选框(例如:公司名称,职位名称等)
如果选中职务标题旁边的复选框,则应显示职务是什么?".向正在申请该工作的学生提出的问题.

我无法为此编写代码

I was working on a site which acts just like naukri. students can register and apply for jobs posted in the site. employees of respective company can posts job.One problem arising with students is that they do not completely read the details of the job post but blindly apply.In order to avoid this we thought of doing something.
step 1: student comes to home page.
step 2:go through the job profile and click apply, once they click apply they would get a page with 5 questions regarding the job details.

For this page to happen i made a simple trick. I created a check box beside the job posts fields(like job title,joblocation..) so that if i tick tht checkbox,that particular field turns as a question.
For example:

If i execute jobposts.cs, I will get a page which is just like a registration form.Fields would be like

company name:
job title:
job location:
is there any bond:

some other questions like this.

now what i did is i created a checkbox beside each field(ex:company name,job title etc)
if tick the check box beside job title field, it should display "what is the job title?" question to the student who is applying for that job.

i am unable to write code for this

would somebody help me??

推荐答案

private void CheckBox_CheckedChanged(object sender, System.EventArgs e )
     {
        //your code to show question

     }



问候,
@iamsupergrasya



Regards,
@iamsupergrasya


这篇关于我的网站网页出现问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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