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

ASP.NET

 
GeneralRe: FormView Not Inserting Pin
Brady Kelly18-Mar-08 8:40
Brady Kelly18-Mar-08 8:40 
GeneralCheck all - checkbox Pin
nour12318-Mar-08 6:53
nour12318-Mar-08 6:53 
GeneralRe: Check all - checkbox Pin
Not Active18-Mar-08 7:08
mentorNot Active18-Mar-08 7:08 
GeneralRe: Check all - checkbox Pin
nour12318-Mar-08 19:26
nour12318-Mar-08 19:26 
GeneralRe: Check all - checkbox Pin
pmartike18-Mar-08 20:36
pmartike18-Mar-08 20:36 
GeneralRe: Check all - checkbox Pin
Not Active19-Mar-08 1:16
mentorNot Active19-Mar-08 1:16 
GeneralRe: Check all - checkbox Pin
nour12319-Mar-08 4:02
nour12319-Mar-08 4:02 
Generalpattern and practices Pin
raquidd2218-Mar-08 6:30
raquidd2218-Mar-08 6:30 
hello

i am begin to study object programming and the pattern and practices


in this moment i have a small project in my work


i am trying to implement pattern and practices


the application is about send email
and before this have to apply business rules

for example

rule 1 the client have to car model xxxx
rule 2 the client have to 55 years old
rule 3 etc

i have a dataset and i apply function 1 (business rule 1)
ds = applyrule1(parameter)
and to apply rule 2 i send the dataset how parameter to function 2
ds = applyrule2(ds)
ds = applyrule3(ds)
ds = applyrule4(ds)

and i have

Private Function applyrule1(ByVal ds As DataSet) As DataSet
.
.
.
.
.
.

end function


Private Function applyrule1(ByVal ds As DataSet) As DataSet
.
.
.
.
.
.

end function


the function same equal

i work with pattern and practices some one tellme a guide to Implemment pattern and practices to mi case project
thanks
GeneralRe: pattern and practices Pin
Not Active18-Mar-08 7:03
mentorNot Active18-Mar-08 7:03 
GeneralRe: pattern and practices Pin
raquidd2218-Mar-08 8:15
raquidd2218-Mar-08 8:15 
GeneralRedirecting to another page Pin
pmartike18-Mar-08 3:51
pmartike18-Mar-08 3:51 
GeneralRe: Redirecting to another page Pin
eyeseetee18-Mar-08 3:58
eyeseetee18-Mar-08 3:58 
GeneralRe: Redirecting to another page Pin
pmartike18-Mar-08 4:06
pmartike18-Mar-08 4:06 
GeneralRe: Redirecting to another page Pin
Not Active18-Mar-08 6:51
mentorNot Active18-Mar-08 6:51 
GeneralRe: Redirecting to another page Pin
pmartike18-Mar-08 20:29
pmartike18-Mar-08 20:29 
QuestionHow to Dispaly Records on runtime. Pin
raushan_918-Mar-08 3:45
raushan_918-Mar-08 3:45 
AnswerRe: How to Dispaly Records on runtime. Pin
eyeseetee18-Mar-08 3:56
eyeseetee18-Mar-08 3:56 
GeneralRe: How to Dispaly Records on runtime. Pin
raushan_918-Mar-08 4:04
raushan_918-Mar-08 4:04 
AnswerRe: How to Dispaly Records on runtime. Pin
pmartike18-Mar-08 4:02
pmartike18-Mar-08 4:02 
AnswerRe: How to Dispaly Records on runtime. Pin
lbothell18-Mar-08 9:56
lbothell18-Mar-08 9:56 
GeneralRe: How to Dispaly Records on runtime. Pin
raushan_918-Mar-08 19:24
raushan_918-Mar-08 19:24 
GeneralRe: How to Dispaly Records on runtime. Pin
lbothell20-Mar-08 8:14
lbothell20-Mar-08 8:14 
GeneralLDAP with ASP.net Pin
v1i9n6o7d18-Mar-08 3:05
v1i9n6o7d18-Mar-08 3:05 
Generalradio button default selection Pin
Sandeep Akhare18-Mar-08 2:10
Sandeep Akhare18-Mar-08 2:10 
GeneralRe: radio button default selection Pin
danasegaranea18-Mar-08 2:13
danasegaranea18-Mar-08 2:13 

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.