Click here to Skip to main content
16,004,974 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Help me to host Pin
bhavesh31844-Oct-07 2:27
bhavesh31844-Oct-07 2:27 
QuestionHide TemplateField Pin
mpavas3-Oct-07 23:33
mpavas3-Oct-07 23:33 
AnswerRe: Hide TemplateField Pin
Christian Graus3-Oct-07 23:41
protectorChristian Graus3-Oct-07 23:41 
GeneralRe: Hide TemplateField Pin
mpavas3-Oct-07 23:43
mpavas3-Oct-07 23:43 
GeneralRe: Hide TemplateField Pin
Christian Graus3-Oct-07 23:47
protectorChristian Graus3-Oct-07 23:47 
GeneralRe: Hide TemplateField Pin
mpavas3-Oct-07 23:49
mpavas3-Oct-07 23:49 
QuestionSave and Displaying the images from the database Pin
.NET- India 3-Oct-07 23:09
.NET- India 3-Oct-07 23:09 
AnswerRe: Save and Displaying the images from the database Pin
Imran Khan Pathan3-Oct-07 23:18
Imran Khan Pathan3-Oct-07 23:18 
The Knowledge wrote:
how to save


You can store image in the server side using Fileupload control and just you need to store image path or image name in the database.


The Knowledge wrote:
retrieve the images


Take Image control in Itemtemplate and give image path from the database

i.e.
<ItemTemplate>
<img src='<%# Eval("ImagePathField")%>' />
</ItemTemplate>



bEST rEGARD

pATHAN




please don't forget to vote on the post that helped you.

AnswerRe: Save and Displaying the images from the database Pin
Christian Graus3-Oct-07 23:30
protectorChristian Graus3-Oct-07 23:30 
AnswerRe: Save and Displaying the images from the database Pin
bhavesh31844-Oct-07 2:59
bhavesh31844-Oct-07 2:59 
GeneralRe: Save and Displaying the images from the database Pin
yogeshpan4-Oct-07 3:19
yogeshpan4-Oct-07 3:19 
QuestionEdit Source Code Pin
Mri1a3-Oct-07 23:00
Mri1a3-Oct-07 23:00 
AnswerRe: Edit Source Code Pin
John-ph3-Oct-07 23:16
John-ph3-Oct-07 23:16 
GeneralRe: Edit Source Code Pin
Mri1a4-Oct-07 0:08
Mri1a4-Oct-07 0:08 
Questionassembly references Pin
cijonraju@gmail.com3-Oct-07 22:32
cijonraju@gmail.com3-Oct-07 22:32 
AnswerRe: assembly references Pin
Christian Graus3-Oct-07 22:59
protectorChristian Graus3-Oct-07 22:59 
Questionregarding mail sending in asp.net Pin
satishpossible3-Oct-07 22:19
satishpossible3-Oct-07 22:19 
AnswerRe: regarding mail sending in asp.net Pin
Christian Graus3-Oct-07 22:23
protectorChristian Graus3-Oct-07 22:23 
AnswerRe: regarding mail sending in asp.net Pin
codeproject_Tarun3-Oct-07 23:53
codeproject_Tarun3-Oct-07 23:53 
Questionhow to add javascript function dynamically Pin
karthick.n.mca3-Oct-07 21:43
karthick.n.mca3-Oct-07 21:43 
AnswerRe: how to add javascript function dynamically Pin
Christian Graus3-Oct-07 21:59
protectorChristian Graus3-Oct-07 21:59 
AnswerRe: how to add javascript function dynamically Pin
J a a n s3-Oct-07 22:00
professionalJ a a n s3-Oct-07 22:00 
AnswerRe: how to add javascript function dynamically Pin
John-ph3-Oct-07 22:51
John-ph3-Oct-07 22:51 
QuestionDataGrid problem Pin
SUDHAKAR PALLAM3-Oct-07 21:39
SUDHAKAR PALLAM3-Oct-07 21:39 
AnswerRe: DataGrid problem Pin
karthick.n.mca3-Oct-07 21:54
karthick.n.mca3-Oct-07 21:54 

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.