Click here to Skip to main content
16,004,927 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: what is getter setter in asp? Pin
Abhijit Jana17-Jul-09 0:57
professionalAbhijit Jana17-Jul-09 0:57 
QuestionTreeview Pin
sekannak16-Jul-09 23:50
sekannak16-Jul-09 23:50 
AnswerRe: Treeview Pin
Manas Bhardwaj17-Jul-09 0:16
professionalManas Bhardwaj17-Jul-09 0:16 
GeneralRe: Treeview Pin
sekannak17-Jul-09 0:42
sekannak17-Jul-09 0:42 
GeneralRe: Treeview Pin
Manas Bhardwaj17-Jul-09 1:02
professionalManas Bhardwaj17-Jul-09 1:02 
GeneralRe: Treeview Pin
sekannak17-Jul-09 1:10
sekannak17-Jul-09 1:10 
GeneralRe: Treeview Pin
Manas Bhardwaj17-Jul-09 1:20
professionalManas Bhardwaj17-Jul-09 1:20 
GeneralRe: Treeview Pin
Abhijit Jana17-Jul-09 1:46
professionalAbhijit Jana17-Jul-09 1:46 
sekannak wrote:
That is different textbox on the same page...but it is reoadonly=true/Enabled=false.

This is your Server Side Control I Guess.
So first you need to read the Client ID and then read the Value From It.

var textBoxID="<%=textBox.ClientID%>";
var textBoxValue=document.getElementById(textBoxID);


Note : If the Textbox is server side control and you have make it ReadOnly, It will not send value to server while Postback. Smile | :)

Hope this will help you Smile | :)

cheers,
Abhijit
CodeProject MVP
Web Site:abhijitjana.net
My Latest Article : IIS Remote Debugging

Questionhow can i get list box value using IPostBackDataHandler interface Pin
anish27patel16-Jul-09 22:26
anish27patel16-Jul-09 22:26 
QuestionRecursive fallback not allowed for character \u003F. Pin
kishore30916-Jul-09 21:16
kishore30916-Jul-09 21:16 
AnswerRe: Recursive fallback not allowed for character \u003F. Pin
Manas Bhardwaj16-Jul-09 21:40
professionalManas Bhardwaj16-Jul-09 21:40 
QuestionASP.NET validation Pin
Venkat Eswaran16-Jul-09 20:59
Venkat Eswaran16-Jul-09 20:59 
AnswerRe: ASP.NET validation Pin
Brij16-Jul-09 21:24
mentorBrij16-Jul-09 21:24 
AnswerRe: ASP.NET validation Pin
Parwej Ahamad16-Jul-09 21:35
professionalParwej Ahamad16-Jul-09 21:35 
QuestionSet Authentication for webconfig Pin
SreejithAchutan16-Jul-09 20:32
SreejithAchutan16-Jul-09 20:32 
AnswerRe: Set Authentication for webconfig Pin
Vengatachalapathy Palanivel16-Jul-09 20:48
Vengatachalapathy Palanivel16-Jul-09 20:48 
GeneralRe: Set Authentication for webconfig Pin
SreejithAchutan16-Jul-09 21:57
SreejithAchutan16-Jul-09 21:57 
AnswerRe: Set Authentication for webconfig Pin
Paddy Boyd16-Jul-09 22:18
Paddy Boyd16-Jul-09 22:18 
GeneralRe: Set Authentication for webconfig Pin
SreejithAchutan16-Jul-09 22:51
SreejithAchutan16-Jul-09 22:51 
GeneralRe: Set Authentication for webconfig Pin
DoctorMick17-Jul-09 2:55
DoctorMick17-Jul-09 2:55 
Questionhow to enable javascript within a ajax control Pin
bunka8416-Jul-09 20:31
bunka8416-Jul-09 20:31 
AnswerRe: how to enable javascript within a ajax control Pin
Paddy Boyd16-Jul-09 22:23
Paddy Boyd16-Jul-09 22:23 
GeneralRe: how to enable javascript within a ajax control Pin
bunka8416-Jul-09 23:03
bunka8416-Jul-09 23:03 
GeneralRe: how to enable javascript within a ajax control Pin
Vengatachalapathy Palanivel17-Jul-09 2:20
Vengatachalapathy Palanivel17-Jul-09 2:20 
QuestionEmpty gridview Pin
haleemasher16-Jul-09 20:20
haleemasher16-Jul-09 20:20 

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.