Click here to Skip to main content
15,902,812 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Displaying the images from the Database Pin
Imran Khan Pathan5-Oct-07 21:49
Imran Khan Pathan5-Oct-07 21:49 
GeneralRe: Displaying the images from the Database Pin
.NET- India 5-Oct-07 21:52
.NET- India 5-Oct-07 21:52 
GeneralRe: Displaying the images from the Database Pin
Imran Khan Pathan5-Oct-07 22:08
Imran Khan Pathan5-Oct-07 22:08 
AnswerRe: Displaying the images from the Database Pin
Abhijit Jana6-Oct-07 2:17
professionalAbhijit Jana6-Oct-07 2:17 
GeneralRe: Displaying the images from the Database Pin
.NET- India 6-Oct-07 2:53
.NET- India 6-Oct-07 2:53 
GeneralRe: Displaying the images from the Database Pin
Abhijit Jana6-Oct-07 3:20
professionalAbhijit Jana6-Oct-07 3:20 
AnswerRe: Displaying the images from the Database Pin
Abhijit Jana7-Oct-07 3:50
professionalAbhijit Jana7-Oct-07 3:50 
Questionnvarchar is incompatible with image Pin
kishoregani5-Oct-07 21:08
kishoregani5-Oct-07 21:08 
1 file.SaveAs("F://images/" + file.GetName(), true);
this was successfully stored in folder
but
2 SqlCommand sqlcmd = new SqlCommand("insert into tblCategories (CatImage) values (@CatImage)", sqlcon);
sqlcmd.Parameters.Add("@CatImage", file.GetName ());
sqlcmd.ExecuteNonQuery();
here
error:nvarchar is incompatible with image
I gave datatype for CatImage is image.
so wat i have to do.

regards
kishore

AnswerRe: nvarchar is incompatible with image Pin
Christian Graus5-Oct-07 21:15
protectorChristian Graus5-Oct-07 21:15 
QuestionFor write protecting a drive for all the Users Pin
Gopi Ramanathan5-Oct-07 20:49
Gopi Ramanathan5-Oct-07 20:49 
AnswerRe: For write protecting a drive for all the Users Pin
Christian Graus5-Oct-07 20:51
protectorChristian Graus5-Oct-07 20:51 
QuestionServer Error Pin
bhattiprolu5-Oct-07 20:43
bhattiprolu5-Oct-07 20:43 
AnswerRe: Server Error Pin
Christian Graus5-Oct-07 20:52
protectorChristian Graus5-Oct-07 20:52 
AnswerRe: Server Error Pin
Shujaat Ullah Khan5-Oct-07 21:14
Shujaat Ullah Khan5-Oct-07 21:14 
GeneralRe: Server Error Pin
bhattiprolu5-Oct-07 21:43
bhattiprolu5-Oct-07 21:43 
GeneralRe: Server Error Pin
Shujaat Ullah Khan5-Oct-07 22:25
Shujaat Ullah Khan5-Oct-07 22:25 
GeneralRe: Server Error Pin
bhattiprolu5-Oct-07 23:23
bhattiprolu5-Oct-07 23:23 
GeneralRe: Server Error Pin
Christian Graus5-Oct-07 23:44
protectorChristian Graus5-Oct-07 23:44 
QuestionJavaScript?? Pin
Vanamaindia5-Oct-07 20:34
Vanamaindia5-Oct-07 20:34 
AnswerRe: JavaScript?? Pin
Christian Graus5-Oct-07 20:56
protectorChristian Graus5-Oct-07 20:56 
QuestionAbout Visual Basic .NET Pin
Nine Tails5-Oct-07 20:28
Nine Tails5-Oct-07 20:28 
AnswerRe: About Visual Basic .NET Pin
Christian Graus5-Oct-07 20:30
protectorChristian Graus5-Oct-07 20:30 
AnswerRe: About Visual Basic .NET Pin
Nine Tails5-Oct-07 21:47
Nine Tails5-Oct-07 21:47 
Questionpassing prcessed variables in Response.redirect method Pin
Sunil Wise5-Oct-07 19:54
professionalSunil Wise5-Oct-07 19:54 
AnswerRe: passing prcessed variables in Response.redirect method Pin
Christian Graus5-Oct-07 20:31
protectorChristian Graus5-Oct-07 20:31 

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.