Click here to Skip to main content
16,015,594 members

Comments by massab (Top 6 by date)

massab 13-Dec-12 12:33pm View    
Deleted
I tried out that too not working.
massab 13-Dec-12 12:32pm View    
How to use server.mapath dynamically? like i commented above?
massab 13-Dec-12 8:58am View    
img = "../../FoodImages/" + Convert.ToString(reader[4]);
How to use in this line?
massab 13-Dec-12 5:52am View    
Deleted
in controller,
string img = null;
img = "../../FoodImages/" + Convert.ToString(reader[4]);
That too not working
all coming in deployment !
massab 13-Dec-12 4:52am View    
Thanks for reply.
BUt ,HOW TO use...I tried LIKE 'url('images/redback.jpg').but not working.

then in controller,
string img = null;
img = "../../FoodImages/" + Convert.ToString(reader[4]);
That too not working
all coming in deployment !.Time to host website and all these issues coming up.pls help