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 > july 2007 > threads for sunday july 8

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 31

problem with scope_identity
Posted by Dan at 7/8/2007 11:52:39 PM
Hi, after inserting a record in a table (sql server), i need the last value of the primary key of that table, which increments automatically, before inserting that value in another table. I did like this: comd.CommandText = "insert into [mytable] (field1, field2) values(@datbeg ,@date...more >>


problem with insert command
Posted by Dan at 7/8/2007 5:47:11 PM
Hi, i try to insert values into a sql server table like this (code-behind): comm1 = Textbox1.Text comm2=Textbox2.Text ....... comd.CommandText = "insert into [dbo].[mytable] (field1, field2,...) values(comm1, comm2, ....)" i get the error: The name "field1l" is not permitted in thi...more >>

Problem with MySQL connection
Posted by Julien Sobrier at 7/8/2007 4:28:10 PM
Hello, I'm trying to get a CreateUserWizard asp component to connect to a MySql Server. I've installed the latest Mysql connector. THep roblem is taht even after modifying web, config to connect to the MySQL server, the ASP.Net application send MS-SQL requests on port 3610 t03618 instead of a...more >>

Remote Web Workplace : Microsoft Small Business Server : Modifying
Posted by Rick at 7/8/2007 3:08:28 PM
Couple of questions. Has anyone done any customization of the remote web workplace in the windows small business server? I'm trying to modify the client intranet link to point to a different site. I'm a .net novice and can't quiet figure it out. Here is what I know: In the c:\inetpub\remot...more >>

get values from query
Posted by pelegk1 at 7/8/2007 2:04:00 PM
i have a simple query SELECT User_Pass,id FROM Users and i want using ExecuteReader to get the values of this 2 columns into parameters. when i try to do : Dim reader As SqlDataReader = myCommand.ExecuteReader() and then reader.GetString(0) i get : Invalid attempt to read when no data is...more >>

Create a large grid with checkboxes?
Posted by Klaus Jensen at 7/8/2007 1:40:02 PM
Hi I am not sure, what is the best way to do this, and I hope somebody can offer some advice. :) I have 30 brands (from one table) out of one axis and 30 product categories (from another table) out another, and I have to register which brands have what product categories (using checkboxe...more >>

SQL Server 2000 vs SQL Server Express
Posted by Grey Alien at 7/8/2007 11:27:44 AM
I have an ASP.Net website that was developed using SQL Server 2000. I want to 'port' it to use SQL Server Express, since I don't have SQL Server 2000 (besides my db is less than 1GB). Questions: 1). What is the difference between SQL Server 2000 and SQL Server Express? 2). What changes ...more >>

Signing ActiveX control to use in ASP.NET web page
Posted by jignesh at 7/8/2007 9:29:08 AM
I have developed a ActiveX control and place it in a ASP.NET web page. I am able to use the control very well when the web page is viewed locally. When any other machine is trying to open the same page the control is unable to get download on that machine as the control is not signed. If a...more >>



Conditionally Hide Select Column of GridView ?
Posted by Luqman at 7/8/2007 12:00:00 AM
I have populated the Child Accounts and Parent Accounts in a Grid View Control, I want to hide the Select Column of Parent Accounts, but not the Child Accounts, is it possible ? I am using VS 2005 ? Best Regards, Luqman ...more >>


DevelopmentNow Blog