Click here to Skip to main content
15,890,282 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: The problem of usng IIS for publishing ASP.net website Pin
Seraph_summer7-Dec-09 9:49
Seraph_summer7-Dec-09 9:49 
QuestionImport data from Xml to sql in vs2003 Pin
<<Tash18>>6-Dec-09 1:28
<<Tash18>>6-Dec-09 1:28 
AnswerRe: Import data from Xml to sql in vs2003 Pin
N a v a n e e t h6-Dec-09 2:22
N a v a n e e t h6-Dec-09 2:22 
GeneralRe: Import data from Xml to sql in vs2003 Pin
<<Tash18>>6-Dec-09 2:32
<<Tash18>>6-Dec-09 2:32 
GeneralRe: Import data from Xml to sql in vs2003 Pin
N a v a n e e t h6-Dec-09 2:45
N a v a n e e t h6-Dec-09 2:45 
QuestionIdentifying system process. Pin
srikantha_nagaraj5-Dec-09 18:51
srikantha_nagaraj5-Dec-09 18:51 
AnswerRe: Identifying system process. Pin
N a v a n e e t h5-Dec-09 19:02
N a v a n e e t h5-Dec-09 19:02 
AnswerRe: Identifying system process. Pin
Abhishek Sur5-Dec-09 22:19
professionalAbhishek Sur5-Dec-09 22:19 
No way... If you are talking about process in the client side, it cant detect it from the browser.. As browser only deals with htmls(Request / Response). It dont have access to anything, but just to display some Data and Ui elements.

If you are looking for server side processes, it is very easier to deal with this. Just use
System.Diagnostics.Process[] processlist = System.Diagnostics.Process.GetProcesses()

But I dont think your motive is fulfilled using this as no one opens internet explorer to work with their own site in the server.

Anyway.. Be specific on what you require always. And post in right section.

Cheers.
Rose | [Rose]

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

GeneralRe: Identifying system process. [modified] Pin
N a v a n e e t h6-Dec-09 2:00
N a v a n e e t h6-Dec-09 2:00 
GeneralRe: Identifying system process. Pin
Abhishek Sur6-Dec-09 7:31
professionalAbhishek Sur6-Dec-09 7:31 
AnswerRe: Identifying system process. Pin
Abhijit Jana6-Dec-09 0:36
professionalAbhijit Jana6-Dec-09 0:36 
QuestionQuerystring issue Pin
bhavnvyas4-Dec-09 23:47
bhavnvyas4-Dec-09 23:47 
AnswerRe: Querystring issue Pin
sashidhar4-Dec-09 23:55
sashidhar4-Dec-09 23:55 
GeneralRe: Querystring issue Pin
bhavnvyas4-Dec-09 23:59
bhavnvyas4-Dec-09 23:59 
GeneralRe: Querystring issue Pin
sashidhar5-Dec-09 0:04
sashidhar5-Dec-09 0:04 
GeneralRe: Querystring issue Pin
bhavnvyas5-Dec-09 0:11
bhavnvyas5-Dec-09 0:11 
AnswerRe: Querystring issue Pin
Abhishek Sur5-Dec-09 9:43
professionalAbhishek Sur5-Dec-09 9:43 
QuestionImage resize in asp.net Pin
Any_India4-Dec-09 22:34
Any_India4-Dec-09 22:34 
AnswerRe: Image resize in asp.net Pin
keyur satyadev4-Dec-09 22:50
keyur satyadev4-Dec-09 22:50 
GeneralRe: Image resize in asp.net Pin
Any_India4-Dec-09 23:40
Any_India4-Dec-09 23:40 
GeneralRe: Image resize in asp.net Pin
keyur satyadev4-Dec-09 23:56
keyur satyadev4-Dec-09 23:56 
GeneralRe: Image resize in asp.net Pin
macielaf14-Aug-13 9:56
macielaf14-Aug-13 9:56 
AnswerRe: Image resize in asp.net Pin
sashidhar4-Dec-09 23:50
sashidhar4-Dec-09 23:50 
GeneralRe: Image resize in asp.net Pin
macielaf15-Aug-13 5:32
macielaf15-Aug-13 5:32 
Questionhelp me Pin
vbmadhavi4-Dec-09 21:38
vbmadhavi4-Dec-09 21:38 

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.