Click here to Skip to main content
15,921,279 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP Grid Pin
varshavmane9-May-07 20:34
varshavmane9-May-07 20:34 
QuestionRental System Pin
Brendan Vogt9-May-07 1:35
Brendan Vogt9-May-07 1:35 
Questionhow to edit DropDownList [modified] Pin
savindra.bandi9-May-07 1:34
savindra.bandi9-May-07 1:34 
AnswerRe: how to edit DropDownList Pin
Sandeep Akhare9-May-07 3:56
Sandeep Akhare9-May-07 3:56 
GeneralRe: how to edit DropDownList Pin
savindra.bandi9-May-07 19:23
savindra.bandi9-May-07 19:23 
QuestionRadioButton List Disabled Problem Pin
sonia_basangar9-May-07 1:34
sonia_basangar9-May-07 1:34 
AnswerRe: RadioButton List Disabled Problem Pin
varshavmane9-May-07 2:30
varshavmane9-May-07 2:30 
AnswerRe: RadioButton List Disabled Problem Pin
Sandeep Akhare9-May-07 2:32
Sandeep Akhare9-May-07 2:32 
You can use this code make AutoPostback property true of the Checkbox
Write this code in Page load
<br />
if (CheckBox1.Checked)<br />
        {<br />
            RadioButtonList1.Enabled = true;<br />
        }<br />
        else<br />
            RadioButtonList1.Enabled = false;<br />
        <br />


Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




QuestionRadioButtonList Problem Pin
sonia_basangar9-May-07 1:31
sonia_basangar9-May-07 1:31 
Questionusage of COM Component in .net Pin
vijay_839-May-07 1:27
vijay_839-May-07 1:27 
AnswerRe: usage of COM Component in .net Pin
Sandeep Akhare9-May-07 2:04
Sandeep Akhare9-May-07 2:04 
GeneralRe: usage of COM Component in .net Pin
vijay_839-May-07 18:43
vijay_839-May-07 18:43 
QuestionDifference between Asp.Net Ajax 1.0 and Atlas Pin
Bijay Bhaskar Deo9-May-07 1:14
Bijay Bhaskar Deo9-May-07 1:14 
AnswerRe: Difference between Asp.Net Ajax 1.0 and Atlas Pin
Sylvester george9-May-07 1:24
Sylvester george9-May-07 1:24 
GeneralRe: Difference between Asp.Net Ajax 1.0 and Atlas Pin
Bijay Bhaskar Deo9-May-07 1:32
Bijay Bhaskar Deo9-May-07 1:32 
AnswerRe: Difference between Asp.Net Ajax 1.0 and Atlas Pin
Sam Heller9-May-07 2:27
Sam Heller9-May-07 2:27 
AnswerRe: Difference between Asp.Net Ajax 1.0 and Atlas Pin
szukuro9-May-07 4:08
szukuro9-May-07 4:08 
QuestionInterview Question Pin
SwaSubhaVijju9-May-07 0:13
SwaSubhaVijju9-May-07 0:13 
AnswerRe: Interview Question Pin
PSK_9-May-07 0:26
PSK_9-May-07 0:26 
AnswerRe: Interview Question Pin
Sandeep Akhare9-May-07 0:38
Sandeep Akhare9-May-07 0:38 
GeneralRe: Interview Question Pin
SwaSubhaVijju9-May-07 5:38
SwaSubhaVijju9-May-07 5:38 
QuestionMaintaining viewstate of a grid. Pin
Rajiya8-May-07 23:44
Rajiya8-May-07 23:44 
AnswerRe: Maintaining viewstate of a grid. Pin
Colin Angus Mackay8-May-07 23:53
Colin Angus Mackay8-May-07 23:53 
GeneralRe: Maintaining viewstate of a grid. Pin
Rajiya9-May-07 0:13
Rajiya9-May-07 0:13 
Questioni am getting reference error while compiling Pin
prsuman8-May-07 23:33
prsuman8-May-07 23:33 

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.