C# SQL - Applications Within Vacancy That View It - Appears In RED

Apr 12, 2010

i have a job application process where users apply for a job, in the admin section administrators want to be able to see which applications have not been viewed. Now i have one page which lists all the job vacancies and then users can click into that specific vacancy to see which people have submitted an application. This all works fine. However on the page i display the job vacancies i need to make it so that if there are any applications within a vacancy that need viewing it appears in RED.

tbl_vacancies
job_id
job_name
location
voucher
details
availability
region
date_added
tbl_applications
application_id
job_id
fname
sname
other_info
.
.
.
.
date_addedd
viewed

Now the viewed column is in tbl_applications table, the applications relate to a specific vacancy via the job_id. So what i need to check is IF there are ANY applications where the viewed = 0, if so that means that here are applications that need to be seen, and i want this to appear in RED. Now i tried this several ways i.e an INNER JOIN etc.. but the full list of vacancies won't appearing.................

View 5 Replies


Similar Messages:

WCF / ASMX :: Building Services To Work With Web Applications And Console Applications?

Jun 7, 2010

I've been worked with web services so far, and I'm interested in expanding my services to console applications as well so I started digging up with WCF but I'm conserned that I won't be able to use the HttpContext collection that I've been used to do with web services one important thing which is to generate a random value from HttpContext.Current.Request.ServerVariables["ALL_HTTP"] that I need to reckon if it's the same or at least near what machine that is calling my service. How can I overcome this problem?

I need to know what machine is calling to count the number of attempts to login into my system for example. So must do it inside of the svc code otherwise if I let the client inform what ip address or what computer he is using, anyone could forge this argument and surpass by another machine. May be I'm approaching this matter wrongly. And I should count the number of attempts per state session, but how is it done?

View 1 Replies

Configuration :: Deploying Web Applications With Sub Web Applications?

Apr 22, 2010

Our corporate intranet is designed so that each web application is a child application in the primary application.. Everything has worked fine with Visual Studio 2008 and even in 2010 running the website locally works great, the output directory for the child apps is ..in and the ProjectName.dll copies to that directory.. When I do a publish however it does not and I have to manually copy the dll from the bin folder in the project folder to the parent bin folder, this isn't hard of course but more of a pain in the butt each time I need to publish something. I made sure the output directory is correct for both debug and release yet on publish is just copies it to the child bin and not the parent bin as needed.

View 2 Replies

Delete A Row From A Table But It Still Appears?

Jun 8, 2010

I have a grid view which uses a Datasource to populate it. There is also a OnRowDataBound method which does lots of work using templatefields etc.I have a button which runs a delete method in the code behind, but when i use it the row i delete is still displayed on postback. I tried to set EnableViewState to false for the grid view, but then parts of the OnRowDataBound method failed where a variable set in the Page_Load is used.

View 3 Replies

Deployed Application Appears Different In IE8?

Mar 4, 2011

I developed an application locally using the Visual Studio 2008 built-in web server and it is running nice and neat on every single browser. When we deployed it on the IIS6 and open it on IE8, there are rendering issues. The fonts are bigger than the other browsers (which are still nice and neat) and some components just moved around. The generated HTML is the same as the others.

View 2 Replies

Web Forms :: Image Sometimes Appears & Sometimes Does Not?

Aug 25, 2010

is a strange problem am experiencing. have a asp.net 2.0 application then creates bitmaps using GDI+ and then copies them onto hard drive as bitmap files and then web page is updated with URL pointing to the bitmap. using a "dummy query string parameter" to trick the browser into knowing its new images to prevent caching problem where old images are displayed.

the web page can have up to 20-25 bitmap images, but sometimes one of them is missing-- doesn't matter if its long page or short page. when right-clicking on the area and then selecting "properties" it suddenly appears.

was thinking of somehow refreshing programmatically? but don't know how to do that.

using Internet Explorer (a requirement).

View 4 Replies

IE8 Page Appears And Then Automatically Disappears

Feb 3, 2010

I am having an issue with people visiting my site using ie8. It appears that some of my pages seem to render, then disappear. It is only happening in IE8. I looked up a few things on the web and found a few bugs within the browser:

http://edskes.net/ie/ie8overflowandexpandingboxbugs.htm

I tried implementing the changes but am still having issues. I suspect it is something within the styles of my controls pages or within the CSS file.

View 2 Replies

AJAX :: Youtube Appears Behind Another Page

Jan 27, 2011

I have the following source below a YouTube player out of AJAX MODAL POPUP PLAYER EXTENDER and a second procedure to AJAX MODAL POPU EXTENDER as can be seen below:

