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

ASP.NET

 
AnswerRe: ASP.NET Scenario based advanced topic Pin
Anurag Gandhi30-Jan-10 21:55
professionalAnurag Gandhi30-Jan-10 21:55 
AnswerRe: ASP.NET Scenario based advanced topic Pin
Brij31-Jan-10 8:02
mentorBrij31-Jan-10 8:02 
QuestionHow to get dropdownlist selected value in Page_Init event Pin
K V Sekhar30-Jan-10 5:43
K V Sekhar30-Jan-10 5:43 
AnswerRe: How to get dropdownlist selected value in Page_Init event Pin
Anurag Gandhi30-Jan-10 22:03
professionalAnurag Gandhi30-Jan-10 22:03 
GeneralRe: How to get dropdownlist selected value in Page_Init event Pin
K V Sekhar31-Jan-10 15:08
K V Sekhar31-Jan-10 15:08 
QuestionHow to disable a asp:TextBox with javascript??? Pin
BoySetsFire30-Jan-10 3:01
BoySetsFire30-Jan-10 3:01 
AnswerRe: How to disable a asp:TextBox with javascript??? Pin
Not Active30-Jan-10 3:56
mentorNot Active30-Jan-10 3:56 
AnswerRe: How to disable a asp:TextBox with javascript??? Pin
Abhishek Sur30-Jan-10 4:32
professionalAbhishek Sur30-Jan-10 4:32 
document.GetElementById('ctl00_MainPlaceHolder1_TextBox1')

should be
document.getElementById('ctl00_MainPlaceHolder1_TextBox1')

The getElementById starts with small letter.

This might be your problem.

use disabled = true / false;

Cheers.

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Windows7 API Code Pack

Simplify Code Using NDepend
Basics of Bing Search API using .NET

GeneralRe: How to disable a asp:TextBox with javascript??? Pin
BoySetsFire30-Jan-10 4:44
BoySetsFire30-Jan-10 4:44 
AnswerRe: How to disable a asp:TextBox with javascript??? Pin
Pranay Rana30-Jan-10 22:40
professionalPranay Rana30-Jan-10 22:40 
Questioncheck email is exist or not before sending mail Pin
amitamit09930-Jan-10 1:01
amitamit09930-Jan-10 1:01 
AnswerRe: check email is exist or not before sending mail [modified] Pin
sashidhar30-Jan-10 1:14
sashidhar30-Jan-10 1:14 
QuestionAjax animation effect not working Pin
Bajrang Singh29-Jan-10 22:57
Bajrang Singh29-Jan-10 22:57 
QuestionUser control Problem Pin
AndyASPVB29-Jan-10 11:57
AndyASPVB29-Jan-10 11:57 
AnswerRe: User control Problem Pin
Not Active29-Jan-10 13:16
mentorNot Active29-Jan-10 13:16 
GeneralRe: User control Problem Pin
AndyASPVB29-Jan-10 22:24
AndyASPVB29-Jan-10 22:24 
Questionlogin Pin
arkiboys29-Jan-10 2:47
arkiboys29-Jan-10 2:47 
AnswerRe: login Pin
Not Active29-Jan-10 5:26
mentorNot Active29-Jan-10 5:26 
GeneralRe: login Pin
arkiboys29-Jan-10 10:02
arkiboys29-Jan-10 10:02 
Questionproblematically merging rows and Columns in Gridview Pin
vineesh v29-Jan-10 1:50
vineesh v29-Jan-10 1:50 
AnswerRe: problematically merging rows and Columns in Gridview Pin
Prosanta Kundu online31-Jan-10 17:34
Prosanta Kundu online31-Jan-10 17:34 
QuestionInsert Record from Textbox into GridView Pin
.NET- India 29-Jan-10 1:03
.NET- India 29-Jan-10 1:03 
AnswerRe: Insert Record from Textbox into GridView Pin
nagendrathecoder29-Jan-10 1:15
nagendrathecoder29-Jan-10 1:15 
AnswerRe: Insert Record from Textbox into GridView Pin
sashidhar29-Jan-10 1:20
sashidhar29-Jan-10 1:20 
GeneralRe: Insert Record from Textbox into GridView Pin
nagendrathecoder29-Jan-10 1:24
nagendrathecoder29-Jan-10 1:24 

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.