blah blah blah is here! blah blah » Close

0
votes
1 answers

asp.net url question

Hi all, I have an hyperlink which passes on a value, like this: [code]HyperLink2.NavigateUrl = "www.google.com" + CheckBoxList1.Items[y].Value;[/code] My problem is, I want to pass on the value of Y to another page where ...

0
votes
0 answers

Cookies Asp.net

Hi all, I have sucessfully got cookies working to change to a new stylesheet, although Im having problems overwriting the existing cookies data with new data. This is the code i am using to create and update the cookie etc: [code] ...

0
votes
2 answers

Load image from binary data from sql

Hi, I have binary data in my sql database that is of type image. Now I want to load this binary data to an image, have you any idea how I could do this? Thanks.

0
votes
1 answers

Drop down list refresh

Hi, I have two drop down lists on a page, one depends on the other. So when a value changes in the top drop down list the second updates accordingly. This is working fine when the page first loads, however, when the top drop down box value ...

0
votes
1 answers

fill combo

Hi all, I have a local sql database called cars.mdf and a table in that called engines Data in the engines table would be laid out as follows: id engine 1 bmw engine 2 nissan engine 3 f ...

0
votes
1 answers

Simple question c# asp.net

hi all, I'm new to asp.net so please excuse the simple question. I have a label created on my webpage called myLabel for example. Now, i want to apply a string value to this label that I have created in the c# code behind the site. But I ...

0
votes
1 answers

Display in text box

Hi, trying to get the following command result to display within a textbox, do you know how it could be done? private void button1_Click(object sender, EventArgs e) { Process[] processlist = Proces ...

0
votes
1 answers

Monitor a remote process

Hi all, any idea how I could go about monitoring a remote process, on a remote machine running Windows. So for example it would monitor a process called "XYZ" and if that process was to go down and not exist it could simply displa ...

Feedback