Click here to Skip to main content
16,007,885 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalretreiving Images From Database with image datatype pbm Pin
SreejithAchutan28-Dec-07 18:45
SreejithAchutan28-Dec-07 18:45 
GeneralRe: retreiving Images From Database with image datatype pbm Pin
Nisar Inamdar28-Dec-07 23:57
Nisar Inamdar28-Dec-07 23:57 
GeneralRe: retreiving Images From Database with image datatype pbm Pin
SreejithAchutan30-Dec-07 21:23
SreejithAchutan30-Dec-07 21:23 
GeneralRe: retreiving Images From Database with image datatype pbm Pin
Sun Rays29-Dec-07 0:40
Sun Rays29-Dec-07 0:40 
GeneralRe: retreiving Images From Database with image datatype pbm Pin
SreejithAchutan30-Dec-07 22:04
SreejithAchutan30-Dec-07 22:04 
QuestionHow to access the asp:image inside asp:GridView ItemTemplate Pin
Niya28-Dec-07 18:43
Niya28-Dec-07 18:43 
GeneralRe: How to access the asp:image inside asp:GridView ItemTemplate Pin
Sonia Gupta28-Dec-07 19:08
Sonia Gupta28-Dec-07 19:08 
GeneralRe: How to access the asp:image inside asp:GridView ItemTemplate Pin
rahul.net1128-Dec-07 20:24
rahul.net1128-Dec-07 20:24 
Hi Create a function in code behind and pass image name to that function.
and in item template om set image url property to the function name.

<asp:image id="imgreply" runat="server" imageurl=""><![CDATA[<%# Thumbnail(Container.Dataitem("reply_imgname")) %>]]>'></asp:image>

and in code behend this id thumbnail function.
 Function Thumbnail(ByVal img_name As String)<br />
        If img_name <> "" Then<br />
            Dim urlThumbNail As String = "thumbnails.aspx?iname=" & img_name<br />
            Return urlThumbNail<br />
        Else<br />
<br />
        End If<br />
    End Function


thumbnail.aspx is the name of the page where thumbnail of the image is
created.You can easily get the code for thumbnail if u havn't got
the reply me.

Regards.
Rahul

People Laugh on me Because i am Different but i Laugh on them Because they all are same.

GeneralRe: How to access the asp:image inside asp:GridView ItemTemplate Pin
Niya28-Dec-07 22:26
Niya28-Dec-07 22:26 
GeneralRe: How to access the asp:image inside asp:GridView ItemTemplate Pin
rahul.net1128-Dec-07 23:35
rahul.net1128-Dec-07 23:35 
Questionhow can i create online exam project in asp.net using c# coding? Pin
My Article28-Dec-07 18:27
My Article28-Dec-07 18:27 
GeneralRe: how can i create online exam project in asp.net using c# coding? Pin
neerubee28-Dec-07 18:41
neerubee28-Dec-07 18:41 
GeneralRe: how can i create online exam project in asp.net using c# coding? Pin
My Article28-Dec-07 18:48
My Article28-Dec-07 18:48 
GeneralRe: how can i create online exam project in asp.net using c# coding? Pin
Sun Rays28-Dec-07 18:45
Sun Rays28-Dec-07 18:45 
GeneralRe: how can i create online exam project in asp.net using c# coding? Pin
My Article28-Dec-07 19:24
My Article28-Dec-07 19:24 
GeneralRe: how can i create online exam project in asp.net using c# coding? Pin
Sun Rays28-Dec-07 19:38
Sun Rays28-Dec-07 19:38 
GeneralRe: how can i create online exam project in asp.net using c# coding? Pin
My Article28-Dec-07 19:45
My Article28-Dec-07 19:45 
Generalhelping yourself is best Pin
Sun Rays28-Dec-07 19:55
Sun Rays28-Dec-07 19:55 
GeneralRe: helping yourself is best Pin
My Article28-Dec-07 20:10
My Article28-Dec-07 20:10 
GeneralAjax concept in vs2003 Pin
Member 387988128-Dec-07 18:26
Member 387988128-Dec-07 18:26 
GeneralRe: Ajax concept in vs2003 Pin
neerubee28-Dec-07 18:47
neerubee28-Dec-07 18:47 
Questionhow to add a tool tip designed by cascading style sheet to grid veiw Pin
jagan12328-Dec-07 17:53
jagan12328-Dec-07 17:53 
AnswerDuplicate Post........ Pin
Sun Rays28-Dec-07 18:38
Sun Rays28-Dec-07 18:38 
GeneralRe: Duplicate Post........ Pin
neerubee28-Dec-07 18:44
neerubee28-Dec-07 18:44 
Questionstock oriented applications Pin
Basheer28-Dec-07 17:38
Basheer28-Dec-07 17:38 

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.