Click here to Skip to main content
15,889,482 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: user control Pin
Blue_Boy25-Aug-09 2:58
Blue_Boy25-Aug-09 2:58 
AnswerRe: user control Pin
here2learn25-Aug-09 22:54
here2learn25-Aug-09 22:54 
QuestionPlaceholder+usercontrol Pin
Ramkumar_S25-Aug-09 2:28
Ramkumar_S25-Aug-09 2:28 
AnswerRe: Placeholder+usercontrol Pin
N a v a n e e t h25-Aug-09 2:31
N a v a n e e t h25-Aug-09 2:31 
GeneralRe: Placeholder+usercontrol Pin
Ramkumar_S25-Aug-09 2:35
Ramkumar_S25-Aug-09 2:35 
GeneralRe: Placeholder+usercontrol Pin
Charles Crawford25-Aug-09 12:57
Charles Crawford25-Aug-09 12:57 
GeneralRe: Placeholder+usercontrol Pin
Ramkumar_S25-Aug-09 23:01
Ramkumar_S25-Aug-09 23:01 
GeneralRe: Placeholder+usercontrol Pin
Charles Crawford26-Aug-09 15:12
Charles Crawford26-Aug-09 15:12 
this would be on the actual control you are clicking on. If it is a dropdown list, combo-box, etc., it would be in the list of properties underneath the solution explorer in the default layout of visual studio.

you might need to register the event handler for some controls however. You can find info on doing that on the MSDN website. Also, you can look for properties such as 'OnClick', 'OnCheckChanged', etc. in the properties box. You might also look for the button at the top of the properties box that looks like a lightning bolt. This switches the properties to events and you can define methods in the code-behind file to handle the associated event.

You should first start by looking for the AutoPostBack property though as this is what tells the ASP.NET page to make a trip back to the server for more processing.
Questionhyperlink with imageUrl Pin
Piya B25-Aug-09 2:19
Piya B25-Aug-09 2:19 
AnswerRe: hyperlink with imageUrl Pin
Ramkumar_S25-Aug-09 2:40
Ramkumar_S25-Aug-09 2:40 
AnswerRe: hyperlink with imageUrl Pin
Rhys Jacob25-Aug-09 2:47
Rhys Jacob25-Aug-09 2:47 
QuestionPrevent resending information on refresh Pin
benams25-Aug-09 1:46
benams25-Aug-09 1:46 
AnswerRe: Prevent resending information on refresh [modified] Pin
padmanabhan N25-Aug-09 1:51
padmanabhan N25-Aug-09 1:51 
GeneralRe: Prevent resending information on refresh Pin
benams25-Aug-09 2:04
benams25-Aug-09 2:04 
GeneralRe: Prevent resending information on refresh Pin
padmanabhan N25-Aug-09 2:09
padmanabhan N25-Aug-09 2:09 
GeneralRe: Prevent resending information on refresh Pin
nagendrathecoder25-Aug-09 2:01
nagendrathecoder25-Aug-09 2:01 
AnswerRe: Prevent resending information on refresh Pin
Vasudevan Deepak Kumar25-Aug-09 2:20
Vasudevan Deepak Kumar25-Aug-09 2:20 
AnswerRe: Prevent resending information on refresh Pin
Amit Patel198525-Aug-09 2:21
Amit Patel198525-Aug-09 2:21 
AnswerRe: Prevent resending information on refresh Pin
N a v a n e e t h25-Aug-09 2:25
N a v a n e e t h25-Aug-09 2:25 
GeneralRe: Prevent resending information on refresh Pin
benams25-Aug-09 2:52
benams25-Aug-09 2:52 
GeneralRe: Prevent resending information on refresh Pin
Abhijit Jana25-Aug-09 3:59
professionalAbhijit Jana25-Aug-09 3:59 
AnswerRe: Prevent resending information on refresh Pin
Abhijit Jana25-Aug-09 4:03
professionalAbhijit Jana25-Aug-09 4:03 
AnswerRe: Prevent resending information on refresh Pin
droth1726-Aug-09 5:10
droth1726-Aug-09 5:10 
QuestionASP.Net with Java Script Pin
Amit Patel198525-Aug-09 0:56
Amit Patel198525-Aug-09 0:56 
AnswerRepost - Please ignore Pin
N a v a n e e t h25-Aug-09 1:21
N a v a n e e t h25-Aug-09 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.