Click here to Skip to main content
15,885,914 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Linking ASP.NET web controls with CSS styles Pin
Chesnokov Yuriy28-Aug-09 3:12
professionalChesnokov Yuriy28-Aug-09 3:12 
GeneralRe: Linking ASP.NET web controls with CSS styles Pin
DoctorMick28-Aug-09 5:24
DoctorMick28-Aug-09 5:24 
QuestionRe: Linking ASP.NET web controls with CSS styles Pin
Chesnokov Yuriy28-Aug-09 7:50
professionalChesnokov Yuriy28-Aug-09 7:50 
QuestionAdd Hashtable into the arraylist in javascript Pin
zeeShan anSari28-Aug-09 2:09
zeeShan anSari28-Aug-09 2:09 
Questionstore image in databse Pin
rinku soni 2328-Aug-09 1:50
rinku soni 2328-Aug-09 1:50 
AnswerRe: store image in databse Pin
Coding C#28-Aug-09 2:02
Coding C#28-Aug-09 2:02 
AnswerRe: store image in databse Pin
Arun Jacob28-Aug-09 2:22
Arun Jacob28-Aug-09 2:22 
Questionwhen set property enable = false for checkbox control in design time then after how to enable = true in javascript Pin
anish27patel28-Aug-09 1:32
anish27patel28-Aug-09 1:32 
Hello All,

i have facing one problem

i have one check box like below
<asp:checkbox id="uxonechk" runat="server" enabled="false">

Now i want to Enabled = true in javascript not server side then how it possible i have try through below code but not woking please let me know how it possible.

like,
funcction enableAll()
{
var Checkbox = document.getElementById('<%=uxonechk.ClientID %>');
ConformOwnershipDropdown.disabled = false;
}

this above function i have call on dropdown "onChange" event

Please let me know how it possible to Enabled = true using Javascript

Thank you in advance,

Anish Patel

AnswerRe: when set property enable = false for checkbox control in design time then after how to enable = true in javascript Pin
Arun Jacob28-Aug-09 1:54
Arun Jacob28-Aug-09 1:54 
GeneralRe: when set property enable = false for checkbox control in design time then after how to enable = true in javascript Pin
anish27patel30-Aug-09 18:19
anish27patel30-Aug-09 18:19 
AnswerRe: when set property enable = false for checkbox control in design time then after how to enable = true in javascript Pin
Coding C#28-Aug-09 2:06
Coding C#28-Aug-09 2:06 
QuestionHow can we add dynamic control to Data table Pin
Jain Vijay28-Aug-09 1:31
Jain Vijay28-Aug-09 1:31 
AnswerRe: How can we add dynamic control to Data table Pin
Coding C#28-Aug-09 2:08
Coding C#28-Aug-09 2:08 
GeneralRe: How can we add dynamic control to Data table Pin
Jain Vijay28-Aug-09 2:17
Jain Vijay28-Aug-09 2:17 
GeneralRe: How can we add dynamic control to Data table Pin
Coding C#28-Aug-09 2:21
Coding C#28-Aug-09 2:21 
QuestionASP.NET GridView not displaying label value while paging Pin
Inderjeet Kaur27-Aug-09 23:30
Inderjeet Kaur27-Aug-09 23:30 
AnswerRe: ASP.NET GridView not displaying label value while paging Pin
Inderjeet Kaur28-Aug-09 0:20
Inderjeet Kaur28-Aug-09 0:20 
QuestionHelp with Crystal Reports [modified] Pin
callousfantom27-Aug-09 23:26
callousfantom27-Aug-09 23:26 
AnswerRe: Help with Crystal Reports Pin
Satish Mahapatra28-Aug-09 1:29
Satish Mahapatra28-Aug-09 1:29 
Questionproblem on inserting non english values in DB Pin
sajjy27-Aug-09 23:15
sajjy27-Aug-09 23:15 
AnswerRe: problem on inserting non english values in DB Pin
Manas Bhardwaj28-Aug-09 0:28
professionalManas Bhardwaj28-Aug-09 0:28 
GeneralRe: problem on inserting non english values in DB Pin
sajjy28-Aug-09 1:22
sajjy28-Aug-09 1:22 
QuestionScroll bar in data gridview Pin
myinstincts27-Aug-09 23:03
myinstincts27-Aug-09 23:03 
AnswerRe: Scroll bar in data gridview Pin
Arun Jacob27-Aug-09 23:04
Arun Jacob27-Aug-09 23:04 
GeneralRe: Scroll bar in data gridview Pin
myinstincts27-Aug-09 23:18
myinstincts27-Aug-09 23:18 

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.