Click here to Skip to main content
15,891,670 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: virtual directory session issue in asp.net Pin
Venkatesh Mookkan30-Jun-10 19:46
Venkatesh Mookkan30-Jun-10 19:46 
QuestionName the table in Dataset Pin
indian14330-Jun-10 13:21
indian14330-Jun-10 13:21 
AnswerRe: Name the table in Dataset Pin
PSK_30-Jun-10 17:13
PSK_30-Jun-10 17:13 
GeneralRe: Name the table in Dataset Pin
indian14330-Jun-10 19:44
indian14330-Jun-10 19:44 
AnswerRe: Name the table in Dataset Pin
Prosanta Kundu online30-Jun-10 20:08
Prosanta Kundu online30-Jun-10 20:08 
QuestionXML issue Pin
bigphish30-Jun-10 4:57
bigphish30-Jun-10 4:57 
AnswerRe: XML issue Pin
Not Active30-Jun-10 5:10
mentorNot Active30-Jun-10 5:10 
AnswerTry not dropping the temp table Pin
David Mujica30-Jun-10 5:36
David Mujica30-Jun-10 5:36 
Temp tables are destroyed after the sessions ends, so you may want to try removing the explicit "drop table #temp2". And see if things work.

You can verify whether the table is present or not by using the following command:
select name
from tempdb..sysobjects
where name = '#Temp2'

Step through your code and you should see the table being created, then automatically destroyed for you when the session ends.

Refer to this article for some additional info on temp tables: http://www.sqlteam.com/article/temporary-tables[^]

Good luck.
Thumbs Up | :thumbsup:
AnswerRe: XML issue Pin
Ennis Ray Lynch, Jr.30-Jun-10 7:34
Ennis Ray Lynch, Jr.30-Jun-10 7:34 
QuestionROLE Management Pin
Amit Patel198530-Jun-10 4:31
Amit Patel198530-Jun-10 4:31 
AnswerRe: ROLE Management Pin
Ennis Ray Lynch, Jr.30-Jun-10 7:36
Ennis Ray Lynch, Jr.30-Jun-10 7:36 
QuestionPage.PreviousePage Problem Pin
sjs4u30-Jun-10 3:02
sjs4u30-Jun-10 3:02 
QuestionHow to view/edit microsoft documents via online Pin
cocoonwls30-Jun-10 1:55
cocoonwls30-Jun-10 1:55 
AnswerRe: How to view/edit microsoft documents via online Pin
Not Active30-Jun-10 2:31
mentorNot Active30-Jun-10 2:31 
GeneralRe: How to view/edit microsoft documents via online Pin
cocoonwls30-Jun-10 21:54
cocoonwls30-Jun-10 21:54 
AnswerRe: How to view/edit microsoft documents via online Pin
Peace ON30-Jun-10 2:56
Peace ON30-Jun-10 2:56 
GeneralRe: How to view/edit microsoft documents via online Pin
cocoonwls30-Jun-10 21:58
cocoonwls30-Jun-10 21:58 
QuestionRepeaterItems Problem Pin
-Muc_30-Jun-10 1:18
-Muc_30-Jun-10 1:18 
QuestionImplementing an ASP.NET app with ASP classic [modified] Pin
Tim Carmichael29-Jun-10 2:57
Tim Carmichael29-Jun-10 2:57 
AnswerRe: Implementing an ASP.NET app with ASP classic Pin
R. Giskard Reventlov29-Jun-10 3:02
R. Giskard Reventlov29-Jun-10 3:02 
AnswerRe: Implementing an ASP.NET app with ASP classic Pin
Not Active29-Jun-10 3:56
mentorNot Active29-Jun-10 3:56 
QuestionRequires extended permission: share_item in facebook Pin
praveenkumar_mca29-Jun-10 1:52
praveenkumar_mca29-Jun-10 1:52 
QuestionCOM objects-asp.net Pin
Morgs Morgan29-Jun-10 1:15
Morgs Morgan29-Jun-10 1:15 
AnswerRe: COM objects-asp.net Pin
NeverHeardOfMe29-Jun-10 13:53
NeverHeardOfMe29-Jun-10 13:53 
GeneralRe: COM objects-asp.net Pin
Morgs Morgan30-Jun-10 1:21
Morgs Morgan30-Jun-10 1:21 

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.