Click here to Skip to main content
15,913,160 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Browesr Isssue Pin
Kaushal Arora23-Apr-09 21:39
Kaushal Arora23-Apr-09 21:39 
QuestionSugession Required Related to webparts.. Pin
mr_muskurahat23-Apr-09 21:18
mr_muskurahat23-Apr-09 21:18 
Questiondatagrid current view Pin
3641323-Apr-09 20:53
3641323-Apr-09 20:53 
AnswerRe: datagrid current view Pin
Herman<T>.Instance23-Apr-09 21:15
Herman<T>.Instance23-Apr-09 21:15 
GeneralRe: datagrid current view Pin
3641323-Apr-09 21:21
3641323-Apr-09 21:21 
GeneralRe: datagrid current view Pin
SayreCC23-Apr-09 23:22
SayreCC23-Apr-09 23:22 
QuestionHow to display Image in grid view ? Pin
cocoonwls23-Apr-09 20:47
cocoonwls23-Apr-09 20:47 
AnswerRe: How to display Image in grid view ? Pin
SayreCC23-Apr-09 20:52
SayreCC23-Apr-09 20:52 
Hi, you can Add in your grid a image field.

<asp:GridView ID="GridView1" runat="server">
<Columns>
<asp:ImageField>
</asp:ImageField>
</Columns>
</asp:GridView>

then this imagefield have properties to call the image from your database.

like: DataImageUrlField = dr("image").tostring();


Hope this one Can Help

Thanks
GeneralRe: How to display Image in grid view ? Pin
cocoonwls23-Apr-09 21:41
cocoonwls23-Apr-09 21:41 
AnswerRe: How to display Image in grid view ? Pin
Kaushal Arora23-Apr-09 21:56
Kaushal Arora23-Apr-09 21:56 
GeneralRe: How to display Image in grid view ? Pin
cocoonwls23-Apr-09 22:48
cocoonwls23-Apr-09 22:48 
AnswerRe: How to display Image in grid view ? Pin
SayreCC23-Apr-09 22:23
SayreCC23-Apr-09 22:23 
AnswerRe: How to display Image in grid view ? Pin
Abhijit Jana23-Apr-09 22:57
professionalAbhijit Jana23-Apr-09 22:57 
GeneralRe: How to display Image in grid view ? Pin
cocoonwls23-Apr-09 23:30
cocoonwls23-Apr-09 23:30 
QuestionEvent Handling in Dynamic UserControls.. Pin
Technobizz23-Apr-09 20:33
Technobizz23-Apr-09 20:33 
AnswerRe: Event Handling in Dynamic UserControls.. Pin
SayreCC23-Apr-09 20:45
SayreCC23-Apr-09 20:45 
QuestionSys.WebForms.PageRequestManagerParserErrorException Pin
Member 335171923-Apr-09 20:31
Member 335171923-Apr-09 20:31 
Questionplz help me to constuct binary tree Pin
Any_India23-Apr-09 20:21
Any_India23-Apr-09 20:21 
AnswerRe: plz help me to constuct binary tree Pin
Colin Angus Mackay23-Apr-09 21:06
Colin Angus Mackay23-Apr-09 21:06 
GeneralRe: plz help me to constuct binary tree Pin
Any_India23-Apr-09 21:14
Any_India23-Apr-09 21:14 
QuestionMenu In ASP.net Pin
Pranav Kalyani23-Apr-09 20:03
Pranav Kalyani23-Apr-09 20:03 
AnswerRe: Menu In ASP.net Pin
Abhijit Jana23-Apr-09 20:08
professionalAbhijit Jana23-Apr-09 20:08 
AnswerRe: Menu In ASP.net Pin
SayreCC23-Apr-09 20:48
SayreCC23-Apr-09 20:48 
AnswerRe: Menu In ASP.net Pin
somasekhara77724-Apr-09 20:54
somasekhara77724-Apr-09 20:54 
QuestionDynamically adding rows to girdview Pin
Narsimha0923-Apr-09 19:02
Narsimha0923-Apr-09 19:02 

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.