[Code]....

Except that when I click the button to open the internal player to EXTEND AJAXMODALPOPUP it is being hidden behind the player's default page which is outside the AJAXMODAL POPUP EXTENDER The doubt would be how to fix this problem - I'm working on this project in VS2008 on a Windows XP Pro Service Pack III.

View 3 Replies

C# - Show Disassembly Dialog Box Appears?

Mar 19, 2010

When I try to execute my code, I'm getting an error dialog: 'Show Disassembly' which is preventing me from executing my code.

View 1 Replies

C# - .net Calendar Control Appears Below Textfield?

May 24, 2010

I ma using an image button to display an asp.net calendar control (this control comes with VS 2008). However, when I click the image button, the calendar controls is displayed "below" the textfield that it is suppoed to populate. How can I get the control to appear on the right side of the textfield?

My code is:

<asp:ImageButton ID="imgCalendar" runat="server" Height="17px"
ImageUrl="~/Images/CAL.gif"
onclick="imgCalendar_Click1" Width="19px"[code]....

View 2 Replies

Security :: Logon Box Appears Every 5 Minutes?

Jan 8, 2010

I get about 5 minutes of inactivity before a logon box appears for a site I manage. Once logged in, our users must be able to stay logged on all day with no annoying logon popups. This started happening after a change i made to IIS6. We formerly had digest authentication and windows integrated authentication checked and everything worked fine but our users complained because they had to put creds in as <domainuserid>. We want to get rid of the domain requirement. To do this i unchecked windows integrated authentication and added the domain to the "Realm" text box. I can log in now without the domain, and everything works as before but I only get a few minutes before I have to relogon. I tried increasing the connection timout to 36000 and have keep alives checked on the web site property page. I also tried setting the web servers registry setting: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesInetInfoParametersDigestContextCacheTTL to 36000 (ten hours). these changes had no effect that I can see.Our setup:we use SSL and have a test certificate that is expired We are hitting the site on our intranet with IE7 or IE8. The production version of this site is on the internet though.IIS6 on a 2003 serverkeep alives is checkedanonymous authentication is uncheckeddigest authentication is checkedwindows integrated authentication is uncheckedIISRESET was run after each change.

View 7 Replies

C# - Disable Label When Download Box Appears?

Apr 5, 2011

i have a asp.net webform.

when user click on link, it calls another page which in turn refers some assembly to initiate a download which takes some time to appear as it is rendered on fly..

The issue:

i wish to popup a message .. wait download initiated: when user clicks the download

and finally when the ie download popup appears i want to disable that popup..

View 1 Replies

Modal Popup Appears Behind GridView

Feb 5, 2013

Not even all the time but occasionally.

HTML Code:
<asp:UpdatePanel ID="udpEditModal" runat="server">
<ContentTemplate>
<asp:UpdateProgress ID="UpdateProgress5" AssociatedUpdatePanelID="udpEditModal" runat="server">
<ProgressTemplate>
<div style="text-align: center; color: Red; font-size: 12px; font-weight: bold; position: relative;">
<img src="images/ewestcor_loader.gif" alt="Loading" />

[Code] ....

View 4 Replies

How To Disable A Drop Down List With CSS, So It Appears Grayed Out

Feb 22, 2010

I have an ASP.NET application with a drop down list.

How to disable a drop down list with CSS, so it appears grayed out? Is it possible to do this with only CSS ?

View 2 Replies

Radiobuttonlist Appears Horizontally With Text On The Bottom?

Sep 29, 2010

Does anyone know how to make a radiobuttonlist appears horizontally with text on the bottom, in ASP.Net?

. . .
Option 1 Option 2 Option 3

View 1 Replies

AJAX :: CalendarExtender Initially Appears Blank?

Sep 17, 2010

I have a small standalone development project and am designing a form page in it.

It has a CalendarExtender, I notice that when it is initially popped up it is blank appart from the left/right arrow.

Pressing an arrow and the month appears OK and from then on it's OK.

If I create a brand new project and paste the code in it then works OK.

So it must be something in my project I think.

Code below:

[Code]....

View 8 Replies

Part Of Template Appears On Every Page - Can't Change

Feb 16, 2010

In my web site in all html pages I call a function in body onLoad event:

<body onLoad="func1();">

This is part of my template for html, so it appears on every page in my site and I can't change that. Now, the deal is that on some pages, I need to call some other functions onload and I tried with window.onload property, but it wipes the calling of func1...

I now that I can just say:

window.onload = func2(); //where func2() calls to func1()

