Click here to Skip to main content
15,881,709 members
Home / Discussions / C#
   

C#

 
QuestionSocket programming Pin
AlexPizzano22-Jul-08 9:58
AlexPizzano22-Jul-08 9:58 
AnswerRe: Socket programming Pin
Gareth H22-Jul-08 10:07
Gareth H22-Jul-08 10:07 
AnswerRe: Socket programming Pin
Shuaib wasif khan22-Jul-08 10:18
Shuaib wasif khan22-Jul-08 10:18 
AnswerRe: Socket programming Pin
DaveyM6922-Jul-08 10:19
professionalDaveyM6922-Jul-08 10:19 
GeneralRe: Socket programming Pin
nelsonpaixao22-Jul-08 12:57
nelsonpaixao22-Jul-08 12:57 
QuestionDisplay Newly Added DataSet Column Pin
Verghese22-Jul-08 9:29
Verghese22-Jul-08 9:29 
AnswerRe: Display Newly Added DataSet Column Pin
Vimalsoft(Pty) Ltd22-Jul-08 11:39
professionalVimalsoft(Pty) Ltd22-Jul-08 11:39 
Questionpivot Table in C# Windows Form Pin
Shuaib wasif khan22-Jul-08 9:22
Shuaib wasif khan22-Jul-08 9:22 
i am working on C# form and Have axPivotTable Control.

for Databinding i am Using This Code


SqlConnection cn=new SqlConnection("database=durdu;user id=sa;pwd=");
SqlDataAdapter cmd=new SqlDataAdapter ("select * from marksheet",cn);
DataTable dt=new DataTable();
cmd.Fill(dt);
axPivotTable1.DataSource=(msdatasrc.DataSource)(object)dt;

this throws an error -specified cast is not valid.

i have done lots of googling and does not found single satisfied answer


please tell me how to bind data to a pivot table

its very urgent .
QuestionRe: pivot Table in C# Windows Form Pin
TheFM23422-Jul-08 10:09
TheFM23422-Jul-08 10:09 
AnswerRe: pivot Table in C# Windows Form Pin
Shuaib wasif khan22-Jul-08 10:14
Shuaib wasif khan22-Jul-08 10:14 
QuestionSOS..I need help with .dll files Pin
nonstopfun22-Jul-08 9:03
nonstopfun22-Jul-08 9:03 
AnswerRe: SOS..I need help with .dll files Pin
Shuaib wasif khan22-Jul-08 9:26
Shuaib wasif khan22-Jul-08 9:26 
AnswerRe: SOS..I need help with .dll files Pin
PIEBALDconsult22-Jul-08 12:26
mvePIEBALDconsult22-Jul-08 12:26 
Questionlist of interfaces in C# needed Pin
asherhoo22-Jul-08 8:51
asherhoo22-Jul-08 8:51 
AnswerRe: list of interfaces in C# needed Pin
Pete O'Hanlon22-Jul-08 9:30
mvePete O'Hanlon22-Jul-08 9:30 
GeneralRe: list of interfaces in C# needed Pin
asherhoo22-Jul-08 10:07
asherhoo22-Jul-08 10:07 
GeneralRe: list of interfaces in C# needed Pin
Pete O'Hanlon22-Jul-08 10:11
mvePete O'Hanlon22-Jul-08 10:11 
GeneralRe: list of interfaces in C# needed Pin
asherhoo22-Jul-08 10:18
asherhoo22-Jul-08 10:18 
AnswerRe: list of interfaces in C# needed Pin
PIEBALDconsult22-Jul-08 12:19
mvePIEBALDconsult22-Jul-08 12:19 
QuestionHow to disable scroll in menu on visibility change Pin
AndrusM22-Jul-08 8:36
AndrusM22-Jul-08 8:36 
AnswerRe: How to disable scroll in menu on visibility change Pin
Luc Pattyn22-Jul-08 8:55
sitebuilderLuc Pattyn22-Jul-08 8:55 
GeneralRe: How to disable scroll in menu on visibility change Pin
AndrusM22-Jul-08 8:58
AndrusM22-Jul-08 8:58 
GeneralRe: How to disable scroll in menu on visibility change Pin
Luc Pattyn22-Jul-08 9:43
sitebuilderLuc Pattyn22-Jul-08 9:43 
GeneralRe: How to disable scroll in menu on visibility change Pin
Wendelius22-Jul-08 9:59
mentorWendelius22-Jul-08 9:59 
GeneralRe: How to disable scroll in menu on visibility change Pin
AndrusM23-Jul-08 4:16
AndrusM23-Jul-08 4:16 

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.