Hi,
I have a website that has a few list boxes, what i want to be able to do is if the first lst box is called lst1
and there are 6 options within the lst box, and someone picks option 1 then...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23220...
I am reterieving images from a database with a few other things,
I have the same code on my laptop as I do on my PC just the server names are different.
But on my PC the code works fine and ret...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23239823.html
Hi,
I have aproblem with displaying things from the database I can reterieve things from the database but i want to display it something like this as opposed to in a simple datagrid any tutorials...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23240043.html
I've read some solutions are to declare the size of the parameter being returned:
e.g
SqlParameter deptRetVal = cmdGetDeptCreds.Parameters.Add("@retUserDept", SqlDbType.VarChar,50);
deptRetVal.D...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2375...
I have a stored procedure called "GetRequestInfoType"
CREATE PROCEDURE dbo.GetRequestInfoType
@id Int
AS
Select * FROM RequestInfoTypes WHERE id = @id
GO
I am trying to call this procedure ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23563305.html