Click here to Skip to main content
15,917,709 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Access the Public Property of User Control in the ASP.Net web farms page Pin
Richard Deeming15-Feb-16 1:49
mveRichard Deeming15-Feb-16 1:49 
QuestionChange attributes value of web form user control in div by using jquery Pin
koklimabc10-Feb-16 6:47
koklimabc10-Feb-16 6:47 
AnswerRe: Change attributes value of web form user control in div by using jquery Pin
ZurdoDev10-Feb-16 9:44
professionalZurdoDev10-Feb-16 9:44 
QuestionError "Access to the path 'D:\Projects\SXXXXX\Source\SH.XXXXXXX.WebUI\App_GlobalResources\Glossary.resx' is denied." Pin
indian1438-Feb-16 20:38
indian1438-Feb-16 20:38 
AnswerRe: Error "Access to the path 'D:\Projects\SXXXXX\Source\SH.XXXXXXX.WebUI\App_GlobalResources\Glossary.resx' is denied." Pin
Richard MacCutchan8-Feb-16 21:51
mveRichard MacCutchan8-Feb-16 21:51 
AnswerRe: Error "Access to the path 'D:\Projects\SXXXXX\Source\SH.XXXXXXX.WebUI\App_GlobalResources\Glossary.resx' is denied." Pin
Afzaal Ahmad Zeeshan9-Feb-16 9:10
professionalAfzaal Ahmad Zeeshan9-Feb-16 9:10 
GeneralRe: Error "Access to the path 'D:\Projects\SXXXXX\Source\SH.XXXXXXX.WebUI\App_GlobalResources\Glossary.resx' is denied." Pin
indian14310-Feb-16 13:54
indian14310-Feb-16 13:54 
QuestionHow do I apply these restrictions? Pin
samflex8-Feb-16 6:12
samflex8-Feb-16 6:12 
Hello Gurus,

Normally, when we conduct community elections, one of two rules usually applies.

1, Every one from various communities are allowed to participate in the election.
2, Only certain groups of communities are allowed to participate in the election.

I usually handle these restrictions with the following code:

PHP
Dim CommunitiesAllowed = New List(Of String)(
 { _
  "East Community" _
})
If Not CommunitiesAllowed .Contains(txtComm.Text) Then
    lblNA.Text = "Voters in community" & txtComm.Text & " are not eligible to vote in this election."
End If


With the example above, if a voter does not come from East Community, that voter is not allowed to vote and a message displaying that voters community saying the voter is allowed to vote since his/her community does not match community listed above.

This time, the requirement is different. We have two elections, one election going in East Community only and another going on for ALL communities.

The rule this time is that if you are from East Community, you can participate in both East Community election as well as the general election involving all communities.

However, if you are not from East Community, you can participate in general election but NOT in the East Community election.

Any ideas how to modify above code to satisfy this rule?

Thanks in advance
AnswerRe: How do I apply these restrictions? Pin
F-ES Sitecore8-Feb-16 23:50
professionalF-ES Sitecore8-Feb-16 23:50 
GeneralRe: How do I apply these restrictions? Pin
Richard MacCutchan9-Feb-16 5:29
mveRichard MacCutchan9-Feb-16 5:29 
GeneralRe: How do I apply these restrictions? Pin
F-ES Sitecore9-Feb-16 5:32
professionalF-ES Sitecore9-Feb-16 5:32 
GeneralRe: How do I apply these restrictions? Pin
Richard MacCutchan9-Feb-16 6:04
mveRichard MacCutchan9-Feb-16 6:04 
QuestionMVC Razor, routevalues Pin
jkirkerx4-Feb-16 12:11
professionaljkirkerx4-Feb-16 12:11 
AnswerRe: MVC Razor, routevalues [solved] Pin
jkirkerx4-Feb-16 12:22
professionaljkirkerx4-Feb-16 12:22 
SuggestionRe: MVC Razor, routevalues [solved] Pin
Richard Deeming5-Feb-16 4:37
mveRichard Deeming5-Feb-16 4:37 
GeneralRe: MVC Razor, routevalues [solved] Pin
jkirkerx5-Feb-16 6:28
professionaljkirkerx5-Feb-16 6:28 
QuestionDetailsView - Dropdown in ItemTemplate Pin
Member 121716134-Feb-16 2:51
Member 121716134-Feb-16 2:51 
QuestionRe: DetailsView - Dropdown in ItemTemplate Pin
ZurdoDev4-Feb-16 4:17
professionalZurdoDev4-Feb-16 4:17 
AnswerRe: DetailsView - Dropdown in ItemTemplate Pin
Member 121716134-Feb-16 4:36
Member 121716134-Feb-16 4:36 
GeneralRe: DetailsView - Dropdown in ItemTemplate Pin
ZurdoDev4-Feb-16 4:51
professionalZurdoDev4-Feb-16 4:51 
AnswerRe: DetailsView - Dropdown in ItemTemplate Pin
Richard Deeming4-Feb-16 4:35
mveRichard Deeming4-Feb-16 4:35 
QuestionPhone system dashboard (Broadsoft) Pin
dannyvkempen3-Feb-16 21:15
dannyvkempen3-Feb-16 21:15 
AnswerRe: Phone system dashboard (Broadsoft) Pin
Richard Deeming4-Feb-16 1:36
mveRichard Deeming4-Feb-16 1:36 
QuestionPopulate word with data Pin
Praveen Kandari3-Feb-16 0:05
Praveen Kandari3-Feb-16 0:05 
AnswerRe: Populate word with data Pin
Nathan Minier3-Feb-16 1:17
professionalNathan Minier3-Feb-16 1:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.