Click here to Skip to main content
15,892,965 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralDelegates Pin
Usharva27-Feb-08 19:19
Usharva27-Feb-08 19:19 
GeneralRe: Delegates Pin
Christian Graus27-Feb-08 19:36
protectorChristian Graus27-Feb-08 19:36 
Questiondatagrid Pin
Member 470807727-Feb-08 18:33
Member 470807727-Feb-08 18:33 
GeneralRe: datagrid Pin
Christian Graus27-Feb-08 18:50
protectorChristian Graus27-Feb-08 18:50 
QuestionDatabase or XML to be used for a blog site [modified] Pin
Soumini Ramakrishnan27-Feb-08 18:32
Soumini Ramakrishnan27-Feb-08 18:32 
GeneralRe: Database or XML to be used for a blog site Pin
Christian Graus27-Feb-08 18:52
protectorChristian Graus27-Feb-08 18:52 
QuestionControls getting flicker, when using asp.net menus. Can any one give me the suggestions? Pin
karthik_13m27-Feb-08 16:02
karthik_13m27-Feb-08 16:02 
QuestionHow to make input radiobutton read-only? Pin
tjkota27-Feb-08 13:14
tjkota27-Feb-08 13:14 
Hello, I am trying to make read-only my form's input text box and input radiobutton. I made text box read-only using:

txtBox1.Attributes.Add("ReadOnly", "ReadOnly"); and this works.

However, same does not work for radiobutton. I tried:

radioButton1.Attributes.Add("Disabled", "Disabled");

But this disables (greys out) the radiobutton and I don't want that. Due to some limitations, I cannot use asp.net radiobutton control. Please suggest how I can make html input radiobutton read-only without disabling it. Appreciate any help! Thanks.
AnswerRe: How to make input radiobutton read-only? Pin
Christian Graus27-Feb-08 19:37
protectorChristian Graus27-Feb-08 19:37 
QuestionHow to create custem Httphandler Pin
shames(Sam)27-Feb-08 4:44
shames(Sam)27-Feb-08 4:44 
AnswerRe: How to create custem Httphandler Pin
J4amieC27-Feb-08 5:34
J4amieC27-Feb-08 5:34 
AnswerRe: How to create custem Httphandler Pin
Vasudevan Deepak Kumar27-Feb-08 6:06
Vasudevan Deepak Kumar27-Feb-08 6:06 
GeneralReportViewer Help Pin
Aptiva Dave27-Feb-08 4:40
Aptiva Dave27-Feb-08 4:40 
GeneralRe: ReportViewer Help Pin
pmarfleet27-Feb-08 6:39
pmarfleet27-Feb-08 6:39 
GeneralRe: ReportViewer Help Pin
Aptiva Dave27-Feb-08 7:21
Aptiva Dave27-Feb-08 7:21 
GeneralRe: ReportViewer Help Pin
pmarfleet27-Feb-08 7:28
pmarfleet27-Feb-08 7:28 
GeneralRe: ReportViewer Help Pin
Aptiva Dave27-Feb-08 7:36
Aptiva Dave27-Feb-08 7:36 
Generalcountdown timer Pin
eyeseetee27-Feb-08 3:30
eyeseetee27-Feb-08 3:30 
GeneralRe: countdown timer Pin
Not Active27-Feb-08 3:37
mentorNot Active27-Feb-08 3:37 
GeneralRe: countdown timer Pin
eyeseetee27-Feb-08 3:55
eyeseetee27-Feb-08 3:55 
GeneralRe: countdown timer Pin
J4amieC27-Feb-08 4:22
J4amieC27-Feb-08 4:22 
GeneralRe: countdown timer Pin
Not Active27-Feb-08 4:23
mentorNot Active27-Feb-08 4:23 
GeneralEvent handling in VB.NET Pin
Mark75127-Feb-08 3:19
Mark75127-Feb-08 3:19 
Generalasp.net timer Pin
eyeseetee27-Feb-08 2:29
eyeseetee27-Feb-08 2:29 
GeneralRe: asp.net timer Pin
Not Active27-Feb-08 2:43
mentorNot Active27-Feb-08 2:43 

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.