Click here to Skip to main content
16,008,469 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to create auto complete text box in ASP Pin
Tech_spidy13-Feb-07 23:24
Tech_spidy13-Feb-07 23:24 
AnswerRe: how to create auto complete text box in ASP Pin
Sam Heller13-Feb-07 23:27
Sam Heller13-Feb-07 23:27 
GeneralRe: how to create auto complete text box in ASP Pin
Tech_spidy14-Feb-07 0:10
Tech_spidy14-Feb-07 0:10 
GeneralRe: how to create auto complete text box in ASP Pin
Sam Heller14-Feb-07 0:13
Sam Heller14-Feb-07 0:13 
GeneralRe: how to create auto complete text box in ASP Pin
Tech_spidy14-Feb-07 1:46
Tech_spidy14-Feb-07 1:46 
AnswerRe: how to create auto complete text box in ASP Pin
badgrs13-Feb-07 23:32
badgrs13-Feb-07 23:32 
Questionhow to get the status of the Windows service in aspx page Pin
ramyasangeet13-Feb-07 23:07
ramyasangeet13-Feb-07 23:07 
AnswerRe: how to get the status of the Windows service in aspx page Pin
Jesse Squire14-Feb-07 3:17
Jesse Squire14-Feb-07 3:17 
Assuming that your service is running on the same machine as your ASP.NET application, you could use WMI to query the service status. WMI functionality is exposed through the System.Management namespace. Like any system-level functionality, you'll need to have the proper permissions to expose this information.

If your service is on a different machine, or you aren't able to secure the proper permissions, you may wish to consider exposing a remoting interface from your service. In that way, you could connect to your service programatically, and ask it for a report of its current status. The catch here is that you'll need to write code in the service that can understand and report on its status. Another thing to be aware of is that if your service is not currently started, the connection will fail.

Here are a couple of resources to help get you started:Hope that helps. Smile | :)

  --Jesse

Questiontable control Pin
Mohammed Elkholy13-Feb-07 22:18
Mohammed Elkholy13-Feb-07 22:18 
AnswerRe: table control Pin
Sylvester george13-Feb-07 23:12
Sylvester george13-Feb-07 23:12 
GeneralRe: table control Pin
Mohammed Elkholy14-Feb-07 0:33
Mohammed Elkholy14-Feb-07 0:33 
QuestionSecure Upload and Download Pin
R.Palanivel13-Feb-07 22:13
R.Palanivel13-Feb-07 22:13 
AnswerRe: Secure Upload and Download Pin
andyharman13-Feb-07 23:19
professionalandyharman13-Feb-07 23:19 
GeneralRe: Secure Upload and Download Pin
R.Palanivel13-Feb-07 23:55
R.Palanivel13-Feb-07 23:55 
QuestionShowing 500 to 700 images in grid without paging .... using Response.BinaryWrite(byte []) to show images Pin
ankushmn13-Feb-07 21:44
ankushmn13-Feb-07 21:44 
AnswerRe: Showing 500 to 700 images in grid without paging .... using Response.BinaryWrite(byte []) to show images Pin
Jesse Squire14-Feb-07 3:38
Jesse Squire14-Feb-07 3:38 
QuestionHow to add stored procedures in crystal report Pin
MissionSuccess13-Feb-07 20:43
MissionSuccess13-Feb-07 20:43 
Questionprovide security Pin
indian14313-Feb-07 19:46
indian14313-Feb-07 19:46 
AnswerRe: provide security Pin
badgrs13-Feb-07 23:13
badgrs13-Feb-07 23:13 
GeneralRe: provide security Pin
indian14314-Feb-07 1:41
indian14314-Feb-07 1:41 
QuestionProblem with a javascript function Pin
gauthee13-Feb-07 19:40
gauthee13-Feb-07 19:40 
AnswerRe: Problem with a javascript function Pin
N a v a n e e t h13-Feb-07 21:58
N a v a n e e t h13-Feb-07 21:58 
GeneralRe: Problem with a javascript function Pin
gauthee13-Feb-07 22:13
gauthee13-Feb-07 22:13 
QuestionUse of Text (Label,text), in the horizontal case [modified] Pin
ManAmir13-Feb-07 19:28
ManAmir13-Feb-07 19:28 
QuestionDataGrid Pin
Khan.Bangash13-Feb-07 19:04
Khan.Bangash13-Feb-07 19:04 

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.