Click here to Skip to main content
15,892,809 members

Comments by ayhanUGUR (Top 4 by date)

ayhanUGUR 20-Aug-15 9:00am View    
If there is no bug inside InsertJobList func. , It maybe because of clicking button twice


try that

Protected Sub btnSave_Click1(sender As Object, e As EventArgs)
btnSave.Enabled = False
If Not String.IsNullOrEmpty(ViewState("JobId")) Then
UpdateJobList()
UpdateProjectMangement()
Else
InsertJobList()
End If
BindTopTab()
lblSuccessMsg.Text = "Database updated successfully"
btnSave.Enabled = True
End Sub
ayhanUGUR 20-Aug-15 8:14am View    
can you put code block that make insertion
ayhanUGUR 20-Aug-15 8:14am View    
Deleted
can you put code block that make insertion
ayhanUGUR 20-Aug-15 6:16am View    
ıt is an interfaces