Click here to Skip to main content
16,005,181 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How can I create or/and navigate to an event handler for a server control in vs2005? Pin
Carolina15-Aug-06 22:31
Carolina15-Aug-06 22:31 
GeneralRe: How can I create or/and navigate to an event handler for a server control in vs2005? Pin
minhpc_bk15-Aug-06 22:40
minhpc_bk15-Aug-06 22:40 
GeneralRe: How can I create or/and navigate to an event handler for a server control in vs2005? Pin
Carolina15-Aug-06 23:17
Carolina15-Aug-06 23:17 
GeneralRe: How can I create or/and navigate to an event handler for a server control in vs2005? Pin
minhpc_bk16-Aug-06 0:54
minhpc_bk16-Aug-06 0:54 
GeneralRe: How can I create or/and navigate to an event handler for a server control in vs2005? Pin
Carolina16-Aug-06 1:26
Carolina16-Aug-06 1:26 
GeneralRe: How can I create or/and navigate to an event handler for a server control in vs2005? Pin
minhpc_bk16-Aug-06 15:53
minhpc_bk16-Aug-06 15:53 
GeneralRe: How can I create or/and navigate to an event handler for a server control in vs2005? Pin
Carolina16-Aug-06 20:16
Carolina16-Aug-06 20:16 
GeneralRe: How can I create or/and navigate to an event handler for a server control in vs2005? Pin
minhpc_bk16-Aug-06 21:25
minhpc_bk16-Aug-06 21:25 
Hi there,
Ahh web user control, historically VS 2003 does not support displaying the custom properties/events of a web user control .ascx in Properties windows and Intellisense is not provided in the Html view (now is the Source View in VS 2005). And when the VS 2005 comes out, there are a couple of improvoments like displaying the custom preperties in the Properties windows, and the Intellisens is also supported in the Html view. However, it still does not support adding the event handler for a web user control from the Properties windows. That being said, your choices are to add the handler in the Source view then manually add the source for the handler or you can add in code behind for example in the InitializeComponent method and have VS 2005 generate the method implementation.

GeneralRe: How can I create or/and navigate to an event handler for a server control in vs2005? Pin
Carolina16-Aug-06 21:48
Carolina16-Aug-06 21:48 
Questionrunning java script on page loading Pin
248912815-Aug-06 19:03
248912815-Aug-06 19:03 
AnswerRe: running java script on page loading Pin
_AK_15-Aug-06 19:10
_AK_15-Aug-06 19:10 
GeneralRe: running java script on page loading Pin
248912815-Aug-06 19:14
248912815-Aug-06 19:14 
GeneralRe: running java script on page loading Pin
psamy15-Aug-06 19:26
psamy15-Aug-06 19:26 
GeneralRe: running java script on page loading Pin
_AK_15-Aug-06 19:32
_AK_15-Aug-06 19:32 
GeneralRe: running java script on page loading Pin
248912815-Aug-06 19:38
248912815-Aug-06 19:38 
GeneralRe: running java script on page loading Pin
_AK_15-Aug-06 19:56
_AK_15-Aug-06 19:56 
GeneralRe: running java script on page loading Pin
248912815-Aug-06 20:17
248912815-Aug-06 20:17 
GeneralRe: running java script on page loading Pin
_AK_15-Aug-06 20:26
_AK_15-Aug-06 20:26 
AnswerRe: running java script on page loading Pin
Guffa15-Aug-06 21:13
Guffa15-Aug-06 21:13 
QuestionASP.Net 2 authentication WITHOUT the new stuff? [modified] Pin
cdengler15-Aug-06 18:13
cdengler15-Aug-06 18:13 
AnswerRe: ASP.Net 2 authentication WITHOUT the new stuff? Pin
minhpc_bk15-Aug-06 22:15
minhpc_bk15-Aug-06 22:15 
GeneralRe: ASP.Net 2 authentication WITHOUT the new stuff? Pin
cdengler16-Aug-06 5:13
cdengler16-Aug-06 5:13 
GeneralRe: ASP.Net 2 authentication WITHOUT the new stuff? Pin
cdengler21-Aug-06 11:56
cdengler21-Aug-06 11:56 
QuestionHow to register a javascript function [modified] Pin
Mairy15-Aug-06 17:53
Mairy15-Aug-06 17:53 
AnswerRe: How to register a javascript function Pin
_AK_15-Aug-06 18:35
_AK_15-Aug-06 18:35 

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.