Click here to Skip to main content
15,908,581 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataTables and DataSets Pin
Besinci23-Feb-05 7:24
Besinci23-Feb-05 7:24 
GeneralAssembly upgrade problems Pin
Mathew Hall21-Feb-05 16:03
Mathew Hall21-Feb-05 16:03 
GeneralSending an object through remoting Pin
Kelvin Goh21-Feb-05 13:51
Kelvin Goh21-Feb-05 13:51 
GeneralRe: Sending an object through remoting Pin
S. Senthil Kumar21-Feb-05 15:17
S. Senthil Kumar21-Feb-05 15:17 
QuestionHow Avoid Dialog Box Open/Save Files Pin
see0721-Feb-05 12:46
see0721-Feb-05 12:46 
AnswerRe: How Avoid Dialog Box Open/Save Files Pin
Heath Stewart21-Feb-05 13:12
protectorHeath Stewart21-Feb-05 13:12 
GeneralRe: How Avoid Dialog Box Open/Save Files Pin
see0722-Feb-05 7:55
see0722-Feb-05 7:55 
GeneralRe: How Avoid Dialog Box Open/Save Files Pin
Heath Stewart22-Feb-05 8:21
protectorHeath Stewart22-Feb-05 8:21 
You can't. The server does not have direct access to the users' machines. If it did, security would be non-existent. Your code runs on the server. The result of that code is downloaded (pulled) from the server to the client and client-side code runs only on the client. Displaying a report in a web form outputs HTML and once it's downloaded to the client only client-side code can do anything. That's the very nature of HTTP and most other client-server protocols, fortunately.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
QuestionLike foreach but from end to begining ? Pin
ektoras21-Feb-05 12:14
ektoras21-Feb-05 12:14 
AnswerRe: Like foreach but from end to begining ? Pin
Heath Stewart21-Feb-05 12:21
protectorHeath Stewart21-Feb-05 12:21 
GeneralRe: Like foreach but from end to begining ? Pin
ektoras21-Feb-05 12:42
ektoras21-Feb-05 12:42 
GeneralRe: Like foreach but from end to begining ? Pin
Heath Stewart21-Feb-05 12:57
protectorHeath Stewart21-Feb-05 12:57 
GeneralRe: Like foreach but from end to begining ? Pin
Rei Miyasaka22-Feb-05 17:14
Rei Miyasaka22-Feb-05 17:14 
GeneralRe: Like foreach but from end to begining ? Pin
ektoras23-Feb-05 11:52
ektoras23-Feb-05 11:52 
GeneralRe: Like foreach but from end to begining ? Pin
Rei Miyasaka23-Feb-05 11:56
Rei Miyasaka23-Feb-05 11:56 
AnswerRe: Like foreach but from end to begining ? Pin
Dominic Farr22-Feb-05 11:16
Dominic Farr22-Feb-05 11:16 
GeneralRe: Like foreach but from end to begining ? Pin
ektoras23-Feb-05 11:55
ektoras23-Feb-05 11:55 
GeneralDetermine locally installed componnet in C# Pin
Liu Shuai21-Feb-05 12:01
Liu Shuai21-Feb-05 12:01 
GeneralRe: Determine locally installed componnet in C# Pin
Heath Stewart21-Feb-05 12:52
protectorHeath Stewart21-Feb-05 12:52 
GeneralC# and lists Pin
Sasuko21-Feb-05 11:54
Sasuko21-Feb-05 11:54 
GeneralRe: C# and lists Pin
Heath Stewart21-Feb-05 12:47
protectorHeath Stewart21-Feb-05 12:47 
GeneralRe: C# and lists Pin
Anonymous21-Feb-05 22:18
Anonymous21-Feb-05 22:18 
GeneralRe: C# and lists Pin
Heath Stewart22-Feb-05 6:52
protectorHeath Stewart22-Feb-05 6:52 
GeneralC# and VB6 Interop Pin
Aaron Schaefer21-Feb-05 11:37
Aaron Schaefer21-Feb-05 11:37 
GeneralRe: C# and VB6 Interop Pin
Heath Stewart21-Feb-05 12:42
protectorHeath Stewart21-Feb-05 12:42 

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.