Click here to Skip to main content
16,004,991 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Set Authentication for webconfig Pin
SreejithAchutan16-Jul-09 21:57
SreejithAchutan16-Jul-09 21:57 
AnswerRe: Set Authentication for webconfig Pin
Paddy Boyd16-Jul-09 22:18
Paddy Boyd16-Jul-09 22:18 
GeneralRe: Set Authentication for webconfig Pin
SreejithAchutan16-Jul-09 22:51
SreejithAchutan16-Jul-09 22:51 
GeneralRe: Set Authentication for webconfig Pin
DoctorMick17-Jul-09 2:55
DoctorMick17-Jul-09 2:55 
Questionhow to enable javascript within a ajax control Pin
bunka8416-Jul-09 20:31
bunka8416-Jul-09 20:31 
AnswerRe: how to enable javascript within a ajax control Pin
Paddy Boyd16-Jul-09 22:23
Paddy Boyd16-Jul-09 22:23 
GeneralRe: how to enable javascript within a ajax control Pin
bunka8416-Jul-09 23:03
bunka8416-Jul-09 23:03 
GeneralRe: how to enable javascript within a ajax control Pin
Vengatachalapathy Palanivel17-Jul-09 2:20
Vengatachalapathy Palanivel17-Jul-09 2:20 
Have you added your button control inside the <triggers> tag of the Update panel...

and one more thing you also need to know whether it is a post back trigger or asynchronous trigger...

If you are not aware of this, Just try this the following piece of code

<Triggers>
<asp:postbacktrigger controlid="Your Button Name">
<asp:asyncpostbacktrigger controlid="Your Button Name" eventname="Click">
</Triggers >


Regards,
Vengat P

QuestionEmpty gridview Pin
haleemasher16-Jul-09 20:20
haleemasher16-Jul-09 20:20 
AnswerRe: Empty gridview Pin
Abhijit Jana16-Jul-09 21:11
professionalAbhijit Jana16-Jul-09 21:11 
GeneralRe: Empty gridview Pin
haleemasher16-Jul-09 23:08
haleemasher16-Jul-09 23:08 
AnswerRe: Empty gridview Pin
sekannak17-Jul-09 0:10
sekannak17-Jul-09 0:10 
GeneralRe: Empty gridview Pin
haleemasher17-Jul-09 0:25
haleemasher17-Jul-09 0:25 
GeneralRe: Empty gridview Pin
sekannak17-Jul-09 0:45
sekannak17-Jul-09 0:45 
QuestionRadio Button OnCheckedChanged() event is not called Pin
anada888616-Jul-09 18:35
anada888616-Jul-09 18:35 
AnswerRe: Radio Button OnCheckedChanged() event is not called Pin
Zafar A khan 17-Jul-09 0:22
professionalZafar A khan 17-Jul-09 0:22 
GeneralRe: Radio Button OnCheckedChanged() event is not called Pin
anada888617-Jul-09 0:26
anada888617-Jul-09 0:26 
AnswerRe: Radio Button OnCheckedChanged() event is not called Pin
sunil.n.cs17-Jul-09 23:44
sunil.n.cs17-Jul-09 23:44 
QuestionCreating interface that can read network traffic Pin
that_dude_tj16-Jul-09 13:08
that_dude_tj16-Jul-09 13:08 
QuestionDetermine requested URL when implementing IHttpModule Pin
Fernando A. Gomez F.16-Jul-09 11:06
Fernando A. Gomez F.16-Jul-09 11:06 
AnswerRe: Determine requested URL when implementing IHttpModule Pin
evald8023-Jan-10 6:15
evald8023-Jan-10 6:15 
GeneralRe: Determine requested URL when implementing IHttpModule Pin
Fernando A. Gomez F.23-Jan-10 8:41
Fernando A. Gomez F.23-Jan-10 8:41 
GeneralRe: Determine requested URL when implementing IHttpModule Pin
evald8024-Jan-10 0:15
evald8024-Jan-10 0:15 
QuestionGridView...AutoPostback and SelectedIndexChanged Issue Pin
PDTUM16-Jul-09 7:58
PDTUM16-Jul-09 7:58 
QuestionGridview question Pin
Priya Prk16-Jul-09 6:29
Priya Prk16-Jul-09 6:29 

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.