Click here to Skip to main content
15,914,419 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Item cannot be found in the collection corresponding to the requested name or ordinal Pin
_Damian S_3-Nov-09 18:09
professional_Damian S_3-Nov-09 18:09 
GeneralRe: Item cannot be found in the collection corresponding to the requested name or ordinal Pin
Christian Graus3-Nov-09 18:19
protectorChristian Graus3-Nov-09 18:19 
GeneralRe: Item cannot be found in the collection corresponding to the requested name or ordinal Pin
_Damian S_3-Nov-09 18:58
professional_Damian S_3-Nov-09 18:58 
QuestionLarge data retrieval from SQL Server to ASP Pin
Naeem ul Haq3-Nov-09 14:36
Naeem ul Haq3-Nov-09 14:36 
AnswerRe: Large data retrieval from SQL Server to ASP Pin
_Damian S_3-Nov-09 14:41
professional_Damian S_3-Nov-09 14:41 
AnswerRe: Large data retrieval from SQL Server to ASP Pin
Christian Graus3-Nov-09 14:43
protectorChristian Graus3-Nov-09 14:43 
Question[Message Deleted] Pin
bahar.ghara3-Nov-09 8:53
bahar.ghara3-Nov-09 8:53 
AnswerRe: file uploade component Pin
Christian Graus3-Nov-09 8:58
protectorChristian Graus3-Nov-09 8:58 
You need to do several things.

1 - the user needs to select an image
2 - the user needs to push the button
3 - the page needs to post back
4 - you need to save the image somewhere
5 - you need to send the page back with the source of the image control being set to where-ever you saved the image.

You can save it in the file system, under the application root ( use Server.MapPath to find the file system equivalent ), or to a database, and then you'd need to write a page which returns the bytes of the image and the correct MIME type, taking the id of an image on the URL, and set the control to that.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

General[Message Deleted] Pin
bahar.ghara3-Nov-09 9:12
bahar.ghara3-Nov-09 9:12 
GeneralRe: file uploade component Pin
Christian Graus3-Nov-09 9:17
protectorChristian Graus3-Nov-09 9:17 
AnswerRe: [Message Deleted] [modified] Pin
Christian Graus3-Nov-09 9:32
protectorChristian Graus3-Nov-09 9:32 
GeneralRe: [Message Deleted] Pin
Abhishek Sur3-Nov-09 11:54
professionalAbhishek Sur3-Nov-09 11:54 
GeneralRe: [Message Deleted] Pin
Christian Graus3-Nov-09 12:14
protectorChristian Graus3-Nov-09 12:14 
GeneralRe: [Message Deleted] Pin
Not Active3-Nov-09 12:33
mentorNot Active3-Nov-09 12:33 
GeneralRe: [Message Deleted] Pin
Abhishek Sur3-Nov-09 20:18
professionalAbhishek Sur3-Nov-09 20:18 
QuestionHelp with SQL Database and ASPX Page Pin
mavrik51503-Nov-09 6:35
mavrik51503-Nov-09 6:35 
AnswerRe: Help with SQL Database and ASPX Page Pin
David Mujica3-Nov-09 7:30
David Mujica3-Nov-09 7:30 
GeneralRe: Help with SQL Database and ASPX Page Pin
mavrik51503-Nov-09 10:28
mavrik51503-Nov-09 10:28 
QuestionSoftware Project - Time Estimation Pin
Anusha.19803-Nov-09 6:00
Anusha.19803-Nov-09 6:00 
AnswerRe: Software Project - Time Estimation Pin
Christian Graus3-Nov-09 8:43
protectorChristian Graus3-Nov-09 8:43 
AnswerRe: Software Project - Time Estimation Pin
Not Active3-Nov-09 8:44
mentorNot Active3-Nov-09 8:44 
QuestionCrystal Report Best Practice Question Pin
Mesut KOSUCU3-Nov-09 5:25
Mesut KOSUCU3-Nov-09 5:25 
AnswerRe: Crystal Report Best Practice Question Pin
Abhishek Sur3-Nov-09 6:01
professionalAbhishek Sur3-Nov-09 6:01 
GeneralRe: Crystal Report Best Practice Question Pin
Mesut KOSUCU3-Nov-09 6:16
Mesut KOSUCU3-Nov-09 6:16 
GeneralRe: Crystal Report Best Practice Question Pin
Abhishek Sur3-Nov-09 11:53
professionalAbhishek Sur3-Nov-09 11:53 

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.