Click here to Skip to main content
16,010,394 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionfunction in sql server 2000 Pin
Sonia Gupta4-Oct-07 22:37
Sonia Gupta4-Oct-07 22:37 
AnswerRe: function in sql server 2000 Pin
Imran Khan Pathan4-Oct-07 23:17
Imran Khan Pathan4-Oct-07 23:17 
QuestionDrag and Drop files on User's PC on to a web page. Pin
Pankaj Chamria4-Oct-07 22:14
Pankaj Chamria4-Oct-07 22:14 
AnswerRe: Drag and Drop files on User's PC on to a web page. Pin
Christian Graus4-Oct-07 23:20
protectorChristian Graus4-Oct-07 23:20 
GeneralRe: Drag and Drop files on User's PC on to a web page. Pin
Pankaj Chamria4-Oct-07 23:45
Pankaj Chamria4-Oct-07 23:45 
GeneralRe: Drag and Drop files on User's PC on to a web page. Pin
Christian Graus4-Oct-07 23:52
protectorChristian Graus4-Oct-07 23:52 
GeneralRe: Drag and Drop files on User's PC on to a web page. Pin
Pankaj Chamria5-Oct-07 0:00
Pankaj Chamria5-Oct-07 0:00 
QuestionDisable Textbox Pin
M_Menon4-Oct-07 21:46
M_Menon4-Oct-07 21:46 
Hi Friends,

I have posted this before also.
But i didnt get any replies?

Is it really not possible to disable a asp TextBox on Click of asp Button?

I am trying Javascript.
I am able to call the script onclick of my button, but i believe i am not able to
get the TextBox control and disable it.

My script goes

function Validate()
{
document.getElementById('GVRoomType_ctl07_txtNewName').diabled=true;
}

<asp:LinkButton ID="lbtnEdit" runat="server" OnClientClick="Validate()" CausesValidation="False"

Thanks for your help..



Cheers
Menon
AnswerRe: Disable Textbox Pin
Christian Graus4-Oct-07 22:00
protectorChristian Graus4-Oct-07 22:00 
GeneralRe: Disable Textbox Pin
M_Menon4-Oct-07 22:54
M_Menon4-Oct-07 22:54 
GeneralRe: Disable Textbox Pin
Christian Graus4-Oct-07 23:22
protectorChristian Graus4-Oct-07 23:22 
GeneralRe: Disable Textbox Pin
M_Menon4-Oct-07 23:57
M_Menon4-Oct-07 23:57 
AnswerRe: Disable Textbox Pin
Abhijit Jana4-Oct-07 23:04
professionalAbhijit Jana4-Oct-07 23:04 
GeneralRe: Disable Textbox Pin
M_Menon4-Oct-07 23:22
M_Menon4-Oct-07 23:22 
Questionrefresh button Pin
Sonia Gupta4-Oct-07 21:37
Sonia Gupta4-Oct-07 21:37 
AnswerRe: refresh button Pin
Christian Graus4-Oct-07 21:57
protectorChristian Graus4-Oct-07 21:57 
GeneralRe: refresh button Pin
Urs Enzler4-Oct-07 22:26
Urs Enzler4-Oct-07 22:26 
GeneralRe: refresh button Pin
Christian Graus4-Oct-07 23:24
protectorChristian Graus4-Oct-07 23:24 
AnswerRe: refresh button Pin
Spunky Coder4-Oct-07 21:57
Spunky Coder4-Oct-07 21:57 
GeneralRe: refresh button Pin
Sonia Gupta4-Oct-07 22:00
Sonia Gupta4-Oct-07 22:00 
GeneralRe: refresh button Pin
Christian Graus4-Oct-07 22:01
protectorChristian Graus4-Oct-07 22:01 
GeneralRe: refresh button Pin
Spunky Coder4-Oct-07 22:10
Spunky Coder4-Oct-07 22:10 
Question.mdf file Pin
bhattiprolu4-Oct-07 21:21
bhattiprolu4-Oct-07 21:21 
Questionasp.net Datagrid can display in row format Pin
Nirmala Jyothi4-Oct-07 21:15
Nirmala Jyothi4-Oct-07 21:15 
AnswerRe: asp.net Datagrid can display in row format Pin
Imran Khan Pathan4-Oct-07 21:27
Imran Khan Pathan4-Oct-07 21:27 

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.