Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > asp.net > april 2007 > threads for saturday april 21

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

SQL Server 2005
Posted by Just Me at 4/21/2007 10:11:20 PM
OK, I have SQL2005/vs2005 and on my local machine I have SQL Express, so my local connection string is like this. When i publish to the server, it of course cannot find the instance for the server . I guess my question is 1.) Do I need an sql server on the server, I know this sounds like a du...more >>

insert code - security
Posted by Eugene Anthony at 4/21/2007 8:54:55 PM
How do I secure the code bellow from possible sql injection? SqlConnection cnn2 = new SqlConnection(ConfigurationManager.ConnectionStrings["myConnection"].Con nectionString); SqlCommand myCommand2 = new SqlCommand(); myCommand2.Connection = cnn2; myCommand2.CommandText = "INSERT Authenticati...more >>

Dotfuscator CE
Posted by GaryDean at 4/21/2007 5:59:49 PM
I'm trying to use DotFuscator Community edition but the help is for Professional edition. The process appears intentionally arcane. Is there any material on how to use the Community Edition anywhere? -- Regards, Gary Blakely ...more >>

Missing Control Panel Net 2.0 config icon
Posted by Frank Burleigh at 4/21/2007 4:30:16 PM
A while ago I installed Net 2.0 to our Server 2003 web machine, but the Control Panel folder icon for configuring Net 2.0 never made it to the Control Panel folder. Thinking this might indicate a botched install, I used the install.exe found in 2.0's "Microsoft .net framework 2.0" directory...more >>

Splitting comma-seperated items
Posted by MSNEWS at 4/21/2007 3:53:11 PM
Hi i need to extract all items between commas into a string array from the following line, but there is a comma in one of the items (between strings) eg "MICHEAL JACKSON, AAMC" , i used String.Split() method but it fails. 9006374,7912103,0,"MICHEAL JACKSON, AAMC","102-3085146-8388914" ...more >>

A simple photosharing application written in asp
Posted by foto at 4/21/2007 12:38:47 PM
I d like to show you http://www.morecute.com It has been awesome runs on Fedora I wanted to share it early on so there is litte load on the server and the early adopter crowd can try it out thanks Jerry ...more >>

Read From CSS
Posted by Jeronimo Bertran at 4/21/2007 10:38:10 AM
I want to be able to programatically read the value from a css stylesheet. For example, I have a stylesheet with the following style defined: ..dayInactive { background-color:#D200D2; } And from a C# codebehind I want to be able to obtain the value for the background-color. Thank...more >>

connection path
Posted by Eugene Anthony at 4/21/2007 10:09:16 AM
In my web.config I specified: <add name="myConnection" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Database.mdf;Integr ated Security=True;User Instance=True"/> how do I specify a connection string to my ms sql 7.0 database? Eugene Anthony *** Sent via ...more >>



Master Pages and Javascript
Posted by MonkeeX NO[at]SPAM gmail.com at 4/21/2007 8:21:59 AM
Hi, I'm trying to convert my normal ASP.NET site to one which uses master pages. I have a separate js file which sets a HTML control on the form as follows:- form1.ctllname.value = mainDiv.HTML; Of course the form does not exist anymore in this file as it is now as asp:content page and I...more >>

ASP.Net Button Stretches in Windows XP, in Absolute Position ?
Posted by luqman at 4/21/2007 12:00:00 AM
When I run my Web Form containing one ASP Textbox and one ASP Button created in VS 2005 on Windows 2000, the webform looks ok, however when I run the same web page on my Laptop having Windows XP, the Button increases its Width and Stretches, if I change the Button Style Position from Absolute to ...more >>


DevelopmentNow Blog