Click here to Skip to main content
15,907,392 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWeb app with multiple MembershipProvider / RoleProvider Pin
J4amieC9-Sep-08 22:34
J4amieC9-Sep-08 22:34 
AnswerRe: Web app with multiple MembershipProvider / RoleProvider Pin
leppie10-Sep-08 2:14
leppie10-Sep-08 2:14 
GeneralRe: Web app with multiple MembershipProvider / RoleProvider Pin
J4amieC10-Sep-08 3:09
J4amieC10-Sep-08 3:09 
AnswerRe: Web app with multiple MembershipProvider / RoleProvider Pin
Pete O'Hanlon10-Sep-08 2:17
mvePete O'Hanlon10-Sep-08 2:17 
GeneralRe: Web app with multiple MembershipProvider / RoleProvider Pin
J4amieC10-Sep-08 3:12
J4amieC10-Sep-08 3:12 
GeneralRe: Web app with multiple MembershipProvider / RoleProvider Pin
Pete O'Hanlon10-Sep-08 3:53
mvePete O'Hanlon10-Sep-08 3:53 
GeneralRe: Web app with multiple MembershipProvider / RoleProvider Pin
Pete O'Hanlon10-Sep-08 8:27
mvePete O'Hanlon10-Sep-08 8:27 
QuestionError in calculating irr in asp.net and vb.net Pin
devlop9-Sep-08 22:32
devlop9-Sep-08 22:32 
HI ALL
i am calculating irr and pass listarray created at runtime to irr function and i get error. as i'm new to .net
i have to calculate irr
textbox2.text specify the no installments
textbox1.text specify loan amount
textbox5.text specify the amount of installments
Dim i As Int16
Dim pay As New ArrayList()
For i = 0 To TextBox2.Text
pay.Add(TextBox5.Text)
Next
pay.Add(-TextBox1.Text)
Dim ir As Double
ir = Math.Round(Microsoft.VisualBasic.Financial.IRR(pay (TextBox2.Text + 1), 0.1), 2)
TextBox7.Text = ir
GET THIS ERROR MESSAGE
Unable to cast object of type 'System.Double' to type 'System.Double[]'.
QuestionHow to convert audio/video files to swf? Pin
wajans9-Sep-08 22:08
wajans9-Sep-08 22:08 
AnswerRe: How to convert audio/video files to swf? Pin
AhsanS9-Sep-08 22:59
AhsanS9-Sep-08 22:59 
Questionhow to get all employee ids into array? Pin
shankarcbe9-Sep-08 21:44
shankarcbe9-Sep-08 21:44 
AnswerRe: how to get all employee ids into array? Pin
Gamzun10-Sep-08 0:17
Gamzun10-Sep-08 0:17 
QuestionDicom viewer in dot net Pin
Khawar Abbas19-Sep-08 21:42
Khawar Abbas19-Sep-08 21:42 
Questionupload and download file Pin
niki_nilu9-Sep-08 21:09
niki_nilu9-Sep-08 21:09 
AnswerRe: upload and download file Pin
N a v a n e e t h9-Sep-08 21:11
N a v a n e e t h9-Sep-08 21:11 
GeneralRe: upload and download file Pin
niki_nilu9-Sep-08 21:33
niki_nilu9-Sep-08 21:33 
GeneralRe: upload and download file Pin
AhsanS9-Sep-08 21:37
AhsanS9-Sep-08 21:37 
GeneralRe: upload and download file Pin
N a v a n e e t h9-Sep-08 21:39
N a v a n e e t h9-Sep-08 21:39 
GeneralRe: upload and download file Pin
Manas Bhardwaj9-Sep-08 21:39
professionalManas Bhardwaj9-Sep-08 21:39 
Questionpopup Pin
niki_nilu9-Sep-08 20:46
niki_nilu9-Sep-08 20:46 
AnswerRe: popup Pin
Manas Bhardwaj9-Sep-08 21:18
professionalManas Bhardwaj9-Sep-08 21:18 
AnswerRe: popup Pin
AhsanS9-Sep-08 21:23
AhsanS9-Sep-08 21:23 
GeneralRe: popup Pin
niki_nilu9-Sep-08 23:20
niki_nilu9-Sep-08 23:20 
GeneralRe: popup Pin
AhsanS9-Sep-08 23:35
AhsanS9-Sep-08 23:35 
GeneralRe: popup Pin
P. S. Pundeer10-Sep-08 1:12
P. S. Pundeer10-Sep-08 1:12 

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.