Click here to Skip to main content
15,799,018 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Having difficulty with an MVC question Pin
Dave Kreskowiak30-Nov-18 8:59
mveDave Kreskowiak30-Nov-18 8:59 
GeneralRe: Having difficulty with an MVC question Pin
Member 1406015930-Nov-18 9:31
Member 1406015930-Nov-18 9:31 
GeneralRe: Having difficulty with an MVC question Pin
Richard MacCutchan30-Nov-18 23:25
mveRichard MacCutchan30-Nov-18 23:25 
GeneralRe: Having difficulty with an MVC question Pin
Vincent Maverick Durano5-Dec-18 16:07
professionalVincent Maverick Durano5-Dec-18 16:07 
QuestionDebugging a Web API Project in Visual Studio 2017 Pin
Dominick Marciano26-Nov-18 6:13
professionalDominick Marciano26-Nov-18 6:13 
AnswerRe: Debugging a Web API Project in Visual Studio 2017 Pin
maryam.saboor5-Dec-18 0:36
professionalmaryam.saboor5-Dec-18 0:36 
QuestionHow to write Edit Item template in asp.net with sql command Pin
Member 1362771923-Nov-18 23:19
Member 1362771923-Nov-18 23:19 
QuestionList is losing it's contents ? Pin
caffrey_123-Nov-18 3:37
caffrey_123-Nov-18 3:37 
Are list contents volatile ? e.g I've declared a list

Dim AdminFinalFilename As New List(Of String)


On a button press I pass a string into the list

Protected Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click


        finalfilename = DateTime.Now.ToString("ddMMyyhhmm") + "_" + FileUpload1.FileName
       
            AdminFormFilename.Add(finalfilename)


End Sub


On pressing another button the contents of the list disappear


 Protected Sub FormSubmit_Click(sender As Object, e As EventArgs) Handles FormSubmit.Click


If AdminFinalFilename Is Nothing Then

        Else

            Dim i As Integer
            For i = 0 To AdminFinalFilename.Count - 1

                Dim y As New accessadminreq

                y.InsertAdminUpload(FormID, (AdminFinalFilename.Item(i)))

            Next i

        End If


End Sub

AnswerRe: List is losing it's contents ? Pin
Richard MacCutchan23-Nov-18 3:46
mveRichard MacCutchan23-Nov-18 3:46 
GeneralRe: List is losing it's contents ? Pin
caffrey_123-Nov-18 4:01
caffrey_123-Nov-18 4:01 
AnswerRe: List is losing it's contents ? Pin
Richard Deeming23-Nov-18 4:32
mveRichard Deeming23-Nov-18 4:32 
GeneralRe: List is losing it's contents ? Pin
caffrey_123-Nov-18 5:05
caffrey_123-Nov-18 5:05 
GeneralRe: List is losing it's contents ? Pin
Richard Deeming23-Nov-18 5:13
mveRichard Deeming23-Nov-18 5:13 
GeneralRe: List is losing it's contents ? Pin
caffrey_123-Nov-18 5:45
caffrey_123-Nov-18 5:45 
QuestionRDLC Report is not showing Column Headers in all the pages Pin
simpledeveloper20-Nov-18 15:30
simpledeveloper20-Nov-18 15:30 
AnswerRe: RDLC Report is not showing Column Headers in all the pages Pin
Richard Deeming21-Nov-18 9:07
mveRichard Deeming21-Nov-18 9:07 
QuestionCSV and WordPress Pin
Davstr19-Nov-18 14:23
Davstr19-Nov-18 14:23 
AnswerRe: CSV and WordPress Pin
Mycroft Holmes20-Nov-18 12:16
professionalMycroft Holmes20-Nov-18 12:16 
QuestionKilling a remote application browser session from a new browser session. Pin
Stephen Holdorf18-Nov-18 5:22
Stephen Holdorf18-Nov-18 5:22 
AnswerRe: Killing a remote application browser session from a new browser session. Pin
Richard Deeming19-Nov-18 4:00
mveRichard Deeming19-Nov-18 4:00 
QuestionoData request to REST server Pin
RVMRVM17-Nov-18 9:48
RVMRVM17-Nov-18 9:48 
QuestionRe: oData request to REST server Pin
Richard MacCutchan17-Nov-18 22:09
mveRichard MacCutchan17-Nov-18 22:09 
AnswerRe: oData request to REST server Pin
RVMRVM18-Nov-18 0:01
RVMRVM18-Nov-18 0:01 
QuestionNeed some suggestion - please Pin
simpledeveloper16-Nov-18 14:14
simpledeveloper16-Nov-18 14:14 
QuestionAutomatic update db on regular intervals mvc Pin
Member 1402506315-Nov-18 19:10
Member 1402506315-Nov-18 19:10 

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.