Hi All,
I am developing an application using ASP.NET with C#.
In a webform, i hav two textbox,One named "TotalLicensekeys" and another textbox named "Enter license keys" with an OK button.When i enter values(integers) to "Enter license keys" textbox, it gets added to Grid .The solution i need is, The values that are entered in" Enter license keys" textbox should depend on the Limit of Total values(integers) that are entered in "TotalLicenseKeys" textbox.For example,If user enters "TotalLicense Keys" as "3", three License key values should be compulsarly entered in "Licensekeys" textbox,The page should display message if user enters less or more values in "Enter licenseKeys" textbox, than given limit in "Total licensekeys" textbox.
please suggest me with a solution With CustomValidator
Thanks in Advance,
Ganesh
...
Go to the complete details ...