Home Job for software engineers
I am software enginneer with 4 years exp,I want to work from home without pressure.Looking job on SEO(no idea about seo, i want to study) like.Anybody can give good idea about the job from home
Answers (2)
1
Try to give Session value before insert like below.
- try
- {
- Session["Vechilevalue"]=DropDownList1.SelectedValue;
- if(Session["Vechilevalue"]!=null&&!n.tbl_Vec.Any(x=>x.Vec_ID==Vec_ID))
- {
- v.Vec_ID=Vec_ID;
- {
- v.Vec_ID=DropDownList1.SelectedValue;
- }
- n.tbl_Vec.Add(v).ToString();
- n.SaveChanges();
- }
- else
- {
- }
- }
- catch
- {
- }