Click here to Skip to main content
15,891,905 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCan any one tell me how to rotate the adds without refreshing Pin
indian14326-Jan-07 18:21
indian14326-Jan-07 18:21 
AnswerRe: Can any one tell me how to rotate the adds without refreshing Pin
Guffa27-Jan-07 0:32
Guffa27-Jan-07 0:32 
GeneralRe: Can any one tell me how to rotate the adds without refreshing Pin
indian14327-Jan-07 1:19
indian14327-Jan-07 1:19 
GeneralRe: Can any one tell me how to rotate the adds without refreshing Pin
Guffa27-Jan-07 11:18
Guffa27-Jan-07 11:18 
GeneralRe: Can any one tell me how to rotate the adds without refreshing Pin
indian14328-Jan-07 17:54
indian14328-Jan-07 17:54 
QuestionWhy Datatable.Compute("MAX([Table]","") is not retrieving correct values with 3 digit numerics. Pin
SIJUTHOMASP26-Jan-07 12:41
professionalSIJUTHOMASP26-Jan-07 12:41 
AnswerRe: Why Datatable.Compute("MAX([Table]","") is not retrieving correct values with 3 digit numerics. Pin
Guffa26-Jan-07 13:56
Guffa26-Jan-07 13:56 
GeneralRe: Why Datatable.Compute("MAX([Table]","") is not retrieving correct values with 3 digit numerics. Pin
SIJUTHOMASP27-Jan-07 3:53
professionalSIJUTHOMASP27-Jan-07 3:53 
Hi Guffa,

Thanks for thr reply..This is the code I have used to find min..

Dim expr As String = "MIN([" & dtn.Columns(1).ColumnName.ToString & "])"<br />
                    Dim min, max As Double<br />
                    min = CType(dtn.Compute(expr, ""), Double)

And that datattable column,I have tried is of System.string and system.double.

But in both cases I am not getting the correct values if the column value contains more than 2 digits.

Pls help me..

Thanks RPM.
GeneralRe: Why Datatable.Compute("MAX([Table]","") is not retrieving correct values with 3 digit numerics. Pin
SIJUTHOMASP27-Jan-07 9:16
professionalSIJUTHOMASP27-Jan-07 9:16 
QuestionJava script from Master/Content Pages Pin
Amit Kumar G26-Jan-07 11:12
Amit Kumar G26-Jan-07 11:12 
AnswerRe: Java script from Master/Content Pages Pin
dotnetCarpenter27-Jan-07 5:23
dotnetCarpenter27-Jan-07 5:23 
QuestionProblem with Validators and Multiple User Controls Pin
Neukemschafer26-Jan-07 9:32
Neukemschafer26-Jan-07 9:32 
AnswerRe: Problem with Validators and Multiple User Controls Pin
Christian Graus26-Jan-07 10:49
protectorChristian Graus26-Jan-07 10:49 
GeneralRe: Problem with Validators and Multiple User Controls Pin
Neukemschafer27-Jan-07 7:27
Neukemschafer27-Jan-07 7:27 
QuestionLosing reference when converting from MembershipUser Pin
dotnetCarpenter26-Jan-07 5:13
dotnetCarpenter26-Jan-07 5:13 
AnswerRe: Losing reference when converting from MembershipUser Pin
minhpc_bk26-Jan-07 17:56
minhpc_bk26-Jan-07 17:56 
GeneralRe: Losing reference when converting from MembershipUser Pin
dotnetCarpenter27-Jan-07 5:14
dotnetCarpenter27-Jan-07 5:14 
GeneralRe: Losing reference when converting from MembershipUser Pin
minhpc_bk27-Jan-07 13:46
minhpc_bk27-Jan-07 13:46 
GeneralRe: Losing reference when converting from MembershipUser Pin
dotnetCarpenter29-Jan-07 1:53
dotnetCarpenter29-Jan-07 1:53 
QuestionMultiple Configuration Files Pin
peshawarcoder26-Jan-07 4:07
peshawarcoder26-Jan-07 4:07 
AnswerRe: Multiple Configuration Files Pin
badgrs26-Jan-07 4:12
badgrs26-Jan-07 4:12 
GeneralRe: Multiple Configuration Files Pin
peshawarcoder26-Jan-07 4:17
peshawarcoder26-Jan-07 4:17 
QuestionProblem with Regular Expression Validator Control In ASP.net Pin
Chwins26-Jan-07 3:58
Chwins26-Jan-07 3:58 
AnswerRe: Problem with Regular Expression Validator Control In ASP.net Pin
badgrs26-Jan-07 4:03
badgrs26-Jan-07 4:03 
GeneralRe: Problem with Regular Expression Validator Control In ASP.net Pin
ednrgc26-Jan-07 9:30
ednrgc26-Jan-07 9:30 

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.