Click here to Skip to main content
15,879,326 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: Gridview in ASP.Net with C# Pin
mahichandu2-Jun-09 7:19
mahichandu2-Jun-09 7:19 
AnswerRe: Gridview in ASP.Net with C# Pin
Ibrahim Bello2-Jun-09 7:31
Ibrahim Bello2-Jun-09 7:31 
QuestionRe: Gridview in ASP.Net with C# Pin
mahichandu2-Jun-09 7:48
mahichandu2-Jun-09 7:48 
AnswerRe: Gridview in ASP.Net with C# Pin
Ibrahim Bello2-Jun-09 8:09
Ibrahim Bello2-Jun-09 8:09 
AnswerRe: Gridview in ASP.Net with C# Pin
Ibrahim Bello3-Jun-09 22:08
Ibrahim Bello3-Jun-09 22:08 
QuestionUnable to connect to SQL Server database. Pin
Koss_G1-Jun-09 4:01
Koss_G1-Jun-09 4:01 
AnswerRe: Unable to connect to SQL Server database. Pin
Herman<T>.Instance2-Jun-09 21:54
Herman<T>.Instance2-Jun-09 21:54 
QuestionHidden Field problem Pin
ais071-Jun-09 3:58
ais071-Jun-09 3:58 
Hi There,
I am retrieving Hidden Field value through javascript but it is showing me one error that is
document.getElementById("ctl00_ContentPlaceHolder1_hfUpd") has no properties

I tried all following ways also:-
document.getElementById("hid").value
document.getElementById('hid').value
document.getElementById("ctl00_ContentPlaceHolder1_hfUpd").value //Using ControlID

Previously I tried used following code and it working fine.
document.getElementById("hid").value

But This Code Is Not Working.Is There any problem of Content Place Holder.
My Code To retrieve value:-

var hidflag=document.getElementById('<%=hfUpd.ClientID%>').value
AnswerRe: Hidden Field problem Pin
l.laxmikant1-Jun-09 4:33
l.laxmikant1-Jun-09 4:33 
GeneralRe: Hidden Field problem Pin
Not Active1-Jun-09 7:50
mentorNot Active1-Jun-09 7:50 
QuestionImplementing article reading/writing (ASP.NET) Pin
Hristiyan1-Jun-09 3:57
Hristiyan1-Jun-09 3:57 
QuestionOpen Url like http://noida.saamstesting.com Pin
.NET- India 1-Jun-09 2:33
.NET- India 1-Jun-09 2:33 
AnswerRe: Open Url like http://noida.saamstesting.com Pin
Ramesh Swaminathan1-Jun-09 2:51
Ramesh Swaminathan1-Jun-09 2:51 
Questionbutton click event fires without code Pin
Kissy161-Jun-09 2:07
Kissy161-Jun-09 2:07 
AnswerRe: button click event fires without code Pin
Not Active1-Jun-09 2:30
mentorNot Active1-Jun-09 2:30 
Answer[Message Deleted] Pin
Ramesh Swaminathan1-Jun-09 2:46
Ramesh Swaminathan1-Jun-09 2:46 
GeneralRe: button click event fires without code Pin
Not Active1-Jun-09 3:17
mentorNot Active1-Jun-09 3:17 
General[Message Deleted] Pin
Ramesh Swaminathan1-Jun-09 3:50
Ramesh Swaminathan1-Jun-09 3:50 
GeneralRe: button click event fires without code Pin
Christian Graus1-Jun-09 11:34
protectorChristian Graus1-Jun-09 11:34 
GeneralRe: button click event fires without code Pin
Tech-Member1231-Jun-09 6:19
Tech-Member1231-Jun-09 6:19 
GeneralRe: button click event fires without code Pin
Not Active1-Jun-09 7:25
mentorNot Active1-Jun-09 7:25 
GeneralRe: button click event fires without code Pin
Blue_Boy1-Jun-09 9:00
Blue_Boy1-Jun-09 9:00 
GeneralRe: button click event fires without code Pin
Tech-Member1231-Jun-09 16:04
Tech-Member1231-Jun-09 16:04 
GeneralRe: button click event fires without code Pin
Ramesh Swaminathan1-Jun-09 18:10
Ramesh Swaminathan1-Jun-09 18:10 
GeneralRe: button click event fires without code Pin
Kissy161-Jun-09 19:46
Kissy161-Jun-09 19:46 

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.