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

ASP.NET

 
JokeRe: stored procedures in asp.net Pin
Urs Enzler6-Oct-07 3:40
Urs Enzler6-Oct-07 3:40 
QuestionDisplaying the images from the Database Pin
.NET- India 5-Oct-07 21:21
.NET- India 5-Oct-07 21:21 
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 
Add a image filed from Editcolum section
provide in Data Section : DataImageUrlFiled= <database filed name>

This is sample code !!!!
-------- This section inside grid view ----------

here pic_name is the filed name of ur database image path
<asp:ImageField DataImageUrlField="pic_name" HeaderText="Image" ReadOnly="True" >

<asp:SqlDataSource ID="SqlDataSource1" runat="server" SelectCommand="SELECT * FROM [Page_table] WHERE [page_id] = @page_id"
</asp:SqlDataSource>
---------------------------------------------------
Hope now u can understand .... if u have still any problem let me know !!!!
Happy Programming
-----
Abhijit
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 
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 

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.