Advertisement

1 - 5 of 5 containing alltags:("c#, sql, asp.net") (0.002 seconds)
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...
Zones: Visual Studio, SQL Server 2005, .NET Framew...Date Answered: 03/18/2008 Grade: A Views: 24
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...
Zones: ASP.Net Programming, MS SQL Server, C#Date Answered: 03/14/2008 Grade: A Views: 111
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...
Zones: ASP.Net ProgrammingDate Answered: 03/18/2008 Grade: A Views: 0
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...
Zones: SQL Server 2005, MS SQL Server, MS Vi...Date Answered: 09/22/2008 Grade: A Views: 11
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 ...
Zones: ASP.Net Programming, MS Visual C#Date Answered: 07/14/2008 Grade: A Views: 17
  • 1