Click here to Skip to main content
15,923,576 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalpayseal integration Pin
alok.mailbox8-Jan-08 23:24
alok.mailbox8-Jan-08 23:24 
GeneralRe: payseal integration Pin
Paddy Boyd8-Jan-08 23:39
Paddy Boyd8-Jan-08 23:39 
GeneralFile authentication Pin
Fred_Smith8-Jan-08 23:23
Fred_Smith8-Jan-08 23:23 
GeneralRe: File authentication Pin
DotNetXenon9-Jan-08 4:17
DotNetXenon9-Jan-08 4:17 
GeneralRe: File authentication Pin
Fred_Smith9-Jan-08 5:37
Fred_Smith9-Jan-08 5:37 
GeneralRe: File authentication Pin
DotNetXenon9-Jan-08 10:23
DotNetXenon9-Jan-08 10:23 
GeneralRe: File authentication Pin
Fred_Smith11-Jan-08 23:00
Fred_Smith11-Jan-08 23:00 
GeneralBeginner problem (Pages work on localhost but do not work when published) Pin
Muhammad Gouda8-Jan-08 22:56
Muhammad Gouda8-Jan-08 22:56 
GeneralRe: Beginner problem (Pages work on localhost but do not work when published) Pin
Paddy Boyd8-Jan-08 23:09
Paddy Boyd8-Jan-08 23:09 
GeneralRe: Beginner problem (Pages work on localhost but do not work when published) Pin
Muhammad Gouda8-Jan-08 23:26
Muhammad Gouda8-Jan-08 23:26 
GeneralRe: Beginner problem (Pages work on localhost but do not work when published) Pin
Paddy Boyd8-Jan-08 23:27
Paddy Boyd8-Jan-08 23:27 
GeneralRe: Beginner problem (Pages work on localhost but do not work when published) Pin
Muhammad Gouda9-Jan-08 1:28
Muhammad Gouda9-Jan-08 1:28 
Generalssl certificate question Pin
eyeseetee8-Jan-08 22:44
eyeseetee8-Jan-08 22:44 
Generalproblem with menu Pin
accessred8-Jan-08 22:43
accessred8-Jan-08 22:43 
GeneralRe: problem with menu Pin
Declan Bright8-Jan-08 23:15
Declan Bright8-Jan-08 23:15 
Generalinsertion of image in sql sever 2000 Pin
Pankaj Garg8-Jan-08 22:28
Pankaj Garg8-Jan-08 22:28 
CREATE PROCEDURE [dbo].[spa]
@a image
AS
insert into a(a) values(@a)
GO

table
column name = a
datatype = image
<br />
 byte[] buffer=new byte[FileUpload1.FileContent.Length];<br />
        byte[] b = new byte[FileUpload1.FileContent.Length];<br />
        FileUpload1.PostedFile.InputStream.Read(buffer,0,buffer.Length);<br />
p[0] = objclsdb.Parameter("@a", DbType.Byte, buffer, ParameterDirection.Input);

The above code is right?
GeneralRe: insertion of image in sql sever 2000 Pin
janet20088-Jan-08 22:41
janet20088-Jan-08 22:41 
GeneralRe: insertion of image in sql sever 2000 Pin
Pankaj Garg8-Jan-08 22:53
Pankaj Garg8-Jan-08 22:53 
GeneralRe: insertion of image in sql sever 2000 Pin
Paddy Boyd8-Jan-08 23:12
Paddy Boyd8-Jan-08 23:12 
GeneralRe: insertion of image in sql sever 2000 Pin
Pankaj Garg8-Jan-08 23:17
Pankaj Garg8-Jan-08 23:17 
GeneralRe: insertion of image in sql sever 2000 Pin
Rob Graham10-Jan-08 17:04
Rob Graham10-Jan-08 17:04 
GeneralRe: insertion of image in sql sever 2000 Pin
janet20088-Jan-08 23:25
janet20088-Jan-08 23:25 
GeneralRe: insertion of image in sql sever 2000 Pin
Pankaj Garg8-Jan-08 23:40
Pankaj Garg8-Jan-08 23:40 
GeneralRe: insertion of image in sql sever 2000 Pin
janet20088-Jan-08 23:55
janet20088-Jan-08 23:55 
GeneralRe: insertion of image in sql sever 2000 Pin
Blumen9-Jan-08 18:55
Blumen9-Jan-08 18:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.