I have a app hoted on a rails server
my application - lwi - is under the rails folder and in the public_html I have lwi folder as well.
the only way to access my app right now is through http://lwi.lwiclean.com/home
but I want my link to be www.lwiclean.com
I assume that i have to do a...
HI everybody
I'm using the following code to find a especific string in a txt file and then change the properties of the object. the text is there but it's not changing the textbox color as I want it to do.
StreamReader tr = new StreamReader("Numbers.txt");
Regex rx = new Regex(tr.ToString())...
wrote this script below to retrieve data from a specific table.
private void savenewid()
{
Connection.Open();
String Newproductid = productid.Text;
String SQLStatementInsert = "insert into releasedids (newid) Values ("+ Newproductid+")"...
With my code below I'm trying to accomplish:
1. Change the color of the button for checked and uncheked - Done
2. Save the value of the button into a xml file if button is clicked - Not working
3. delete the value from the xml file if button is uncheked - Not done
4. retrieve the value to...
In my form I have a text box with some info inside. When user clicks in the text box it changes its color to display that this bos has been picked and user click on it again it goes to the previous mode.
here is the code:
private void TextBox1_Click(object sender, EventArgs e)
{...
How do I code a textbox to highlight the text or the background clicking on it?
Lets say that I have box 1 2 and 3.... I wanna be able to highlight one of them or all of them as I wish!
Thanks in advance
Marcus
Ps.: I'm newbie on C#.
hi everybody,
I created a DTS pack. to create a table, copy values into it from 2 other tables rename the current table in production, rename the created table and drop the old renamed table.
I'm having some trouble creating the Identity in the new table.
here is my code
Creates temp table...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.