Click here to Skip to main content
15,917,568 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: AutoComplete TextBox Pin
Michael Sync20-Nov-07 20:10
Michael Sync20-Nov-07 20:10 
GeneralRe: AutoComplete TextBox Pin
kirthikirthi20-Nov-07 20:34
kirthikirthi20-Nov-07 20:34 
GeneralRe: AutoComplete TextBox Pin
Michael Sync20-Nov-07 20:45
Michael Sync20-Nov-07 20:45 
GeneralRe: AutoComplete TextBox Pin
kirthikirthi20-Nov-07 21:13
kirthikirthi20-Nov-07 21:13 
Questionproblem with rtf file downloading(plz solve this problem) Pin
lakshmichawala20-Nov-07 19:48
lakshmichawala20-Nov-07 19:48 
QuestionError Message 401.3 Pin
Reddy Prakash20-Nov-07 19:44
Reddy Prakash20-Nov-07 19:44 
AnswerRe: Error Message 401.3 Pin
Sun Rays20-Nov-07 21:39
Sun Rays20-Nov-07 21:39 
QuestionImages not retriving from Db Pin
Krishna Varadharajan20-Nov-07 19:41
Krishna Varadharajan20-Nov-07 19:41 
I have given begindcode

while(dr10.Read())
{
Response.Write("<img src=~\"uploads\" width=\"39\" border=\"1\" height=\"40\">");
}

HTML CODE

<asp:TemplateField>
<ItemTemplate>

<asp:Label ID="lbl4" runat="server" Text='<%#DataBinder.Eval(Container.DataItem,"picture") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>


Its not retrieving



krishna
AnswerRe: Images not retriving from Db Pin
Michael Sync20-Nov-07 19:43
Michael Sync20-Nov-07 19:43 
AnswerRe: Images not retriving from Db Pin
John-ph20-Nov-07 19:59
John-ph20-Nov-07 19:59 
GeneralRe: Images not retriving from Db Pin
Krishna Varadharajan20-Nov-07 21:47
Krishna Varadharajan20-Nov-07 21:47 
GeneralRe: Images not retriving from Db Pin
Sun Rays20-Nov-07 21:53
Sun Rays20-Nov-07 21:53 
GeneralRe: Images not retriving from Db Pin
Krishna Varadharajan20-Nov-07 22:25
Krishna Varadharajan20-Nov-07 22:25 
GeneralRe: Images not retriving from Db Pin
N a v a n e e t h20-Nov-07 22:30
N a v a n e e t h20-Nov-07 22:30 
GeneralRe: Images not retriving from Db Pin
John-ph20-Nov-07 22:09
John-ph20-Nov-07 22:09 
GeneralRe: Images not retriving from Db Pin
Krishna Varadharajan20-Nov-07 22:30
Krishna Varadharajan20-Nov-07 22:30 
GeneralRe: Images not retriving from Db Pin
John-ph20-Nov-07 22:45
John-ph20-Nov-07 22:45 
GeneralRe: Images not retriving from Db Pin
Krishna Varadharajan20-Nov-07 22:55
Krishna Varadharajan20-Nov-07 22:55 
GeneralRe: Images not retriving from Db Pin
Krishna Varadharajan21-Nov-07 0:41
Krishna Varadharajan21-Nov-07 0:41 
GeneralRe: Images not retriving from Db Pin
N a v a n e e t h20-Nov-07 22:13
N a v a n e e t h20-Nov-07 22:13 
Questionasp.net 2.0 hosting problem Pin
saravanan0520-Nov-07 19:34
saravanan0520-Nov-07 19:34 
AnswerRe: asp.net 2.0 hosting problem Pin
Michael Sync20-Nov-07 19:41
Michael Sync20-Nov-07 19:41 
QuestionAbout Dropdownlist.. Pin
Rajeshwar Code- Developer20-Nov-07 19:10
Rajeshwar Code- Developer20-Nov-07 19:10 
AnswerRe: About Dropdownlist.. Pin
N a v a n e e t h20-Nov-07 19:13
N a v a n e e t h20-Nov-07 19:13 
GeneralRe: About Dropdownlist.. Pin
Rajeshwar Code- Developer20-Nov-07 19:17
Rajeshwar Code- Developer20-Nov-07 19:17 

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.