Click here to Skip to main content
15,887,812 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMake image appear after div, and next dive appear after image Pin
indian14316-Apr-15 9:29
indian14316-Apr-15 9:29 
AnswerRe: Make image appear after div, and next dive appear after image Pin
jkirkerx16-Apr-15 13:24
professionaljkirkerx16-Apr-15 13:24 
QuestionBulk insert using table value parameter hangs my application Pin
Malikdanish15-Apr-15 21:04
professionalMalikdanish15-Apr-15 21:04 
AnswerRe: Bulk insert using table value parameter hangs my application Pin
jkirkerx16-Apr-15 8:58
professionaljkirkerx16-Apr-15 8:58 
GeneralRe: Bulk insert using table value parameter hangs my application Pin
Malikdanish16-Apr-15 9:04
professionalMalikdanish16-Apr-15 9:04 
GeneralRe: Bulk insert using table value parameter hangs my application Pin
jkirkerx16-Apr-15 10:41
professionaljkirkerx16-Apr-15 10:41 
GeneralRe: Bulk insert using table value parameter hangs my application Pin
Malikdanish16-Apr-15 20:45
professionalMalikdanish16-Apr-15 20:45 
GeneralRe: Bulk insert using table value parameter hangs my application Pin
jkirkerx17-Apr-15 8:02
professionaljkirkerx17-Apr-15 8:02 
Well in order to find your problem, you have to track it down first.

My previous post suggested using the Try Catch and check for any exceptions thrown.
So you have to walk the code line by line using F5 debug and check for an exception.

As far as modifying the code, instead of a large block of code, you want to break the code down into a couple of reusable function.
I like taking all the database calls, and placing them in several separate functions.
Sort of like having a Data Access Layer, and Business Logic Layer, in which the 2 are separated.
Then it's easier to just go the suspected function and debug it, saves time in the long run.
But that's another subject.

Like I said, your connection may not be closing after and error, and your opening a new one over and over, causing a stall in execution.

GeneralRe: Bulk insert using table value parameter hangs my application Pin
Malikdanish17-Apr-15 18:29
professionalMalikdanish17-Apr-15 18:29 
GeneralRe: Bulk insert using table value parameter hangs my application Pin
jkirkerx19-Apr-15 9:18
professionaljkirkerx19-Apr-15 9:18 
Questionissue wih gridview Pin
Praveen Kandari15-Apr-15 0:20
Praveen Kandari15-Apr-15 0:20 
SuggestionRe: issue wih gridview Pin
ZurdoDev15-Apr-15 3:31
professionalZurdoDev15-Apr-15 3:31 
AnswerRe: issue wih gridview Pin
User 418025410-Jul-15 11:18
User 418025410-Jul-15 11:18 
GeneralRe: issue wih gridview Pin
Praveen Kandari15-Jul-15 19:17
Praveen Kandari15-Jul-15 19:17 
GeneralRe: issue wih gridview Pin
User 418025416-Jul-15 2:21
User 418025416-Jul-15 2:21 
QuestionHow to fix “Googlebot can't access your site” issue? Pin
Tridip Bhattacharjee14-Apr-15 21:16
professionalTridip Bhattacharjee14-Apr-15 21:16 
AnswerRe: How to fix “Googlebot can't access your site” issue? Pin
Richard Deeming15-Apr-15 1:38
mveRichard Deeming15-Apr-15 1:38 
AnswerRe: How to fix “Googlebot can't access your site” issue? Pin
ZurdoDev15-Apr-15 3:32
professionalZurdoDev15-Apr-15 3:32 
QuestionReading Excel File Pin
anokeha_prani14-Apr-15 20:34
anokeha_prani14-Apr-15 20:34 
SuggestionRe: Reading Excel File Pin
Richard MacCutchan14-Apr-15 21:13
mveRichard MacCutchan14-Apr-15 21:13 
GeneralRe: Reading Excel File Pin
anokeha_prani16-Apr-15 0:35
anokeha_prani16-Apr-15 0:35 
GeneralRe: Reading Excel File Pin
Richard MacCutchan16-Apr-15 1:00
mveRichard MacCutchan16-Apr-15 1:00 
QuestionPorting ASP / Accessdb app from one VM env to another Pin
6fingers14-Apr-15 4:49
6fingers14-Apr-15 4:49 
AnswerRe: Porting ASP / Accessdb app from one VM env to another Pin
jkirkerx14-Apr-15 7:31
professionaljkirkerx14-Apr-15 7:31 
GeneralRe: Porting ASP / Accessdb app from one VM env to another Pin
6fingers18-Apr-15 4:49
6fingers18-Apr-15 4:49 

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.