User Profile
Collapse
-
How to set the css of a hyperlink in a dataList
I have a datalist that I am using to store a list of hyperlinks.The items for the data list gets added dynamically when the web page is loaded. My problem now come to setting the text color of the HyperLink. How can i set the colour of the Hyper link that is located in the datalist. I know how to set the background color of the datalist Item but this is not what I need to do. This also has to be dynamic because this will change depending on certain... -
Styling a datalist item with asp.net and c#
I have a DataList that gets data Added to it dynamically based on certain criteria. I want to know set the text color of this item to purple from the grey that it is being display as. The Item in the datalist is a hyperlink. Is there any way of being able to sent the color of the font to purple? I know how to set the background color to a differnt colour when the item meets the criteria, I have done this by setting the style of the item but when... -
How to catach a close event on a website without javascript?
How can i catch a close event on a web page without the use of javascript. I have a site that a users has to log in to and from that I have to keep track of if they are logged in or not. My problem now comes when the user has to be marked as logged out. How can I solve the problem that when the browser closes unexpectedly that it then carries out a method that will mark the user as logged out. The log out methods works when the users logs out and... -
Thank you for all your help I have many different people try to explain what will be the best possible way however your answer was the only one that really made sense.... -
Will external CSS file override in - line Style tags in ASP pages?
I have a site that already has in line styles that have been added to it, i was now wondering of I added an external Css file if that would override the in-line styles. The Site is quite big is there any way that I can remove the style tags from the asp pages in a quick and easy way? Also are the any free tools that I can use to create a CSS file easily? -
-
Sheena777 started a topic How to get the Smallest value from a list of values and how to do it with c#in .NETHow to get the Smallest value from a list of values and how to do it with c#
I have 7 values that I have to sort through and get the lowest value back.How can I get the lowest value back this list within c#. -
DrawLines and c#
I am trying to draw a line on a graphic that will represent data almost like a line graph would do. I however don't know how to draw a continuos line with multiple points. I have also tried creating a line chart on the page and that is not an option because my page can;t have any script in the asp tags and when I tried to put it in the code behind nothing gets display. How would I be able to display any values that I get in the form of a line Chart... -
Displaying data on a new Line of Label with c#
I have a Label that i am cntinuously adding data to i would like to add the Data to a new line with in the label is there any way of doing this with c# and on an asp.net page? -
Difference between a Process Command and a Shell Command
What is the difference the process command and the shell command with vb.net. I am trying to find the best way to open and close an application through my code with vb.net. Which one of these would be the better choice? -
how to view an asp page like HTML Page
Is there any way of displaying an asp page with out deploying it or running it off a port. I am trying to display the page like you would display an html page. Is there any way to treat the asp page like an html page. -
How to convert a Varchar into a Int with sql 2000?
I have a sql 2000 Database table that I am trying to compare the data.The Data that i Am working with is a Varchar and I want to compare it to an int value. Currently now when I do this is does not take check all values. I am trying to see if the varchar is smaller than the int value. How can I convert the varchar value into a Int with the SQL Select Statement. -
There is anti virus software on that machine and regular checks do take place at night so that is not the problem unless the anti virus has not picked up a virus although I highly dought that but thanks for you help....Leave a comment:
-
When I specify the full name as you have suggested the code does not seem to see that the program is already running and opens many instances of outlook every time the process is run. So how can i stop the program from openning more than one instance of outlook 2000?...Leave a comment:
-
Checking if Outlook is running within a VB.Net Application
I have a created a program that checks if outlook is already open and if not then the code will restart Outlook. My problem now is that when the code checks if the program is running it does not seem to be working it does not open outlook when it is not running.I am using the following piece of code to check.
Code:If Process.GetProcessesByName("OutLook").Length < 1 Then 'restarts the Process
-
Creating a Windows Service with Vb.net and Visual Studio 2005
How can I create a windows service to keep a program running with vb.net and visual studio. I have created a windows application that I have used the Onclick publish of visual studio 2005 and I now need to convert the project to a windows service so that it will run continuosly with out having a user login to the windows XP. I have never worked with windows services before so have no clue as to how they work so any help will be appreciated thank... -
Program Shut Down for no reason by Windows XP?
I have a program that I have created and that is permanently running in the back ground on a user's PC. This program is used to check if a finger print scanner is on and if not it will be restarted at certain times, for some reason the program was shut down by something. The process has been running fine until Today, so I don't know where to start looking for the problem. Does Windows XP have some thing that might clash with another program that... -
Restarting a program from windows restart
How can I run an application from windows start up without a user having to login to start an application. My biggest problem is that once a week there is a process that runs that restart all the user's PC and the program that I have created has to be running at all times. How can I run the application when windows restarts without the user logging in. I need to beable to run the application without having a scheduling it the schedule tool. -
Timer Problems with vb.net
I have an aplications that need to be running at all times within this application there is a process that needs to start at a certain time. I have tried using the time with in vb.net windows forms but if I had to put the application on to check every minute the the program will use to much of the user's pc memory. The program is suppossed to be non invasive. I was wondering if there is any other way to check for times that don't affect the pc to... -
Closing a specific application with VB.net?
I have an application the opens certain programs when it is run on a timer, how would I go about closing the program that have been opened? I am opening internet explorer in kiosk mode as well how would I close this with in the code?
No activity results to display
Show More
Leave a comment: