Click here to Skip to main content
15,884,473 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Click-in and Click out functionality Pin
PeriyasamyRamachandran5-May-10 19:07
PeriyasamyRamachandran5-May-10 19:07 
AnswerRe: Click-in and Click out functionality Pin
Sandeep Mewara4-May-10 21:20
mveSandeep Mewara4-May-10 21:20 
GeneralRe: Click-in and Click out functionality Pin
PeriyasamyRamachandran4-May-10 22:57
PeriyasamyRamachandran4-May-10 22:57 
GeneralRe: Click-in and Click out functionality Pin
PeriyasamyRamachandran5-May-10 1:22
PeriyasamyRamachandran5-May-10 1:22 
GeneralRe: Click-in and Click out functionality Pin
PeriyasamyRamachandran5-May-10 19:06
PeriyasamyRamachandran5-May-10 19:06 
QuestionCompositeWebClientLibrary that supports Enterprise Library 4.1 Pin
Shahdat Hosain4-May-10 18:43
Shahdat Hosain4-May-10 18:43 
QuestionFileInfo type with FileUpload Pin
AndyASPVB4-May-10 9:33
AndyASPVB4-May-10 9:33 
AnswerRe: FileInfo type with FileUpload Pin
PunkIsNotDead4-May-10 19:10
PunkIsNotDead4-May-10 19:10 
Hi! I don't understand you at 100%. but maybe if you use a FileInfo[] fi = new FileInfo[4]... etc. And after store the images, you can use any to find it's path. like
C#
String path = fi[0].FullName.subString(0, fi[0].FullName.LastIndexOf("/"));//
//or
String path = fi.DirectoryName;
Wink | ;) Wink | ;)
QuestionWhat is the best method Pin
amina894-May-10 7:50
amina894-May-10 7:50 
AnswerRe: What is the best method Pin
Viral Upadhyay4-May-10 18:53
Viral Upadhyay4-May-10 18:53 
GeneralRe: What is the best method Pin
amina894-May-10 22:15
amina894-May-10 22:15 
GeneralRe: What is the best method Pin
Viral Upadhyay4-May-10 23:49
Viral Upadhyay4-May-10 23:49 
GeneralRe: What is the best method Pin
amina895-May-10 0:16
amina895-May-10 0:16 
Questiondatalist display adsense after particular row Pin
uglyeyes4-May-10 6:40
uglyeyes4-May-10 6:40 
AnswerRe: datalist display adsense after particular row Pin
RCoate4-May-10 19:54
RCoate4-May-10 19:54 
GeneralRe: datalist display adsense after particular row Pin
uglyeyes9-May-10 20:36
uglyeyes9-May-10 20:36 
QuestionMessagebox in webform Pin
Enobong Adahada4-May-10 5:50
Enobong Adahada4-May-10 5:50 
AnswerRe: Messagebox in webform Pin
JHizzle4-May-10 5:55
JHizzle4-May-10 5:55 
AnswerRe: Messagebox in webform Pin
michaelschmitt4-May-10 6:06
michaelschmitt4-May-10 6:06 
GeneralRe: Messagebox in webform Pin
Enobong Adahada4-May-10 6:58
Enobong Adahada4-May-10 6:58 
GeneralRe: Messagebox in webform Pin
T M Gray4-May-10 7:43
T M Gray4-May-10 7:43 
GeneralRe: Messagebox in webform Pin
michaelschmitt4-May-10 7:46
michaelschmitt4-May-10 7:46 
AnswerRe: Messagebox in webform Pin
Abhijit Jana4-May-10 7:24
professionalAbhijit Jana4-May-10 7:24 
QuestionFixed gridview header is wider than gridview Pin
Andraw1114-May-10 5:45
Andraw1114-May-10 5:45 
QuestionClear Textbox without writing server side code EnableViewState=false? Pin
Sandesh M Patil4-May-10 4:46
Sandesh M Patil4-May-10 4: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.