yes, something like this
I can make a counter that counts every time I click on it... but some times the user can select with a click more than 30 options...
now I check every time onChange if there are more than 30 then deselect the last of them...
User Profile
Collapse
-
Is there a way to limit the max selected options in <select>
Is there a way to select lets say max selected options from a <select> tag...
for example
I have a select with 150 options... but I want to select maximum 30...
I've tried with js onclick and onchange for select but the event is trigged only when I release the mouse button -
Mihai Popescu replied to Using C# is it possible to programatically import a report from one db to another?in C Sharpyes, create 2 connections, for each database... create a Select command for second db and one Insert command for the first oneLeave a comment:
-
Linq to SQL, Generic Reposity Classes
hi, i have the next code:
...Code:public class ActivationDataRepository { private string strConnString; private PEGdbDataContext db; public ActivationDataRepository(string xmlPath) { this.strConnString ConfigurationManager.ConnectionStrings["pecConnectionString"].ConnectionString; this.db = new PEGdbDataContext(strConnString, XmlMappingSource.FromUrl(xmlPath));}
No activity results to display
Show More
Leave a comment: