Click here to Skip to main content
15,921,156 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: asp Pin
Christian Graus9-Jan-09 7:44
protectorChristian Graus9-Jan-09 7:44 
QuestionCould not find stored procedure 'dbo.aspnet_CheckSchemaVersion' ERROR Pin
AprNgp9-Jan-09 3:24
AprNgp9-Jan-09 3:24 
AnswerRe: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion' ERROR Pin
Abhijit Jana9-Jan-09 3:53
professionalAbhijit Jana9-Jan-09 3:53 
GeneralRe: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion' ERROR Pin
AprNgp9-Jan-09 3:56
AprNgp9-Jan-09 3:56 
GeneralRe: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion' ERROR Pin
Abhijit Jana9-Jan-09 4:19
professionalAbhijit Jana9-Jan-09 4:19 
GeneralRe: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion' ERROR Pin
AprNgp9-Jan-09 4:22
AprNgp9-Jan-09 4:22 
QuestionI am not getting the login name of sender in my database profiler Pin
naveeen_kumar9-Jan-09 2:42
naveeen_kumar9-Jan-09 2:42 
QuestionFiles Not found error when running on web Application Pin
omlac9-Jan-09 2:38
omlac9-Jan-09 2:38 
Hi all
im trying to write a file to a database(stored as image), my program works fine in debug mode, and my file name is c:\\Test\\Test.jpg(contained in tboPath.Text)
When i run the application as an actual webpage from the server i get the error message "c:TestTest.jpg file name not found", even though the file is there. does anyone know whats causing this.
SqlParameter imgLogo = new SqlParameter("@LogoImage", SqlDbType.Image);
imgLogo.Direction = ParameterDirection.Input;
if (tboPath.Text != "")
{
imgLogo.Value = File.ReadAllBytes(tboPath.Text);
SqlCmd.Parameters.Add(imgLogo);
CheckImageExist(strFileName);
}

Thank you
AnswerRe: Files Not found error when running on web Application Pin
Colin Angus Mackay9-Jan-09 2:44
Colin Angus Mackay9-Jan-09 2:44 
AnswerRe: Files Not found error when running on web Application Pin
omlac9-Jan-09 3:32
omlac9-Jan-09 3:32 
QuestionJava Script Problem Pin
Anudeep Jaiswal - MCA9-Jan-09 2:10
Anudeep Jaiswal - MCA9-Jan-09 2:10 
AnswerRe: Java Script Problem Pin
Not Active9-Jan-09 3:19
mentorNot Active9-Jan-09 3:19 
GeneralRe: Java Script Problem Pin
Anudeep Jaiswal - MCA9-Jan-09 18:47
Anudeep Jaiswal - MCA9-Jan-09 18:47 
QuestionDrag and Drop image Pin
madancode9-Jan-09 1:43
madancode9-Jan-09 1:43 
AnswerRe: Drag and Drop image Pin
AprNgp9-Jan-09 3:26
AprNgp9-Jan-09 3:26 
AnswerRe: Drag and Drop image Pin
Abhijit Jana9-Jan-09 3:58
professionalAbhijit Jana9-Jan-09 3:58 
Questionhow can i use ajax in asp.net 1.X Pin
ahmedhassan969-Jan-09 1:33
ahmedhassan969-Jan-09 1:33 
AnswerRe: how can i use ajax in asp.net 1.X Pin
ToddHileHoffer9-Jan-09 2:06
ToddHileHoffer9-Jan-09 2:06 
AnswerRe: how can i use ajax in asp.net 1.X Pin
Srdjan 32071729-Jan-09 4:50
Srdjan 32071729-Jan-09 4:50 
GeneralRe: how can i use ajax in asp.net 1.X Pin
ahmedhassan969-Jan-09 8:20
ahmedhassan969-Jan-09 8:20 
GeneralRe: how can i use ajax in asp.net 1.X Pin
Christian Graus9-Jan-09 12:06
protectorChristian Graus9-Jan-09 12:06 
AnswerRe: how can i use ajax in asp.net 1.X Pin
Christian Graus9-Jan-09 7:45
protectorChristian Graus9-Jan-09 7:45 
QuestionAN OPERATION ON SOCKET CANNOT BE PERFORMED - ERROR MESSAGE !!! Pin
senthilnathan9-Jan-09 1:00
senthilnathan9-Jan-09 1:00 
AnswerRe: AN OPERATION ON SOCKET CANNOT BE PERFORMED - ERROR MESSAGE !!! Pin
Colin Angus Mackay9-Jan-09 1:10
Colin Angus Mackay9-Jan-09 1:10 
GeneralRe: AN OPERATION ON SOCKET CANNOT BE PERFORMED - ERROR MESSAGE !!! Pin
Abhijit Jana9-Jan-09 1:21
professionalAbhijit Jana9-Jan-09 1:21 

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.