Click here to Skip to main content
15,885,767 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionIf a dataset contains 100 rows, how to fetch rows between 5 and 15 only? Pin
Vishnu Narayan Mishra14-Dec-07 17:22
Vishnu Narayan Mishra14-Dec-07 17:22 
AnswerRe: If a dataset contains 100 rows, how to fetch rows between 5 and 15 only? Pin
N a v a n e e t h14-Dec-07 19:55
N a v a n e e t h14-Dec-07 19:55 
General3D Controls Pin
Bob X14-Dec-07 12:00
Bob X14-Dec-07 12:00 
GeneralRe: 3D Controls Pin
Christian Graus14-Dec-07 14:25
protectorChristian Graus14-Dec-07 14:25 
GeneralHandling a SoapException Pin
dubbele onzin14-Dec-07 8:47
dubbele onzin14-Dec-07 8:47 
AnswerRe: Handling a SoapException Pin
Guffa14-Dec-07 10:51
Guffa14-Dec-07 10:51 
GeneralRe: Handling a SoapException Pin
dubbele onzin14-Dec-07 12:51
dubbele onzin14-Dec-07 12:51 
AnswerRe: Handling a SoapException Pin
thowra14-Dec-07 14:01
thowra14-Dec-07 14:01 
Make sure your web service is throwing an actual SoapException rather than just an Exception. You can throw one as easily as this:

throw new SoapException("My Error Text", SoapException.ClientFaultCode);

You'll get a more "concise" message that way.

For more general information see here[^].
Evil cannot be conquered in the world... It can only be resisted within oneself.

AnswerRe: Handling a SoapException Pin
Guffa15-Dec-07 8:01
Guffa15-Dec-07 8:01 
GeneralEdit mode Grid view Pin
wasimsharp14-Dec-07 3:19
wasimsharp14-Dec-07 3:19 
GeneralImport and export sql data in microsoft excel file Pin
arslanjatt14-Dec-07 3:15
arslanjatt14-Dec-07 3:15 
GeneralRe: Import and export sql data in microsoft excel file Pin
Paddy Boyd14-Dec-07 3:32
Paddy Boyd14-Dec-07 3:32 
GeneralRe: Import and export sql data in microsoft excel file Pin
Paddy Boyd14-Dec-07 3:35
Paddy Boyd14-Dec-07 3:35 
QuestionHow to Use Com component(Vb 6.0 .dll) in ASP.net Pin
Binod K14-Dec-07 2:38
Binod K14-Dec-07 2:38 
AnswerRe: How to Use Com component(Vb 6.0 .dll) in ASP.net Pin
Christian Graus14-Dec-07 10:01
protectorChristian Graus14-Dec-07 10:01 
GeneralASCII ENTER symbol in text box Pin
Jay_se14-Dec-07 1:57
Jay_se14-Dec-07 1:57 
GeneralRe: ASCII ENTER symbol in text box Pin
Christian Graus14-Dec-07 10:02
protectorChristian Graus14-Dec-07 10:02 
GeneralSSL - Auto-switching protocols based on security Pin
Chris_Green14-Dec-07 1:48
Chris_Green14-Dec-07 1:48 
Questionhow i can convert any date formate to dd/mm/yyyy Pin
jagan12314-Dec-07 1:29
jagan12314-Dec-07 1:29 
AnswerRe: how i can convert any date formate to dd/mm/yyyy Pin
Paddy Boyd14-Dec-07 3:31
Paddy Boyd14-Dec-07 3:31 
AnswerRe: how i can convert any date formate to dd/mm/yyyy Pin
Pushpendra patwal14-Dec-07 3:33
Pushpendra patwal14-Dec-07 3:33 
Generalinserting XML data into database. Pin
I Never Look Behind14-Dec-07 1:14
I Never Look Behind14-Dec-07 1:14 
Generaldelete files after adding them? AND focus on a control... Pin
Support12314-Dec-07 0:38
Support12314-Dec-07 0:38 
GeneralRe: delete files after adding them? AND focus on a control... Pin
Sun Rays14-Dec-07 0:43
Sun Rays14-Dec-07 0:43 
GeneralRe: delete files after adding them? AND focus on a control... Pin
Support12314-Dec-07 0:47
Support12314-Dec-07 0:47 

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.