Click here to Skip to main content
15,892,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioni just want to know what is wrong Pin
blitz2bleach13-Mar-07 12:01
blitz2bleach13-Mar-07 12:01 
GeneralData Container... Pin
code-frog13-Mar-07 11:59
professionalcode-frog13-Mar-07 11:59 
QuestionVery annoying Validators Pin
Sam Heller13-Mar-07 11:55
Sam Heller13-Mar-07 11:55 
AnswerRe: Very annoying Validators Pin
thomas_joyee13-Mar-07 17:30
thomas_joyee13-Mar-07 17:30 
GeneralRe: Very annoying Validators Pin
Sam Heller13-Mar-07 22:43
Sam Heller13-Mar-07 22:43 
QuestionProgress message and Response.Flush Pin
Glenn_M13-Mar-07 9:20
Glenn_M13-Mar-07 9:20 
Questionpass form data to asp page from ASP .net Pin
Steven M Hunt13-Mar-07 9:18
Steven M Hunt13-Mar-07 9:18 
AnswerRe: pass form data to asp page from ASP .net Pin
kubben14-Mar-07 14:48
kubben14-Mar-07 14:48 
Have you tried the Respond.Redirect instead of the Server.Transfer? Also there is an AspCompat attribute in your @Page directive.

This is what MS help says:

AspCompat
When set to true, allows the page to be executed on a single-threaded apartment (STA) thread. This allows the page to call STA components, such as a component developed with Microsoft Visual Basic 6.0. Setting this attribute to true also allows the page to call COM+ version 1.0 components that require access to unmanaged Active Server Pages (ASP) built-in objects. These are accessible through the ObjectContext object or the OnStartPage method. The default is false.

Note
Setting this attribute to true can cause your page's performance to degrade. For more information, see the Remarks section.

Anyway, Hope that helps.
Ben
QuestionPOS - Point of Sale Pin
Garysandhu13-Mar-07 8:05
Garysandhu13-Mar-07 8:05 
AnswerRe: POS - Point of Sale Pin
tha113-Mar-07 8:07
tha113-Mar-07 8:07 
GeneralRe: POS - Point of Sale Pin
Garysandhu13-Mar-07 8:16
Garysandhu13-Mar-07 8:16 
GeneralRe: POS - Point of Sale Pin
tha113-Mar-07 8:20
tha113-Mar-07 8:20 
GeneralRe: POS - Point of Sale Pin
Guffa13-Mar-07 10:04
Guffa13-Mar-07 10:04 
AnswerRe: POS - Point of Sale Pin
RichardGrimmer15-Mar-07 6:28
RichardGrimmer15-Mar-07 6:28 
QuestionASP.NET Dev Server Issue Pin
GaryT8013-Mar-07 7:42
GaryT8013-Mar-07 7:42 
AnswerRe: ASP.NET Dev Server Issue Pin
tha113-Mar-07 8:17
tha113-Mar-07 8:17 
QuestionRe: ASP.NET Dev Server Issue Pin
Venkatesh Mookkan13-Mar-07 20:06
Venkatesh Mookkan13-Mar-07 20:06 
Questionneed to Invoke required Field Validator explicitly Pin
Member 369621313-Mar-07 5:58
Member 369621313-Mar-07 5:58 
AnswerRe: need to Invoke required Field Validator explicitly Pin
Sandeep Akhare13-Mar-07 6:52
Sandeep Akhare13-Mar-07 6:52 
QuestionGenerating formatted Excelsheet from ASP Pin
Prasad_Quasar13-Mar-07 5:05
Prasad_Quasar13-Mar-07 5:05 
AnswerRe: Generating formatted Excelsheet from ASP Pin
Venkatesh Mookkan13-Mar-07 20:11
Venkatesh Mookkan13-Mar-07 20:11 
QuestionOverrided install sub problem Pin
Memo Soso13-Mar-07 4:53
Memo Soso13-Mar-07 4:53 
QuestionThrading with gui? Pin
EnigmaRulez13-Mar-07 4:39
EnigmaRulez13-Mar-07 4:39 
AnswerRe: Thrading with gui? Pin
Eduard Keilholz13-Mar-07 6:53
Eduard Keilholz13-Mar-07 6:53 
AnswerRe: Thrading with gui? Pin
Sandeep Akhare13-Mar-07 6:57
Sandeep Akhare13-Mar-07 6:57 

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.