Click here to Skip to main content
15,920,603 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionconn string property Pin
Hasan Ali23-Apr-07 7:43
Hasan Ali23-Apr-07 7:43 
GeneralStop spamming the forum. Pin
Guffa23-Apr-07 8:49
Guffa23-Apr-07 8:49 
AnswerRe: conn string property Pin
Christian Graus23-Apr-07 11:08
protectorChristian Graus23-Apr-07 11:08 
QuestionBarCode Generation Pin
adnanrafiq23-Apr-07 6:43
adnanrafiq23-Apr-07 6:43 
AnswerRe: BarCode Generation Pin
Christian Graus23-Apr-07 11:15
protectorChristian Graus23-Apr-07 11:15 
QuestionMissing Properties Pin
Goudax23-Apr-07 5:32
Goudax23-Apr-07 5:32 
QuestionHow to Receive and Send Payment TO QuickBooks 2005 Pin
Software_Guy_12323-Apr-07 5:20
Software_Guy_12323-Apr-07 5:20 
Questiondatatable manuplation Pin
Hasan Ali23-Apr-07 5:03
Hasan Ali23-Apr-07 5:03 
data table 1:

est amt date
1000 01/01/2004
2000 02/01/2003
1000 03/20/2005
5000 10/30/2006
1000 12/30/2004

Data table 2:

Inf num Year
2.31 2003
1.02 2004
0.87 2005
1.06 2006
1.19 2007


inflation factor: inflate all amt to 2007 dollar value

example: logic

to inflate the est amt in 1 datatable to 2007 dollar value

est amt date
1000 01/01/2004

To get the inflated amount =

( 1000(Est amt for year 2004) * 0.87 (inf num for 2005)) + 1000(Est amt for year 2004) )
= EA2005 (est amout inflated to 2005)

(EA2005*1.06(inf num for 2006) + EA2005 = EA2006 (est amout inflated to 2006)

(EA2006*1.19(inf num for 2007) + EA2006 = EA2007(est amout inflated to 2007)


AnswerRe: datatable manuplation Pin
Hasan Ali23-Apr-07 5:04
Hasan Ali23-Apr-07 5:04 
QuestionHow to write code for CreateUserWizard1 control ? Pin
Care Career23-Apr-07 3:20
Care Career23-Apr-07 3:20 
Questionchanging url of browser Pin
Imran Khan Pathan23-Apr-07 3:02
Imran Khan Pathan23-Apr-07 3:02 
AnswerRe: changing url of browser Pin
_AK_23-Apr-07 19:52
_AK_23-Apr-07 19:52 
Questionlogin form + asp.net 2.0 + c# Pin
ritu432123-Apr-07 2:52
ritu432123-Apr-07 2:52 
AnswerRe: login form + asp.net 2.0 + c# Pin
szukuro23-Apr-07 2:59
szukuro23-Apr-07 2:59 
GeneralRe: login form + asp.net 2.0 + c# Pin
ritu432123-Apr-07 3:12
ritu432123-Apr-07 3:12 
GeneralRe: login form + asp.net 2.0 + c# Pin
szukuro23-Apr-07 4:20
szukuro23-Apr-07 4:20 
QuestionPassword Protection Pin
.NET- India 23-Apr-07 2:31
.NET- India 23-Apr-07 2:31 
AnswerRe: Password Protection Pin
Amr Abdel-Mohsen23-Apr-07 2:48
Amr Abdel-Mohsen23-Apr-07 2:48 
QuestionUsing Eval and Bind on UserControl [modified] Pin
badgrs23-Apr-07 2:02
badgrs23-Apr-07 2:02 
AnswerRe: Using Eval and Bind on UserControl Pin
Rajesh B Prajapati23-Apr-07 2:31
Rajesh B Prajapati23-Apr-07 2:31 
AnswerRe: Using Eval and Bind on UserControl Pin
RichardGrimmer23-Apr-07 5:34
RichardGrimmer23-Apr-07 5:34 
GeneralRe: Using Eval and Bind on UserControl Pin
badgrs23-Apr-07 6:36
badgrs23-Apr-07 6:36 
GeneralRe: Using Eval and Bind on UserControl Pin
RichardGrimmer23-Apr-07 6:54
RichardGrimmer23-Apr-07 6:54 
AnswerRe: Using Eval and Bind on UserControl Pin
badgrs23-Apr-07 10:17
badgrs23-Apr-07 10:17 
QuestionDoubt Pin
jayarajmrj23-Apr-07 1:52
jayarajmrj23-Apr-07 1:52 

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.