Click here to Skip to main content
15,902,112 members
Home / Discussions / C#
   

C#

 
QuestionQuery required urgently Pin
veereshIndia3-Oct-07 22:30
veereshIndia3-Oct-07 22:30 
AnswerRe: Query required urgently Pin
karoitay3-Oct-07 22:37
karoitay3-Oct-07 22:37 
GeneralRe: Query required urgently Pin
veereshIndia3-Oct-07 22:42
veereshIndia3-Oct-07 22:42 
GeneralRe: Query required urgently Pin
Raza Hussain3-Oct-07 22:49
Raza Hussain3-Oct-07 22:49 
GeneralRe: Query required urgently Pin
veereshIndia3-Oct-07 22:54
veereshIndia3-Oct-07 22:54 
AnswerRe: Query required urgently Pin
Pete O'Hanlon3-Oct-07 22:57
mvePete O'Hanlon3-Oct-07 22:57 
GeneralRe: Query required Pin
veereshIndia3-Oct-07 23:01
veereshIndia3-Oct-07 23:01 
AnswerRe: Query required urgently Pin
karoitay4-Oct-07 0:33
karoitay4-Oct-07 0:33 
It looks like your purpose is to have roles list ant employees list and you need some how to assign roles to employees.

If this is the case - I would have done this with three Tables.
TableEmps -- empId, empName (PK - empId)
TableRoles -- roleId, RoleName (PK - roleId)
TableRoleToEmp -- roleId, empId (FK1 roleId ref - TableRoles.roleId, FK2 empId ref - TableEmps.empId)


QuestionPage.User.Identity.Name returns an empty string Pin
khuzwayom3-Oct-07 22:14
khuzwayom3-Oct-07 22:14 
AnswerRe: Page.User.Identity.Name returns an empty string Pin
Guffa3-Oct-07 23:12
Guffa3-Oct-07 23:12 
GeneralRe: Page.User.Identity.Name returns an empty string Pin
khuzwayom4-Oct-07 0:00
khuzwayom4-Oct-07 0:00 
Questionhow to set focus of cell in DataGridview Pin
Raza Hussain3-Oct-07 22:09
Raza Hussain3-Oct-07 22:09 
AnswerRe: how to set focus of cell in DataGridview Pin
anu813-Oct-07 23:48
anu813-Oct-07 23:48 
QuestionHow to bind the countries in html select control using javascript Pin
k.ramchandrarao3-Oct-07 21:40
k.ramchandrarao3-Oct-07 21:40 
AnswerRe: How to bind the countries in html select control using javascript Pin
Christian Graus3-Oct-07 23:03
protectorChristian Graus3-Oct-07 23:03 
QuestionHow to create foxpro database in c# fly program Pin
mohindar_kks3-Oct-07 21:39
mohindar_kks3-Oct-07 21:39 
AnswerRe: How to create foxpro database in c# fly program Pin
Christian Graus3-Oct-07 23:01
protectorChristian Graus3-Oct-07 23:01 
Questiondatabase operation in pages Pin
kalyan_24163-Oct-07 21:36
kalyan_24163-Oct-07 21:36 
AnswerRe: database operation in pages Pin
Mustafa Ismail Mustafa3-Oct-07 23:01
Mustafa Ismail Mustafa3-Oct-07 23:01 
AnswerRe: database operation in pages Pin
Pete O'Hanlon4-Oct-07 11:16
mvePete O'Hanlon4-Oct-07 11:16 
QuestionC# inheritance Pin
topcatalpha3-Oct-07 21:17
topcatalpha3-Oct-07 21:17 
AnswerRe: C# inheritance Pin
Christian Graus3-Oct-07 21:35
protectorChristian Graus3-Oct-07 21:35 
GeneralRe: C# inheritance Pin
topcatalpha4-Oct-07 22:23
topcatalpha4-Oct-07 22:23 
GeneralRe: C# inheritance Pin
topcatalpha18-Oct-07 2:55
topcatalpha18-Oct-07 2:55 
QuestionCustom Painting ScrollBar Pin
Sukhjinder_K3-Oct-07 20:26
Sukhjinder_K3-Oct-07 20:26 

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.