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

ASP.NET

 
AnswerRe: how to make gridview column text no wrap and how to create a resizable column header Pin
Jamil Hallal22-Apr-10 11:15
professionalJamil Hallal22-Apr-10 11:15 
GeneralRe: how to make gridview column text no wrap and how to create a resizable column header Pin
Andraw11122-Apr-10 11:29
Andraw11122-Apr-10 11:29 
GeneralRe: how to make gridview column text no wrap and how to create a resizable column header Pin
Jamil Hallal22-Apr-10 11:44
professionalJamil Hallal22-Apr-10 11:44 
GeneralRe: how to make gridview column text no wrap and how to create a resizable column header Pin
Andraw11122-Apr-10 12:12
Andraw11122-Apr-10 12:12 
GeneralRe: how to make gridview column text no wrap and how to create a resizable column header Pin
Jamil Hallal22-Apr-10 12:36
professionalJamil Hallal22-Apr-10 12:36 
AnswerRe: how to make gridview column text no wrap and how to create a resizable column header Pin
Jamil Hallal22-Apr-10 11:20
professionalJamil Hallal22-Apr-10 11:20 
GeneralRe: how to make gridview column text no wrap and how to create a resizable column header Pin
Andraw11122-Apr-10 12:10
Andraw11122-Apr-10 12:10 
QuestionWeb Service Returns 2nd Half of Data [SOLVED] Pin
#realJSOP22-Apr-10 7:43
mve#realJSOP22-Apr-10 7:43 
I have a SQL Server stored proc that truns its dataset as xml. When I run the stored proc in SQL Manager, the results are as expected (23 records in this case).

HOWEVER, when I call the web service method that calls this stored proc, the string being returned looks like it's just the last half of the dataset string.

If I take the results that I got in Sql Manager, convert it to a string, and return that instead of the actual queried dataset, it looks fine in the calling program.

Something is happening between the time the stored proc returns the data to the webs ervice, and the time that the web service passes that data onto my application.

SOLUTION ==================

It seems that the reader had broken the returned xml string into two parts, and I wwas not anticipating that. I changed the servicde method to do a while (reader.Read()), and appended all of the parts into one string and returned that.
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

modified on Thursday, April 22, 2010 2:21 PM

QuestionI am lost !! Domain Service, RIA Service, WCF Service and regular Web Service ?? Pin
Nadia Monalisa22-Apr-10 5:37
Nadia Monalisa22-Apr-10 5:37 
Questiongrouping rows in gridview... Pin
pranavcool22-Apr-10 3:30
pranavcool22-Apr-10 3:30 
AnswerRe: grouping rows in gridview... Pin
Avinash_Mane22-Apr-10 4:20
Avinash_Mane22-Apr-10 4:20 
AnswerRe: grouping rows in gridview... Pin
Brij22-Apr-10 4:27
mentorBrij22-Apr-10 4:27 
Questiondropdownlist Pin
tek 200922-Apr-10 2:44
tek 200922-Apr-10 2:44 
AnswerRe: dropdownlist Pin
Sandesh M Patil22-Apr-10 3:10
Sandesh M Patil22-Apr-10 3:10 
QuestionRe: dropdownlist Pin
tek 200922-Apr-10 4:36
tek 200922-Apr-10 4:36 
AnswerRe: dropdownlist Pin
Swiftain22-Apr-10 5:08
Swiftain22-Apr-10 5:08 
AnswerRe: dropdownlist Pin
Sandeep Mewara22-Apr-10 5:10
mveSandeep Mewara22-Apr-10 5:10 
AnswerRe: dropdownlist Pin
Morgs Morgan22-Apr-10 22:16
Morgs Morgan22-Apr-10 22:16 
GeneralRe: dropdownlist Pin
tek 200923-Apr-10 0:42
tek 200923-Apr-10 0:42 
QuestionText Box Event OnTextChange Pin
gautamamit822-Apr-10 2:35
gautamamit822-Apr-10 2:35 
AnswerRe: Text Box Event OnTextChange Pin
Morgs Morgan22-Apr-10 2:50
Morgs Morgan22-Apr-10 2:50 
GeneralRe: Text Box Event OnTextChange Pin
gautamamit822-Apr-10 3:36
gautamamit822-Apr-10 3:36 
GeneralRe: Text Box Event OnTextChange Pin
Brij22-Apr-10 4:04
mentorBrij22-Apr-10 4:04 
AnswerRe: Text Box Event OnTextChange Pin
Sandesh M Patil22-Apr-10 3:07
Sandesh M Patil22-Apr-10 3:07 
GeneralRe: Text Box Event OnTextChange Pin
gautamamit822-Apr-10 3:32
gautamamit822-Apr-10 3:32 

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.