Click here to Skip to main content
15,905,028 members
Home / Discussions / C#
   

C#

 
GeneralRe: am i doing something wrong with the and operator? Pin
crohnsandme21-Dec-12 5:47
crohnsandme21-Dec-12 5:47 
GeneralRe: am i doing something wrong with the and operator? Pin
PIEBALDconsult21-Dec-12 7:12
mvePIEBALDconsult21-Dec-12 7:12 
AnswerRe: am i doing something wrong with the and operator? Pin
Richard MacCutchan21-Dec-12 6:27
mveRichard MacCutchan21-Dec-12 6:27 
GeneralC# and PostgreSQL Pin
tashee21-Dec-12 2:22
tashee21-Dec-12 2:22 
GeneralRe: C# and PostgreSQL Pin
Keith Barrow21-Dec-12 3:02
professionalKeith Barrow21-Dec-12 3:02 
QuestionC#.Net error(Front end Visual studio 2010,Back end:SQL server 2008)) Pin
S Akshay20-Dec-12 23:54
S Akshay20-Dec-12 23:54 
AnswerRe: C#.Net error(Front end Visual studio 2010,Back end:SQL server 2008)) Pin
Dave Kreskowiak21-Dec-12 4:12
mveDave Kreskowiak21-Dec-12 4:12 
GeneralRe: C#.Net error(Front end Visual studio 2010,Back end:SQL server 2008)) Pin
S Akshay21-Dec-12 4:42
S Akshay21-Dec-12 4:42 
GeneralRe: C#.Net error(Front end Visual studio 2010,Back end:SQL server 2008)) Pin
Dave Kreskowiak21-Dec-12 4:53
mveDave Kreskowiak21-Dec-12 4:53 
QuestionCapture HttpRequest from Fiddler or WinpCap, then reconstruct a HttpRequest object? Pin
devvvy20-Dec-12 14:50
devvvy20-Dec-12 14:50 
AnswerRe: Capture HttpRequest from Fiddler or WinpCap, then reconstruct a HttpRequest object? Pin
Super Lloyd20-Dec-12 18:19
Super Lloyd20-Dec-12 18:19 
GeneralRe: Capture HttpRequest from Fiddler or WinpCap, then reconstruct a HttpRequest object? Pin
devvvy21-Dec-12 23:01
devvvy21-Dec-12 23:01 
Questionsending messages with smart bro using c# Pin
Glendonz20-Dec-12 6:23
Glendonz20-Dec-12 6:23 
AnswerRe: sending messages with smart bro using c# Pin
jschell20-Dec-12 8:37
jschell20-Dec-12 8:37 
GeneralRe: sending messages with smart bro using c# Pin
Glendonz20-Dec-12 16:21
Glendonz20-Dec-12 16:21 
GeneralRe: sending messages with smart bro using c# Pin
jschell22-Dec-12 13:52
jschell22-Dec-12 13:52 
GeneralRe: sending messages with smart bro using c# Pin
Glendonz30-Dec-12 5:36
Glendonz30-Dec-12 5:36 
Questionremobjects and simular products Pin
Menelaos Vergis20-Dec-12 6:22
Menelaos Vergis20-Dec-12 6:22 
AnswerRe: remobjects and simular products Pin
Super Lloyd20-Dec-12 18:11
Super Lloyd20-Dec-12 18:11 
GeneralRe: remobjects and simular products Pin
Menelaos Vergis23-Dec-12 22:00
Menelaos Vergis23-Dec-12 22:00 
GeneralRe: remobjects and simular products Pin
Super Lloyd24-Dec-12 3:40
Super Lloyd24-Dec-12 3:40 
QuestionPls help me with repeater control....!! Pin
Yasir88720-Dec-12 4:24
Yasir88720-Dec-12 4:24 
RantRe: Pls help me with repeater control....!! Pin
Richard Deeming20-Dec-12 4:46
mveRichard Deeming20-Dec-12 4:46 
Yasir887 wrote:
Its urgent.

Not to us it isn't. Nobody here is paid to answer your questions; we do it because we enjoy helping other people.
Adding "it's urgent" to your question isn't going to make us help you any faster. In fact, it's more likely to make us ignore your question!

Yasir887 wrote:
I tried the above code but not working.

What code? Did you forget to paste it?
Also, "not working" isn't enough information. How is it not working? Are you getting an error message? Is the output not what you expected?

Yasir887 wrote:
I have Stored the User's profile Image's filename in the database column Image.
And the image to a folder named UserImage.
Can anyone pls help me with the code to display the image of corresponding user to the repeater.

What have you tried? The obvious approach is:
<asp:Image runat="server"
    ImageUrl='<%# Eval("Image", "~/UserImage/{0}") %>'
/>




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: Pls help me with repeater control....!! Pin
Yasir88720-Dec-12 6:20
Yasir88720-Dec-12 6:20 
GeneralRe: Pls help me with repeater control....!! Pin
Richard Deeming20-Dec-12 6:50
mveRichard Deeming20-Dec-12 6:50 

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.