Click here to Skip to main content
15,896,497 members
Home / Discussions / WPF
   

WPF

 
QuestionSilverlight images not appearing in Firefox (solved) Pin
Kevin McFarlane6-Feb-09 4:38
Kevin McFarlane6-Feb-09 4:38 
AnswerRe: Silverlight images not appearing in Firefox Pin
Michael Sync8-Feb-09 6:38
Michael Sync8-Feb-09 6:38 
GeneralRe: Silverlight images not appearing in Firefox Pin
Kevin McFarlane8-Feb-09 7:17
Kevin McFarlane8-Feb-09 7:17 
GeneralRe: Silverlight images not appearing in Firefox Pin
Michael Sync8-Feb-09 7:20
Michael Sync8-Feb-09 7:20 
QuestionHow to generate items inside a Panel using WPF DataBinding? Pin
Moim Hossain6-Feb-09 2:39
Moim Hossain6-Feb-09 2:39 
AnswerRe: How to generate items inside a Panel using WPF DataBinding? Pin
Pete O'Hanlon6-Feb-09 2:56
mvePete O'Hanlon6-Feb-09 2:56 
GeneralRe: How to generate items inside a Panel using WPF DataBinding? Pin
Moim Hossain6-Feb-09 3:01
Moim Hossain6-Feb-09 3:01 
QuestionForms Authentication Pin
VisualLive5-Feb-09 21:20
VisualLive5-Feb-09 21:20 
Hi,
i need to create a software (about restaurant,hotel,etc..etc..),
an important request i received from my manager is to create a Forms Authentication with many different Login and Passwords where each user will get a different privilege to restrict the access.
An example:

- Login = guest ...can only access to the software without delete,add or edit the data.

- Login = adminstrator ... can do everything .

- Login = employee 01 ... can access to the software but can delete,add and edit just some (specific) data.

- Login = employee 02 .... can access to the software but can delete,add and edit just some (specific) data.

..... and so on ...

This software will be used in 5 different department in my office so each department will have different privilege/permission to access in the software.

Now i have not a clear idea to develop this feature ,never i made it as my knowledge are poor.
I will use SqlServer 2005 for the database ,Linq toSql and Wpf(interface) of course so i thought to create a table with SqlServer as follow:

CREATE TABLE [dbo].[TblLogin] (
[Name] [varchar] (30) ,
[username] [varchar] (20),
[password] [varchar] (20) ,
[Email] [varchar] (50) ,
[Roles] [varchar] (50)
)
GO

but after i get stuck i don't know how go ahead Frown | :(


If you have any idea/suggestion let me know it will be so useful for me,i'm available to learn ...i have a lot of thing to learn .

Have a good job.

Nice Regards,

Bye
AnswerRe: Forms Authentication Pin
Pete O'Hanlon5-Feb-09 22:37
mvePete O'Hanlon5-Feb-09 22:37 
GeneralRe: Forms Authentication Pin
VisualLive5-Feb-09 23:36
VisualLive5-Feb-09 23:36 
GeneralRe: Forms Authentication Pin
Pete O'Hanlon6-Feb-09 1:09
mvePete O'Hanlon6-Feb-09 1:09 
GeneralRe: Forms Authentication Pin
VisualLive8-Feb-09 20:36
VisualLive8-Feb-09 20:36 
GeneralRe: Forms Authentication Pin
Pete O'Hanlon8-Feb-09 22:24
mvePete O'Hanlon8-Feb-09 22:24 
GeneralRe: Forms Authentication Pin
VisualLive8-Feb-09 22:40
VisualLive8-Feb-09 22:40 
GeneralRe: Forms Authentication Pin
Pete O'Hanlon11-Feb-09 4:58
mvePete O'Hanlon11-Feb-09 4:58 
GeneralRe: Forms Authentication Pin
VisualLive11-Feb-09 15:54
VisualLive11-Feb-09 15:54 
QuestionHypreLink in WPF User control. Pin
saku695-Feb-09 20:55
saku695-Feb-09 20:55 
AnswerRe: HypreLink in WPF User control. Pin
schiebel-t6-Feb-09 1:56
schiebel-t6-Feb-09 1:56 
GeneralRe: HypreLink in WPF User control. Pin
ABitSmart7-Feb-09 3:48
ABitSmart7-Feb-09 3:48 
AnswerRe: HypreLink in WPF User control. Pin
Leung Yat Chun8-Feb-09 0:26
Leung Yat Chun8-Feb-09 0:26 
QuestionHosting Workflow designer inside a ASP.net application Pin
Laddie5-Feb-09 19:00
Laddie5-Feb-09 19:00 
AnswerRe: Hosting Workflow designer inside a ASP.net application Pin
Pete O'Hanlon5-Feb-09 22:54
mvePete O'Hanlon5-Feb-09 22:54 
GeneralRe: Hosting Workflow designer inside a ASP.net application Pin
Laddie5-Feb-09 23:01
Laddie5-Feb-09 23:01 
QuestionWPF storyboard and animation Pin
koleraba5-Feb-09 8:50
koleraba5-Feb-09 8:50 
AnswerRe: WPF storyboard and animation [modified] Pin
sivaddrahcir6-Feb-09 12:17
sivaddrahcir6-Feb-09 12: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.