Click here to Skip to main content
15,908,674 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to export a table to excel? Pin
steven_wong13-Aug-06 16:12
steven_wong13-Aug-06 16:12 
AnswerRe: How to export a table to excel? Pin
Ramasubramaniam15-Aug-06 3:41
Ramasubramaniam15-Aug-06 3:41 
QuestionHow to use a list control and a pop up calendar together? Pin
frossie13-Aug-06 15:48
frossie13-Aug-06 15:48 
QuestionQuestion about Context.User Pin
devboycpp13-Aug-06 12:03
devboycpp13-Aug-06 12:03 
AnswerRe: Question about Context.User Pin
minhpc_bk13-Aug-06 15:39
minhpc_bk13-Aug-06 15:39 
GeneralRe: Question about Context.User Pin
devboycpp14-Aug-06 1:57
devboycpp14-Aug-06 1:57 
QuestionRe: Question about Context.User Pin
devboycpp14-Aug-06 6:00
devboycpp14-Aug-06 6:00 
AnswerRe: Question about Context.User Pin
minhpc_bk14-Aug-06 16:18
minhpc_bk14-Aug-06 16:18 
Basically, when a web page is processed, the application will get through a couple of events starting with the BeginRequest, AuthenticateRequest, PostAuthenticateRequest ..... For example when you first access a restricted web page, say Home.aspx, you can see that these two events occur, and because you are not logged on yet you will redirected to the Login page, and as a result of this the two events get fired again. And then if in the Login page there are a couple of links requesting for the resources at the server side and they are handled by the ASP.NET engine like the WebResource.axd, you'll see that these events again occurs. For more information on the events of the Application, you can see the HttpApplication[^]

QuestionChat-Room with Asp.net 1.1 and VB Pin
chrissivol13-Aug-06 11:52
chrissivol13-Aug-06 11:52 
AnswerRe: Chat-Room with Asp.net 1.1 and VB Pin
steven_wong13-Aug-06 16:18
steven_wong13-Aug-06 16:18 
QuestionHelp - DotNetNuke website setup Pin
karanjsingh13-Aug-06 11:49
karanjsingh13-Aug-06 11:49 
QuestionGridView - RenderControl with skin bug ? Pin
Tee+13-Aug-06 9:11
Tee+13-Aug-06 9:11 
QuestionConvert Doc To XML Pin
Mansurali13-Aug-06 8:45
Mansurali13-Aug-06 8:45 
Questioninsert data in a dropdownlist from another web page Pin
galatia13-Aug-06 8:11
galatia13-Aug-06 8:11 
AnswerRe: insert data in a dropdownlist from another web page Pin
_AK_20-Aug-06 23:51
_AK_20-Aug-06 23:51 
QuestionCount website guests Pin
TheEagle13-Aug-06 4:45
TheEagle13-Aug-06 4:45 
AnswerRe: Count website guests Pin
_AK_20-Aug-06 23:49
_AK_20-Aug-06 23:49 
QuestionHow to build a message board web site? Pin
Ümit BOSTANCI13-Aug-06 3:45
Ümit BOSTANCI13-Aug-06 3:45 
AnswerRe: How to build a message board web site? Pin
enjoycrack13-Aug-06 17:36
enjoycrack13-Aug-06 17:36 
Questiondropdownlist autopostback issue Pin
gooseman11213-Aug-06 1:57
gooseman11213-Aug-06 1:57 
AnswerRe: dropdownlist autopostback issue [modified] Pin
g00fyman13-Aug-06 3:05
g00fyman13-Aug-06 3:05 
GeneralRe: dropdownlist autopostback issue Pin
gooseman11213-Aug-06 4:51
gooseman11213-Aug-06 4:51 
Questionadding Textchanged event to textbox placed in the datagrid footer template Pin
ashokyamsani13-Aug-06 0:49
ashokyamsani13-Aug-06 0:49 
AnswerRe: adding Textchanged event to textbox placed in the datagrid footer template Pin
_AK_15-Aug-06 19:07
_AK_15-Aug-06 19:07 
Questioncan someone explain this please? partial trust assemblies Pin
g00fyman13-Aug-06 0:40
g00fyman13-Aug-06 0:40 

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.