Click here to Skip to main content
15,885,842 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionA generic error occurred in GDI+ Pin
mehrdadc4829-Sep-08 0:04
mehrdadc4829-Sep-08 0:04 
QuestionGridview page change is affecting sessions Pin
eyeseetee28-Sep-08 22:44
eyeseetee28-Sep-08 22:44 
AnswerRe: Gridview page change is affecting sessions Pin
simsen29-Sep-08 0:37
simsen29-Sep-08 0:37 
GeneralRe: Gridview page change is affecting sessions Pin
eyeseetee29-Sep-08 0:53
eyeseetee29-Sep-08 0:53 
AnswerRe: Gridview page change is affecting sessions Pin
eyeseetee29-Sep-08 1:18
eyeseetee29-Sep-08 1:18 
Questionhow to get the grid items??? Pin
sarala.s28-Sep-08 22:34
sarala.s28-Sep-08 22:34 
AnswerRe: how to get the grid items??? Pin
whatUrunning.com28-Sep-08 22:47
whatUrunning.com28-Sep-08 22:47 
Questionshow image usin binding problem Pin
sepel28-Sep-08 22:32
sepel28-Sep-08 22:32 
hi i want to show my image using binding in a datalist:

<asp:image id="imgMag" width="180" height="85" alternatetext="<%# DataBinder.Eval(Container.DataItem, " title")="" %&gt;"="" xmlns:asp="#unknown">
ImageUrl='<%#GetImgPicUrl(DataBinder.Eval(Container.DataItem, "url"))%>' runat="server" CssClass="newStyle1" />

and :
public string GetImgPicUrl(object url)
{
string strUrl = Server.MapPath(@"~/Attachment/picture/" + url.ToString());
return strUrl;
}
it show image on my pc but on server it dosnt show.
whats problem?

sepel

AnswerRe: show image usin binding problem Pin
Ashfield28-Sep-08 23:10
Ashfield28-Sep-08 23:10 
AnswerRe: show image usin binding problem Pin
AlexeiXX329-Sep-08 13:47
AlexeiXX329-Sep-08 13:47 
GeneralRe: show image usin binding problem Pin
sepel29-Sep-08 19:07
sepel29-Sep-08 19:07 
Questionlinkbutton open link Pin
UD(IA)28-Sep-08 22:15
UD(IA)28-Sep-08 22:15 
AnswerRe: linkbutton open link Pin
Ashfield28-Sep-08 23:22
Ashfield28-Sep-08 23:22 
QuestionHow to get System Language? Pin
kindman_nb28-Sep-08 21:27
kindman_nb28-Sep-08 21:27 
AnswerRe: How to get System Language? Pin
whatUrunning.com28-Sep-08 21:42
whatUrunning.com28-Sep-08 21:42 
Questionmail attachment repeating Pin
kvsreedhar28-Sep-08 21:23
kvsreedhar28-Sep-08 21:23 
AnswerRe: mail attachment repeating Pin
whatUrunning.com28-Sep-08 21:34
whatUrunning.com28-Sep-08 21:34 
GeneralRe: mail attachment repeating Pin
kvsreedhar28-Sep-08 21:39
kvsreedhar28-Sep-08 21:39 
GeneralRe: mail attachment repeating Pin
whatUrunning.com28-Sep-08 21:46
whatUrunning.com28-Sep-08 21:46 
GeneralRe: mail attachment repeating Pin
kvsreedhar28-Sep-08 21:58
kvsreedhar28-Sep-08 21:58 
GeneralRe: mail attachment repeating Pin
whatUrunning.com28-Sep-08 22:01
whatUrunning.com28-Sep-08 22:01 
QuestionFailed to compare two elements in the array Pin
soonarai28-Sep-08 21:14
soonarai28-Sep-08 21:14 
Questionhow to attach a word document to asp.net web application using a checkbox control condition wise Pin
sumanth Reddy28-Sep-08 20:19
sumanth Reddy28-Sep-08 20:19 
QuestionHow to create a column contatining textbox control and make it editable in a gridview Pin
sumanth Reddy28-Sep-08 20:04
sumanth Reddy28-Sep-08 20:04 
AnswerRe: How to create a column contatining textbox control and make it editable in a gridview Pin
HemJoshi28-Sep-08 20:46
HemJoshi28-Sep-08 20:46 

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.