Click here to Skip to main content
15,920,828 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Sessions Pin
boyindie18-Jul-07 6:14
boyindie18-Jul-07 6:14 
GeneralRe: Sessions Pin
kubben18-Jul-07 6:59
kubben18-Jul-07 6:59 
GeneralRe: Sessions Pin
boyindie18-Jul-07 7:14
boyindie18-Jul-07 7:14 
GeneralRe: Sessions Pin
kubben18-Jul-07 7:29
kubben18-Jul-07 7:29 
Questionhow to excute stored procedure that insert record and return last inserted value Pin
imranafsari18-Jul-07 5:32
imranafsari18-Jul-07 5:32 
AnswerRe: how to excute stored procedure that insert record and return last inserted value Pin
kubben18-Jul-07 6:11
kubben18-Jul-07 6:11 
QuestionProgress screen for a web form Pin
ceejeeb18-Jul-07 5:24
ceejeeb18-Jul-07 5:24 
AnswerRe: Progress screen for a web form Pin
WillemM18-Jul-07 7:33
WillemM18-Jul-07 7:33 
It's pretty simple to build, you will need asp.net AJAX extensions for this.
Place the button and the other controls on an update panel with an updateprogress control above it. Hook the updatepanel to the trigger of the updateprogress control and you're all set.

The only thing you need to do now is to disable the timeout on the request, because it's going to take a while for the page to load and ASP.NET is going to complain when the request is taking too much time.

http://ajax.asp.net/[^]


WM.

What about weapons of mass-construction?

"What? Its an Apple MacBook Pro. They are sexy!" - Paul Watson
My blog

AnswerRe: Progress screen for a web form Pin
Fred_Smith18-Jul-07 12:22
Fred_Smith18-Jul-07 12:22 
QuestionASP.NET using C# InitConnection() Issue Pin
JMirando18-Jul-07 5:20
JMirando18-Jul-07 5:20 
AnswerRe: ASP.NET using C# InitConnection() Issue Pin
WillemM18-Jul-07 7:35
WillemM18-Jul-07 7:35 
GeneralRe: ASP.NET using C# InitConnection() Issue Pin
JMirando18-Jul-07 8:00
JMirando18-Jul-07 8:00 
QuestionBind Large length data in GridView Pin
Jay_se18-Jul-07 5:02
Jay_se18-Jul-07 5:02 
AnswerRe: Bind Large length data in GridView Pin
Sathesh Sakthivel18-Jul-07 6:20
Sathesh Sakthivel18-Jul-07 6:20 
GeneralRe: Bind Large length data in GridView Pin
N a v a n e e t h18-Jul-07 19:28
N a v a n e e t h18-Jul-07 19:28 
AnswerRe: Bind Large length data in GridView Pin
N a v a n e e t h18-Jul-07 19:21
N a v a n e e t h18-Jul-07 19:21 
GeneralRe: Bind Large length data in GridView Pin
Jay_se19-Jul-07 3:39
Jay_se19-Jul-07 3:39 
QuestionSearch Engine Pin
Sandep H S18-Jul-07 4:59
Sandep H S18-Jul-07 4:59 
AnswerRe: Search Engine Pin
leckey18-Jul-07 5:37
leckey18-Jul-07 5:37 
QuestionVisual Studio Issue Pin
Sam Heller18-Jul-07 4:30
Sam Heller18-Jul-07 4:30 
AnswerRe: Visual Studio Issue Pin
JMirando18-Jul-07 5:56
JMirando18-Jul-07 5:56 
Questionradchart Pin
devsam18-Jul-07 4:06
devsam18-Jul-07 4:06 
QuestionDynamicly Generating Controls Pin
totocaster18-Jul-07 3:08
totocaster18-Jul-07 3:08 
AnswerRe: Dynamicly Generating Controls Pin
Eduard Keilholz18-Jul-07 3:24
Eduard Keilholz18-Jul-07 3:24 
AnswerRe: Dynamicly Generating Controls Pin
neerubee18-Jul-07 3:32
neerubee18-Jul-07 3:32 

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.