Click here to Skip to main content
16,006,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDotNet 3.0 Pin
ShuklaGirish21-Jun-07 1:03
ShuklaGirish21-Jun-07 1:03 
AnswerRe: DotNet 3.0 Pin
badgrs21-Jun-07 4:41
badgrs21-Jun-07 4:41 
QuestionCheckbox list tool tip - How to assign a datafield? Pin
AbrahamErnest21-Jun-07 1:01
AbrahamErnest21-Jun-07 1:01 
AnswerRe: Checkbox list tool tip - How to assign a datafield? Pin
PrakashBhaskar21-Jun-07 2:40
PrakashBhaskar21-Jun-07 2:40 
QuestionLogout Problem ? Pin
Jats_4ru21-Jun-07 0:52
Jats_4ru21-Jun-07 0:52 
AnswerRe: Logout Problem ? Pin
Christian Graus21-Jun-07 0:54
protectorChristian Graus21-Jun-07 0:54 
AnswerRe: Logout Problem ? Pin
Sandeep Akhare21-Jun-07 1:51
Sandeep Akhare21-Jun-07 1:51 
Questionchange excel chart series [modified] Pin
jonniebigodes21-Jun-07 0:48
jonniebigodes21-Jun-07 0:48 
i'm using excel to export some data to a chart, but i'm having some problems with changing the data in in the series.
i've declared this to get the series
a colleague of mine sent me this line



not right if this is the proper forum but here goes

i'm using vs2003 to develop an asp.net solution and i'm using excel to export some data to a chart, but i'm having some problems with changing the data in in the series
i've declared this to get the series

<br />
<br />
Dim ser As Excel.Series '# primeira series collection<br />
        <br />
        Dim sc As Excel.SeriesCollection = CType(oChart.Chart.SeriesCollection, Excel.SeriesCollection)<br />
        ser = sc.Item(sc.Count)<br />
i'm using this to change the values of the series<br />
sc.item(1).XValues = "=Dados!R3C1:R" & maxapos & "C1"<br />
sc.item(1).Values(1) = "=Dados!R3C2:R" & maxapos & "C2"<br />
sec.item.Values(2) = "=Dados!R3C19:R" & maxapos & "C19"<br />
<br />


i've been changing the code but having the same results

to explain a little better, Dados is the worksheet, R and C are row and column, maxapos is a variable that recieves a value.
but somehow the data isn't changed
in order to see it correctly i have to change it directly in excell


any ideas???
i know this is possible, because currently the it works with asp, so in asp.net can it be done or not??
any ideas??
help would be apreciatted

but somehow the data isn't change

any ideas???
help would be appreciated



-- modified at 9:49 Monday 25th June, 2007
AnswerRe: change excel chart series [modified] Pin
jonniebigodes21-Jun-07 22:10
jonniebigodes21-Jun-07 22:10 
Questioncant see the value in the data grid since auto generate column property is false Pin
Prakash_Mishra21-Jun-07 0:44
Prakash_Mishra21-Jun-07 0:44 
AnswerRe: cant see the value in the data grid since auto generate column property is false Pin
But_Im_a_Lady21-Jun-07 1:58
But_Im_a_Lady21-Jun-07 1:58 
AnswerRe: cant see the value in the data grid since auto generate column property is false Pin
sidbaruah25-Jun-07 2:17
sidbaruah25-Jun-07 2:17 
Questionsubstring in .net Pin
saravanan0521-Jun-07 0:42
saravanan0521-Jun-07 0:42 
AnswerRe: substring in .net Pin
Christian Graus21-Jun-07 0:52
protectorChristian Graus21-Jun-07 0:52 
Questioni need asp.net e commerce website links...plz Pin
pradeep kumarappagari21-Jun-07 0:39
pradeep kumarappagari21-Jun-07 0:39 
AnswerRe: i need asp.net e commerce website links...plz Pin
Christian Graus21-Jun-07 0:53
protectorChristian Graus21-Jun-07 0:53 
GeneralRe: i need asp.net e commerce website links...plz Pin
pradeep kumarappagari21-Jun-07 1:11
pradeep kumarappagari21-Jun-07 1:11 
GeneralRe: i need asp.net e commerce website links...plz Pin
Sandeep Akhare21-Jun-07 1:55
Sandeep Akhare21-Jun-07 1:55 
GeneralRe: i need asp.net e commerce website links...plz Pin
pradeep kumarappagari21-Jun-07 2:25
pradeep kumarappagari21-Jun-07 2:25 
GeneralRe: i need asp.net e commerce website links...plz Pin
pradeep kumarappagari21-Jun-07 2:27
pradeep kumarappagari21-Jun-07 2:27 
GeneralRe: i need asp.net e commerce website links...plz Pin
N a v a n e e t h21-Jun-07 2:55
N a v a n e e t h21-Jun-07 2:55 
QuestionFreeTextBox Pin
Amr M. K.21-Jun-07 0:18
Amr M. K.21-Jun-07 0:18 
Questionencrypt and decrypt string Pin
deepalititi21-Jun-07 0:08
deepalititi21-Jun-07 0:08 
AnswerRe: encrypt and decrypt string Pin
Guffa21-Jun-07 0:18
Guffa21-Jun-07 0:18 
Questionvisible and invisible the button Pin
saravanan0521-Jun-07 0:06
saravanan0521-Jun-07 0:06 

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.