Click here to Skip to main content
15,902,634 members
Home / Discussions / C#
   

C#

 
GeneralRe: access rows in order that they appear after sorting datagrid Pin
blakeb_116-Apr-04 9:58
blakeb_116-Apr-04 9:58 
GeneralUsing DataBinder.Eval Pin
Mike Ellison14-Apr-04 10:19
Mike Ellison14-Apr-04 10:19 
GeneralRe: Using DataBinder.Eval Pin
Heath Stewart14-Apr-04 10:31
protectorHeath Stewart14-Apr-04 10:31 
GeneralRe: Using DataBinder.Eval Pin
Mike Ellison14-Apr-04 12:33
Mike Ellison14-Apr-04 12:33 
GeneralWeb services question... Pin
Manster14-Apr-04 9:00
Manster14-Apr-04 9:00 
GeneralRe: Web services question... Pin
Heath Stewart14-Apr-04 9:05
protectorHeath Stewart14-Apr-04 9:05 
GeneralRe: Web services question... Pin
Manster15-Apr-04 3:20
Manster15-Apr-04 3:20 
GeneralRe: Web services question... Pin
Heath Stewart15-Apr-04 3:24
protectorHeath Stewart15-Apr-04 3:24 
You can use Dns.GetHostByName (or the asynchronous BeginGetHostByName) to get the IP address, but you don't need to in most cases. When the proxy makes a request to the remote Web Services via its URL, the DNS client of your local machine will resolve the IP address, connect to the server, and make the request on the Web Service. This is all done internally - you do not need to resolve the IP address manually, just like you don't need to use the IP address in Internet Explorer and other Internet-ready applications.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Web services question... Pin
Manster15-Apr-04 3:52
Manster15-Apr-04 3:52 
GeneralRe: Web services question... Pin
Heath Stewart15-Apr-04 3:57
protectorHeath Stewart15-Apr-04 3:57 
GeneralRe: Web services question... Pin
Manster15-Apr-04 4:02
Manster15-Apr-04 4:02 
Generalmultiple entries in Add/Remove Programs Pin
econnor14-Apr-04 8:58
econnor14-Apr-04 8:58 
GeneralRe: multiple entries in Add/Remove Programs Pin
Heath Stewart14-Apr-04 9:03
protectorHeath Stewart14-Apr-04 9:03 
GeneralP/Invoke Pin
Dominik Reichl14-Apr-04 6:58
Dominik Reichl14-Apr-04 6:58 
GeneralRe: P/Invoke Pin
Heath Stewart14-Apr-04 7:41
protectorHeath Stewart14-Apr-04 7:41 
Generalconvert unicode to ascii Pin
eranas14-Apr-04 6:57
eranas14-Apr-04 6:57 
GeneralRe: convert unicode to ascii Pin
Heath Stewart14-Apr-04 7:24
protectorHeath Stewart14-Apr-04 7:24 
GeneralScrolling and background image Pin
Flack14-Apr-04 6:53
Flack14-Apr-04 6:53 
GeneralRe: Scrolling and background image Pin
Heath Stewart14-Apr-04 7:26
protectorHeath Stewart14-Apr-04 7:26 
GeneralMultiple Forms\Views Pin
SanShou14-Apr-04 6:17
SanShou14-Apr-04 6:17 
GeneralRe: Multiple Forms\Views Pin
CWIZO14-Apr-04 6:42
CWIZO14-Apr-04 6:42 
GeneralRe: Multiple Forms\Views Pin
14-Apr-04 8:17
suss14-Apr-04 8:17 
GeneralDistributing Application Pin
Jason Pyke14-Apr-04 5:57
Jason Pyke14-Apr-04 5:57 
GeneralRe: Distributing Application Pin
Heath Stewart14-Apr-04 7:31
protectorHeath Stewart14-Apr-04 7:31 
GeneralRe: Distributing Application Pin
Anonymous14-Apr-04 8:40
Anonymous14-Apr-04 8:40 

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.