Click here to Skip to main content
15,910,210 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionexport pdf document in asp.net Pin
prasanna54813-Feb-08 22:19
prasanna54813-Feb-08 22:19 
GeneralRe: export pdf document in asp.net Pin
Christian Graus13-Feb-08 22:39
protectorChristian Graus13-Feb-08 22:39 
GeneralRe: export pdf document in asp.net Pin
Vasudevan Deepak Kumar14-Feb-08 0:04
Vasudevan Deepak Kumar14-Feb-08 0:04 
GeneralAutomation server cannot create object ERROR Pin
Sutheesh13-Feb-08 22:19
Sutheesh13-Feb-08 22:19 
GeneralRe: Automation server cannot create object ERROR Pin
Venkatesh Mookkan13-Feb-08 23:31
Venkatesh Mookkan13-Feb-08 23:31 
GeneralRe: Automation server cannot create object ERROR Pin
Sun Rays13-Feb-08 23:46
Sun Rays13-Feb-08 23:46 
GeneralRe: Automation server cannot create object ERROR Pin
Sutheesh14-Feb-08 2:04
Sutheesh14-Feb-08 2:04 
QuestionChecking for a javaScript change on asp:RadioButtonList Pin
Brendan Vogt13-Feb-08 22:15
Brendan Vogt13-Feb-08 22:15 
Hi,

I have the following declarion in my ASP.NET page:

<asp:RadioButtonList
ID="RadioButtonListContactPref"
CssClass="caption"
runat="server"
DataTextField="Name"
DataValueField="CommonCodeID"
</asp:RadioButtonList>

The radio button list is populated from the database like (partial code):

RadioButtonListContactPref.DataSource = oCC;
RadioButtonListContactPref.DataBind();

My problem is I do not know how to detect a change if a different radio button is selected, please can some advise how to detect a change in radio button. If the default is Yes, and if some one clicked on No, then alert must be displayed saying something like "A different radio selection was made".

Thanks
Brendan
GeneralRe: Checking for a javaScript change on asp:RadioButtonList Pin
Sandeep Akhare14-Feb-08 0:07
Sandeep Akhare14-Feb-08 0:07 
GeneralRe: Checking for a javaScript change on asp:RadioButtonList Pin
Sun Rays14-Feb-08 0:35
Sun Rays14-Feb-08 0:35 
QuestionHow to write code on Next and Prev. Buttons Pin
sjs4u13-Feb-08 21:47
sjs4u13-Feb-08 21:47 
AnswerRe: How to write code on Next and Prev. Buttons Pin
Sandeep Akhare13-Feb-08 22:12
Sandeep Akhare13-Feb-08 22:12 
GeneralRe: Thanks Pin
sjs4u13-Feb-08 22:29
sjs4u13-Feb-08 22:29 
AnswerRe: How to write code on Next and Prev. Buttons Pin
sathish s13-Feb-08 22:13
sathish s13-Feb-08 22:13 
Questionasp:Button onclick event needs another method associated with it [modified] Pin
Brendan Vogt13-Feb-08 20:48
Brendan Vogt13-Feb-08 20:48 
GeneralRe: asp:Button onclick event needs another method associated with it Pin
Sandeep Akhare13-Feb-08 21:59
Sandeep Akhare13-Feb-08 21:59 
GeneralRe: asp:Button onclick event needs another method associated with it Pin
Brendan Vogt13-Feb-08 22:17
Brendan Vogt13-Feb-08 22:17 
Generalfull add , update , delete record download Pin
love_man00113-Feb-08 20:32
love_man00113-Feb-08 20:32 
GeneralWebsevice : The request failed with HTTP status 404: Not Found Pin
gauthee13-Feb-08 19:29
gauthee13-Feb-08 19:29 
Questionhow to down load internet files(.html, .aspx,.jpg....) into our physical directory using asp.net code Pin
Shaik Haneef13-Feb-08 19:12
Shaik Haneef13-Feb-08 19:12 
AnswerRe: how to down load internet files(.html, .aspx,.jpg....) into our physical directory using asp.net code Pin
sathish s13-Feb-08 20:10
sathish s13-Feb-08 20:10 
QuestionHOW TO SEND RESULT OF AN ASYNCHRONOUSLY CALLED WEBMETHOD TO A WEBFORM AFTER RENDERING THE WEBFORM? Pin
syamooo13-Feb-08 18:22
syamooo13-Feb-08 18:22 
QuestionVS 2003 removing Event Handlers Pin
Blumen13-Feb-08 18:16
Blumen13-Feb-08 18:16 
GeneralRe: VS 2003 removing Event Handlers Pin
Sandeep Akhare13-Feb-08 19:18
Sandeep Akhare13-Feb-08 19:18 
GeneralRe: VS 2003 removing Event Handlers Pin
Blumen13-Feb-08 19:57
Blumen13-Feb-08 19:57 

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.