Click here to Skip to main content
15,913,278 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMenu In ASP.net Pin
Pranav Kalyani23-Apr-09 20:03
Pranav Kalyani23-Apr-09 20:03 
AnswerRe: Menu In ASP.net Pin
Abhijit Jana23-Apr-09 20:08
professionalAbhijit Jana23-Apr-09 20:08 
AnswerRe: Menu In ASP.net Pin
SayreCC23-Apr-09 20:48
SayreCC23-Apr-09 20:48 
AnswerRe: Menu In ASP.net Pin
somasekhara77724-Apr-09 20:54
somasekhara77724-Apr-09 20:54 
QuestionDynamically adding rows to girdview Pin
Narsimha0923-Apr-09 19:02
Narsimha0923-Apr-09 19:02 
AnswerRe: Dynamically adding rows to girdview Pin
dotnetmember23-Apr-09 20:03
dotnetmember23-Apr-09 20:03 
AnswerRe: Dynamically adding rows to girdview Pin
Ramesh Swaminathan23-Apr-09 23:02
Ramesh Swaminathan23-Apr-09 23:02 
QuestionDynamically creating text values return null value from client side validation Pin
sekannak23-Apr-09 18:39
sekannak23-Apr-09 18:39 
Hi,

I my page i have create two text box which is created by DYNAMICALLY,
Like as below,

dim txt as textbox
dim plc as placeholder
plc.control.add(txt)

So text box is created sucessfully, but i wat to validate the two text box should not be null from Client side when click the button control .



function fnNotNull()
{
var frm = document.getElementById"ContentPlaceHolder1_txtfromdate").id;
var to =
document.getElementById("ContentPlaceHolder1_txttodate").id;
alert(frm.value);
alert(to.value);
return;
}
finally when i click the button it return "undefined" error, not return value of the text box, how to take the value of the text box from client side. If any one know plz answer me....

kannak

AnswerRe: Dynamically creating text values return null value from client side validation Pin
Ramesh Swaminathan23-Apr-09 19:05
Ramesh Swaminathan23-Apr-09 19:05 
AnswerRe: Dynamically creating text values return null value from client side validation Pin
Rakesh Kapuriya23-Apr-09 23:51
Rakesh Kapuriya23-Apr-09 23:51 
Generaltemplates Pin
northridge23-Apr-09 18:11
northridge23-Apr-09 18:11 
GeneralRe: templates Pin
SayreCC23-Apr-09 19:19
SayreCC23-Apr-09 19:19 
GeneralRe: templates Pin
northridge23-Apr-09 20:56
northridge23-Apr-09 20:56 
GeneralRe: templates Pin
SayreCC23-Apr-09 21:36
SayreCC23-Apr-09 21:36 
Questiongridview custom paging Pin
haseeb_saeed23-Apr-09 16:24
haseeb_saeed23-Apr-09 16:24 
AnswerRe: gridview custom paging Pin
SayreCC23-Apr-09 17:32
SayreCC23-Apr-09 17:32 
GeneralRe: gridview custom paging Pin
haseeb_saeed23-Apr-09 18:50
haseeb_saeed23-Apr-09 18:50 
Questionvisual web developer 2008 Pin
learningman23-Apr-09 13:20
learningman23-Apr-09 13:20 
AnswerRe: visual web developer 2008 Pin
AlexeiXX323-Apr-09 13:27
AlexeiXX323-Apr-09 13:27 
AnswerRe: visual web developer 2008 Pin
SayreCC23-Apr-09 14:35
SayreCC23-Apr-09 14:35 
Questionhow to get on mouse over message in .aspx page Pin
somasekhara77723-Apr-09 10:29
somasekhara77723-Apr-09 10:29 
AnswerRe: how to get on mouse over message in .aspx page Pin
ToddHileHoffer23-Apr-09 10:34
ToddHileHoffer23-Apr-09 10:34 
GeneralRe: how to get on mouse over message in .aspx page Pin
somasekhara77724-Apr-09 20:34
somasekhara77724-Apr-09 20:34 
GeneralRe: how to get on mouse over message in .aspx page Pin
somasekhara77724-Apr-09 20:34
somasekhara77724-Apr-09 20:34 
Questionasp.net state management issue help req'd Pin
haseeb_saeed23-Apr-09 9:39
haseeb_saeed23-Apr-09 9:39 

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.