Click here to Skip to main content
15,891,657 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Passing value to other form Pin
Vimalsoft(Pty) Ltd1-Sep-09 2:29
professionalVimalsoft(Pty) Ltd1-Sep-09 2:29 
GeneralRe: Passing value to other form Pin
nagendrathecoder1-Sep-09 2:43
nagendrathecoder1-Sep-09 2:43 
GeneralRe: Passing value to other form Pin
Vimalsoft(Pty) Ltd1-Sep-09 2:53
professionalVimalsoft(Pty) Ltd1-Sep-09 2:53 
AnswerRe: Passing value to other form Pin
Suresh Suthar1-Sep-09 2:37
professionalSuresh Suthar1-Sep-09 2:37 
AnswerRe: Passing value to other form Pin
Coding C#1-Sep-09 2:39
Coding C#1-Sep-09 2:39 
AnswerRe: Passing value to other form Pin
Not Active1-Sep-09 2:39
mentorNot Active1-Sep-09 2:39 
QuestionPopulating Crystal reports using a datasource Pin
LucBite1-Sep-09 1:46
LucBite1-Sep-09 1:46 
QuestionEnum Problem Pin
Sachin Dubey1-Sep-09 1:42
Sachin Dubey1-Sep-09 1:42 
I defined a enum as
public enum Access
{
Guest = 1,
Public = 2,
Center = 4,
Member = 8,
Trader = 16

}

there are 5 checkboxes in my asp.net page suppose user checked Guest and Center then Value of center and Guest i.e.(1+4=5) 5 will save in Database in integar field..

Now my Question is I am getting Value from database like
categoriesDTO.CatAccess = (Access)r["CategoryStatus"];

Now enum has value 5... So how can i check these 2 checkboxes of center and Guest

Thanx In advance
AnswerRe: Enum Problem Pin
Coding C#1-Sep-09 2:19
Coding C#1-Sep-09 2:19 
GeneralRe: Enum Problem Pin
Not Active1-Sep-09 2:42
mentorNot Active1-Sep-09 2:42 
AnswerRe: Enum Problem Pin
Sachin Dubey1-Sep-09 2:48
Sachin Dubey1-Sep-09 2:48 
GeneralRe: Enum Problem Pin
Not Active1-Sep-09 3:15
mentorNot Active1-Sep-09 3:15 
AnswerRe: Enum Problem Pin
Not Active1-Sep-09 2:46
mentorNot Active1-Sep-09 2:46 
Questionsilverlight Pin
arkiboys1-Sep-09 0:52
arkiboys1-Sep-09 0:52 
AnswerRe: silverlight Pin
Vimalsoft(Pty) Ltd1-Sep-09 2:25
professionalVimalsoft(Pty) Ltd1-Sep-09 2:25 
AnswerRe: silverlight Pin
Not Active1-Sep-09 2:52
mentorNot Active1-Sep-09 2:52 
QuestionSecurity Exception Pin
reogeo20081-Sep-09 0:26
reogeo20081-Sep-09 0:26 
AnswerRe: Security Exception Pin
Vimalsoft(Pty) Ltd1-Sep-09 2:23
professionalVimalsoft(Pty) Ltd1-Sep-09 2:23 
GeneralRe: Security Exception Pin
reogeo20081-Sep-09 6:14
reogeo20081-Sep-09 6:14 
GeneralRe: Security Exception Pin
Vimalsoft(Pty) Ltd1-Sep-09 20:24
professionalVimalsoft(Pty) Ltd1-Sep-09 20:24 
GeneralRe: Security Exception Pin
reogeo20082-Sep-09 2:28
reogeo20082-Sep-09 2:28 
GeneralRe: Security Exception Pin
Vimalsoft(Pty) Ltd2-Sep-09 2:31
professionalVimalsoft(Pty) Ltd2-Sep-09 2:31 
QuestionPosition Of Ajax Combobox listitems? Pin
Pawan Kiran1-Sep-09 0:14
Pawan Kiran1-Sep-09 0:14 
AnswerRe: Position Of Ajax Combobox listitems? Pin
Vimalsoft(Pty) Ltd1-Sep-09 2:28
professionalVimalsoft(Pty) Ltd1-Sep-09 2:28 
QuestionHow To Set TabIndex Inside The Gridview Template Fields? Pin
Pawan Kiran1-Sep-09 0:09
Pawan Kiran1-Sep-09 0:09 

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.