Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
GeneralRe: using another program in your app Pin
Marc L4-Apr-06 7:36
Marc L4-Apr-06 7:36 
QuestionWeb.Config and App.Config issues Pin
kpkr4-Apr-06 2:46
kpkr4-Apr-06 2:46 
AnswerRe: Web.Config and App.Config issues Pin
leppie4-Apr-06 6:38
leppie4-Apr-06 6:38 
GeneralRe: Web.Config and App.Config issues Pin
kpkr4-Apr-06 9:45
kpkr4-Apr-06 9:45 
QuestionCurrent selection in AxWebBrowser Pin
Dima Filipiuk4-Apr-06 2:35
Dima Filipiuk4-Apr-06 2:35 
Questionc# image help Pin
tonydevlin4-Apr-06 2:18
tonydevlin4-Apr-06 2:18 
AnswerRe: c# image help Pin
Expert Coming4-Apr-06 12:13
Expert Coming4-Apr-06 12:13 
QuestionWeb Service Ordering Pin
si_694-Apr-06 2:16
si_694-Apr-06 2:16 
Hi All

This is probably a really easy question!!

I have a C# web service, when its up and running either in debug mode or it has been released.

Is there any way to set the order of the web methods. My methods seem to be randomly ordered

In my code i have something like
...
[WebMethod]
public DataSet WebA(int MyInt)
{
etc
}
[WebMethod]
public DataSet WebB(int MyInt)
{
etc
}
[WebMethod]
public DataSet WebC(int MyInt)
{
etc
}
however when it is hosted and running all the hyperlinks seem in a random order

Like

WebC
WebA
WebB

Any ideas

Si


AnswerRe: Web Service Ordering Pin
Glaxalg4-Apr-06 4:24
Glaxalg4-Apr-06 4:24 
GeneralRe: Web Service Ordering Pin
si_694-Apr-06 4:52
si_694-Apr-06 4:52 
QuestionData Grid View Control Help Pin
Naveed Shoaib4-Apr-06 1:50
Naveed Shoaib4-Apr-06 1:50 
QuestionGetting router's ip address Pin
Jisha Pappachan4-Apr-06 1:14
Jisha Pappachan4-Apr-06 1:14 
AnswerRe: Getting router's ip address Pin
Antony M Kancidrowski4-Apr-06 6:24
Antony M Kancidrowski4-Apr-06 6:24 
AnswerRe: Getting router's ip address Pin
Guffa4-Apr-06 10:04
Guffa4-Apr-06 10:04 
QuestionHow to show .CHM files in C#? Pin
Abhijeet Ballal3-Apr-06 23:43
Abhijeet Ballal3-Apr-06 23:43 
AnswerRe: How to show .CHM files in C#? Pin
Tehnoon4-Apr-06 1:22
Tehnoon4-Apr-06 1:22 
GeneralRe: How to show .CHM files in C#? Pin
Abhijeet Ballal4-Apr-06 1:51
Abhijeet Ballal4-Apr-06 1:51 
Questioncompressing video files before saving Pin
prgramya3-Apr-06 23:04
prgramya3-Apr-06 23:04 
Questionproblem using Response.Flush Pin
smadan3-Apr-06 22:53
smadan3-Apr-06 22:53 
AnswerRe: problem using Response.Flush Pin
Vasudevan Deepak Kumar4-Apr-06 5:12
Vasudevan Deepak Kumar4-Apr-06 5:12 
QuestionApplication in a Fixed dialog like window Pin
Dave McCool3-Apr-06 22:17
Dave McCool3-Apr-06 22:17 
AnswerRe: Application in a Fixed dialog like window Pin
Glaxalg4-Apr-06 4:45
Glaxalg4-Apr-06 4:45 
Questionjoining two richtextboxes Pin
john343-Apr-06 22:07
john343-Apr-06 22:07 
AnswerRe: joining two richtextboxes Pin
Robert Rohde3-Apr-06 22:50
Robert Rohde3-Apr-06 22:50 
AnswerRe: joining two richtextboxes Pin
CooperWu3-Apr-06 23:07
CooperWu3-Apr-06 23:07 

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.