but this seems dirty and lame? Isn't it? So, is there a way to add some functions to those that are about to be executed onload, without deleting the old one?

View 5 Replies

MVC :: 2 And Linq To Entities - Objects Is Not Appears At Dropdown

Mar 26, 2010

I am use the new ASP.NET MVC 2 and Entity Framework, but when I try to create a new view with strongly-typed option selected, the entity objects is not appears at dropdown and I cannot use the view creation wizard. I recompile the solution, but still not appears yet. Have any workaround that I forgot to do to enable the entities to be displayed at dropdownlist ?

View 5 Replies

Listbox Appears Through Modal Popup Extender?

Feb 13, 2010

I have a base page in which i have a listbox. The base page is also having a modal popup extender. When the modal popup extender appears over listbox, the listbox appears through modal poup. That is, only for listbox, the popup extender becomes transparent.

View 1 Replies

Ajax - Control Appears Multiple Times?

Oct 5, 2010

i have to two buttons in aspx page. i added ajax functionality to the page. but now thesee two button appears twice when i run the page.

View 1 Replies

AJAX :: Popup Appears And Then Immediately Disappears?

May 17, 2010

[Code]....

AJAX popup appears and then immediately disappears


View 5 Replies

AJAX :: Modal Popup Appears On Bottom In IE7

Feb 25, 2011

We implemented Modal Popup in Sharepoint 2007 as a part of one of the User controls. Issue that I am facing is on IE7 the popup appear on botton left hand side of the browser screen. Popup itself is grayed. It works fine in IE 6 i.e. popup is center positioned and enabled Does any body know if this is a known issue with IE 7 and how to rectify this issue? below is the ASCX code for the user control

<%@ Control Language="C#" AutoEventWireup="True" ClassName="SentinelSearchBox" Inherits="Sentinel.Controls.SentinelSearchBox, Sentinel.Controls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=05e76928ea1f870f" %>
<%@ Register Assembly="AjaxControlToolkit, Version=3.0.30930.28736, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e"
Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<style type="text/css">
.updateProgress
{
border-width: 1px;
border-style: solid;
background-color: #CCCCCC;
position: absolute;
width: 130px;
height: 50px;
}
.updateProgressMessage
{
margin: 3px;
font-family: Trebuchet MS;
font-size: small;
vertical-align: middle;
}
.loadingInput
{
font-family: Arial;
font-size: 11px;
color: gray;
background-color: #FFFFCC;
}
.sentinelPanel
{
position: absolute;
z-index: 999;
border: solid 1px black;
display: block;
padding: 1.5em;
right: 17em;
background-color: White;............................

View 1 Replies

Web Forms :: Control Validation Appears In Disorder?

Mar 2, 2011

I´m using different validation controls from asp.net in a page that has like 10 controls. When I click on insert validation occurs but my problem is that error messages appear in summary for some and other validation only takes place when I correct the first errors which is very confusing. I´m trying to get all validation messages to be shown all at once but for some reason not all of them happen at the same time.

[Code]....

I tried to figure out a solution by assigning ordered tab index, but behaviour keeps the same. Some controls appear to be validated first with their respective error messages whereas others are validated after the firts ones.

View 3 Replies

AJAX :: ModalPopupExtender Appears And Then Disappears On Show()?

Aug 6, 2010

I have a modalpopupextender and I want to show a panel after a postback which works but once the panel is shown it disappears immediately. Upon reviewing the markup, it seems as though some inline styles are being set.

style="display:none; position:fixed"

If I edit the display attribute and change it to block then the panel will displayed with all its rendered content but I need it to display after a postback. After troubleshooting the only conclusion i have is that the modalpopupextender is setting the inline styles, because when I turn off the modalpopupextender, then the Panel will show correctly.

<asp:ModalPopupExtender ID="modalPopupExtender1" runat="server"

View 10 Replies

MVC :: Html.ValidationSummary Appears Even Though There Is No Error To Be Displayed?

Feb 24, 2011

I've placed Html.ValidationSummary(true) on my page so that an error can be displayed that are not associated with a field.

This renders the following html <div class="validation-summary-errors"><ul><li style="display: none;"></li> when there are some ModelState errors are present, all of which are associated with a field. ie there are no page level errors

I've put some background and border styles on the div which give the look that I want.

The problem is that the div is visible even though the collection is empty.

I understand why this is happening but was wonder if there where any techniches to prevent the html from being rendered or to hide the div using styles if the ModelState errors collection is empty?

If its possible I'd like to avoid using jquery to hide the validation summary as the site should work without javascript.

View 17 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved