Click here to Skip to main content
15,891,657 members

Comments by CoderVivs (Top 8 by date)

CoderVivs 25-Sep-12 8:23am View    
Describe ur question well to get the answer
CoderVivs 21-Sep-12 16:19pm View    
have u checked ur FileEntries list ? is it cntains the Filename "berat.txt" if yes then check it the case sensivity
CoderVivs 18-Sep-12 14:35pm View    
Just manupulate the datatable which is the datasource of your grid
If u need more help then post ur code
CoderVivs 15-Sep-12 3:45am View    
just keep Console.WriteLine() afte the for loops.
And in the function table() improve the for loop condition with
i < names.count;
CoderVivs 15-Sep-12 3:29am View    
are you getting the data from DB or not ?
if yes then make sure that your page postbacks +
keep the display label inside an UpdatePanel