Click here to Skip to main content
15,886,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRunning a web application on two windows Pin
xyz_999@hotmail.com18-Feb-11 5:19
xyz_999@hotmail.com18-Feb-11 5:19 
AnswerRe: Running a web application on two windows Pin
Steve Maier18-Feb-11 5:50
professionalSteve Maier18-Feb-11 5:50 
QuestionAssign a Textbox in the parent page from a ModalPopup in asp.net Pin
Vimalsoft(Pty) Ltd17-Feb-11 23:40
professionalVimalsoft(Pty) Ltd17-Feb-11 23:40 
AnswerRe: Assign a Textbox in the parent page from a ModalPopup in asp.net Pin
Anurag Gandhi18-Feb-11 0:35
professionalAnurag Gandhi18-Feb-11 0:35 
GeneralRe: Assign a Textbox in the parent page from a ModalPopup in asp.net Pin
Vimalsoft(Pty) Ltd18-Feb-11 0:55
professionalVimalsoft(Pty) Ltd18-Feb-11 0:55 
GeneralRe: Assign a Textbox in the parent page from a ModalPopup in asp.net Pin
Anurag Gandhi18-Feb-11 1:18
professionalAnurag Gandhi18-Feb-11 1:18 
GeneralRe: Assign a Textbox in the parent page from a ModalPopup in asp.net Pin
Vimalsoft(Pty) Ltd18-Feb-11 1:29
professionalVimalsoft(Pty) Ltd18-Feb-11 1:29 
Questioncross query Pin
C#Coudou17-Feb-11 13:45
C#Coudou17-Feb-11 13:45 
mates,

how to come up with tblTemp using programming not sql.
or any ideas how to get with tblTemp.

tblItem {ORIGINAL TABLE}

CDATE           ITEMCODE      ITEMVALUE
2008-12-08      1001          4.5
2008-12-08      1002          7.3
2008-12-08      1003          0.5

2009-03-25      1001          1.2
2009-03-25      1002          0.3
2009-03-25      1003          3.4

tblTemp {I WANT THE RESULT LIKE THIS!}

CDATE          1001   1002   1003
2008-12-08     4.5     7.3   0.5
2009-03-25     1.2     0.3   3.4 


in access i just use looping
with ds.Fields.count - 1 (where ds is Recordset)

but how will i do it in asp.net using Dataset not Recordset
or something. ( I dont want to use recordset)
C# コードMicrosoft End User
2000-2008




「「「「「「「「「「「「「「「「「「「「「「「「「「「「
The best things in life are free
」」」」」」」」」」」」」」」」」」」」」」」」」」」」


AnswerRe: cross query Pin
GlobX17-Feb-11 14:45
GlobX17-Feb-11 14:45 
GeneralRe: cross query Pin
C#Coudou17-Feb-11 14:58
C#Coudou17-Feb-11 14:58 
GeneralRe: cross query Pin
GlobX17-Feb-11 15:08
GlobX17-Feb-11 15:08 
GeneralRe: cross query Pin
C#Coudou17-Feb-11 15:15
C#Coudou17-Feb-11 15:15 
GeneralRe: cross query Pin
thatraja17-Feb-11 15:28
professionalthatraja17-Feb-11 15:28 
AnswerRe: cross query Pin
Lisa Z. Morgan23-Feb-11 6:10
Lisa Z. Morgan23-Feb-11 6:10 
AnswerRe: cross query Pin
Anurag Gandhi17-Feb-11 22:13
professionalAnurag Gandhi17-Feb-11 22:13 
QuestionStrange Behavior in DevExpression Ajax Pin
Vimalsoft(Pty) Ltd17-Feb-11 8:15
professionalVimalsoft(Pty) Ltd17-Feb-11 8:15 
QuestionList of Object Pin
fififlowertot17-Feb-11 0:40
fififlowertot17-Feb-11 0:40 
AnswerRe: List of Object Pin
Ravi Sant17-Feb-11 0:57
Ravi Sant17-Feb-11 0:57 
GeneralRe: List of Object Pin
Dalek Dave4-Mar-11 13:42
professionalDalek Dave4-Mar-11 13:42 
QuestionAdding a C# UserControl DLL in ASP Web Page Pin
Pawan_bhat16-Feb-11 21:58
Pawan_bhat16-Feb-11 21:58 
AnswerRe: Adding a C# UserControl DLL in ASP Web Page Pin
Anurag Gandhi16-Feb-11 23:25
professionalAnurag Gandhi16-Feb-11 23:25 
Questionxml generation Pin
Ramkumar_S16-Feb-11 15:33
Ramkumar_S16-Feb-11 15:33 
AnswerRe: xml generation Pin
Bernhard Hiller16-Feb-11 22:41
Bernhard Hiller16-Feb-11 22:41 
GeneralRe: xml generation Pin
Ramkumar_S17-Feb-11 21:44
Ramkumar_S17-Feb-11 21:44 
QuestionApp_Offline.htm Pin
Jamie Nordmeyer16-Feb-11 7:52
Jamie Nordmeyer16-Feb-11 7: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.