Click here to Skip to main content
15,914,014 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: TextBox datatypr probelm Pin
dany.s22-Sep-06 21:21
dany.s22-Sep-06 21:21 
GeneralRe: TextBox datatypr probelm Pin
amaneet22-Sep-06 21:27
amaneet22-Sep-06 21:27 
GeneralRe: TextBox datatypr probelm [modified] Pin
dany.s22-Sep-06 21:53
dany.s22-Sep-06 21:53 
AnswerRe: TextBox datatypr probelm Pin
Guffa22-Sep-06 22:53
Guffa22-Sep-06 22:53 
GeneralRe: TextBox datatypr probelm [modified] Pin
dany.s22-Sep-06 23:13
dany.s22-Sep-06 23:13 
AnswerRe: TextBox datatypr probelm Pin
Guffa23-Sep-06 1:14
Guffa23-Sep-06 1:14 
QuestionHow to show Images in DataGrid or Data List Pin
sandip788222-Sep-06 19:42
sandip788222-Sep-06 19:42 
AnswerRe: How to show Images in DataGrid or Data List Pin
amaneet22-Sep-06 21:09
amaneet22-Sep-06 21:09 
If u don't have image for the particular record.Then do the followiunf thing.
U have a function named Visible for the image control.Write a return type function for that Visible function

in the html view.


now in the code behind file
include the imports system.io

publilc function FindVisibility(byval filepath as string)
if(path.exist(filepath))
return true
else
return false
End sub

Hope this may help u.
GeneralRe: How to show Images in DataGrid or Data List Pin
sandip788225-Sep-06 0:00
sandip788225-Sep-06 0:00 
Questionconfiguring SOAP extensions Pin
Leithaus22-Sep-06 13:01
Leithaus22-Sep-06 13:01 
Questioncapture audio in asp.net 1.1 with vb.net 1.1 Pin
amaneet22-Sep-06 9:30
amaneet22-Sep-06 9:30 
GeneralDisplay Images Revisited... Pin
code-frog22-Sep-06 8:00
professionalcode-frog22-Sep-06 8:00 
GeneralRe: Display Images Revisited... Pin
Jon Sagara22-Sep-06 8:31
Jon Sagara22-Sep-06 8:31 
QuestionNested datalists Pin
jolfa200122-Sep-06 7:46
jolfa200122-Sep-06 7:46 
AnswerRe: Nested datalists Pin
Jim Conigliaro22-Sep-06 10:46
Jim Conigliaro22-Sep-06 10:46 
QuestionAdding more data to page Pin
impeham22-Sep-06 5:21
impeham22-Sep-06 5:21 
AnswerRe: Adding more data to page Pin
ToddHileHoffer22-Sep-06 7:27
ToddHileHoffer22-Sep-06 7:27 
AnswerRe: Adding more data to page Pin
Garry Shutler23-Sep-06 6:00
Garry Shutler23-Sep-06 6:00 
Questioncapture audio in Web App Pin
lgelliott22-Sep-06 4:42
lgelliott22-Sep-06 4:42 
AnswerRe: capture audio in Web App Pin
bnieland22-Sep-06 6:20
bnieland22-Sep-06 6:20 
GeneralRe: capture audio in Web App Pin
lgelliott25-Sep-06 2:14
lgelliott25-Sep-06 2:14 
QuestionGridview header visible Pin
waddie122-Sep-06 4:04
waddie122-Sep-06 4:04 
AnswerRe: Gridview header visible Pin
Kschuler22-Sep-06 8:12
Kschuler22-Sep-06 8:12 
QuestionUnable to debug project Pin
DanB198322-Sep-06 4:04
DanB198322-Sep-06 4:04 
GeneralRe: Unable to debug project Pin
Elina Blank22-Sep-06 6:25
sitebuilderElina Blank22-Sep-06 6:25 

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.