Click here to Skip to main content
15,897,519 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionTo get a pop window on PageLoad(Asp.net web page) itself... Pin
codingrocks15-Jun-07 19:06
codingrocks15-Jun-07 19:06 
AnswerRe: To get a pop window on PageLoad(Asp.net web page) itself... Pin
Vipin.d15-Jun-07 20:45
Vipin.d15-Jun-07 20:45 
AnswerRe: To get a pop window on PageLoad(Asp.net web page) itself... Pin
Viral Upadhyay15-Jun-07 20:57
Viral Upadhyay15-Jun-07 20:57 
QuestionUserName/Password validation without StoredProc [modified] Pin
ASPnoob15-Jun-07 17:05
ASPnoob15-Jun-07 17:05 
AnswerRe: UserName/Password validation without StoredProc Pin
nareshss15-Jun-07 20:38
nareshss15-Jun-07 20:38 
GeneralRe: UserName/Password validation without StoredProc Pin
Guffa16-Jun-07 0:12
Guffa16-Jun-07 0:12 
AnswerRe: UserName/Password validation without StoredProc Pin
Guffa16-Jun-07 0:23
Guffa16-Jun-07 0:23 
QuestionChart FX Xaxis Label Pin
Mohamed Arif15-Jun-07 12:57
Mohamed Arif15-Jun-07 12:57 
Hi,
I am a new user of Chart Fx Componet. I am using chart FX 6.2 version with visual studio 2005 in asp.net 2.0(Vb.net).
I have two arrays
for examlpe
dates = { 1/1/2007, 2/1/2007,3/1/2007 }
percentage = { -10.2%, 20.5%,30.4%}
I was able to plot this data using the following code

Dim chartValues(1) As ArrayList
chartValues(0) = percentage
chartValues(1) =dates
Dim lstProvider As New SoftwareFX.ChartFX.Data.ListProvider(chartValues)
Chart1.DataSourceSettings.DataSource = lstProvider

I am not able to set the xaxis and yaxis labels
as of now I am getting Irrelavant labels.
Question1 -How to set the label for xaxis as Jan 2007, feb 2007, march 2007 etc.. According to the data in the dates array.
Question2 -How to set the label for yaxis According to the data in the percentage array.
the number of data in the array may vary from time to time.
I would appreciate if you could send me a example or code snippet on this
Thanks in Advance
QuestionView PDF in aspx page Pin
adnanrafiq15-Jun-07 10:39
adnanrafiq15-Jun-07 10:39 
AnswerRe: View PDF in aspx page Pin
Vasudevan Deepak Kumar16-Jun-07 2:04
Vasudevan Deepak Kumar16-Jun-07 2:04 
GeneralRe: View PDF in aspx page Pin
adnanrafiq16-Jun-07 2:15
adnanrafiq16-Jun-07 2:15 
QuestionWeb.Config is giving me this Error. How can I have multiple Login Setups Pin
Cfer8315-Jun-07 10:15
Cfer8315-Jun-07 10:15 
QuestionFragment Cache questions??? Pin
vicky45715-Jun-07 8:16
vicky45715-Jun-07 8:16 
AnswerCan anyone help on this?? Pin
vicky45718-Jun-07 6:04
vicky45718-Jun-07 6:04 
QuestionWeb Service Confusion Pin
mail57235215-Jun-07 7:33
mail57235215-Jun-07 7:33 
AnswerRe: Web Service Confusion Pin
Expert Coming16-Jun-07 1:26
Expert Coming16-Jun-07 1:26 
GeneralRe: Web Service Confusion Pin
mail57235217-Jun-07 2:26
mail57235217-Jun-07 2:26 
QuestionSqlConnection Error Pin
vuthaianh15-Jun-07 7:00
vuthaianh15-Jun-07 7:00 
AnswerRe: SqlConnection Error Pin
Tarakeshwar Reddy15-Jun-07 8:12
professionalTarakeshwar Reddy15-Jun-07 8:12 
Questionmoving files to UNC share Pin
Keith Andersch15-Jun-07 6:26
Keith Andersch15-Jun-07 6:26 
AnswerRe: moving files to UNC share Pin
Keith Andersch15-Jun-07 9:33
Keith Andersch15-Jun-07 9:33 
Questioncannot create activex component .. Pin
dhanis15-Jun-07 6:12
dhanis15-Jun-07 6:12 
QuestionGet Web Service URL Pin
mail57235215-Jun-07 5:55
mail57235215-Jun-07 5:55 
QuestionAvailablity Calendar Controls Needed Pin
Brendan Vogt15-Jun-07 4:43
Brendan Vogt15-Jun-07 4:43 
AnswerRe: Availablity Calendar Controls Needed Pin
nareshss15-Jun-07 21:04
nareshss15-Jun-07 21:04 

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.