Dear All,
I am using asp.net2.0, C# ,SQl2005
I have scenario like I am making item master which compose of itemcode , itemdescription . For itemcode, I am using dropdownbox which is populated with all code and new code option when user click new code option a newtextbox becomes visible. my problem is how can I make newtextbox mandatory field whenever new option field is selected(as it may left blank in case of edit option
And making requiredfield validator not workable ).
Please guide me.
Thanks
I am using asp.net2.0, C# ,SQl2005
I have scenario like I am making item master which compose of itemcode , itemdescription . For itemcode, I am using dropdownbox which is populated with all code and new code option when user click new code option a newtextbox becomes visible. my problem is how can I make newtextbox mandatory field whenever new option field is selected(as it may left blank in case of edit option
And making requiredfield validator not workable ).
Please guide me.
Thanks
Comment