Click here to Skip to main content
15,893,668 members

Comments by tihcra (Top 23 by date)

tihcra 3-Jul-11 23:43pm View    
had found this on google http://naspinski.net/post/inline-aspnet-tags-sorting-them-all-out-(3c25242c-3c253d2c-3c252c-3c252c-etc).aspx
it merely lists tags, i want to know what can we write inside them specially <%# %> tag, what is eval and bind.. and such things
tihcra 1-Jun-11 1:14am View    
also i am populating by checkboxes at runtime on server side. so how do i add validation control. plus my checkboxes are inside a div tag(with runat attribute set) and not inside form tag
tihcra 1-Jun-11 1:11am View    
i have read abt validation controls, i think u are talking abt that, but can i validate something so trivial as number of checkoxes ticked with it? can u give some example

(say) all my checkboxes have name attribute set to 'cbData'
tihcra 1-Jun-11 1:08am View    
i want to count the number of checkboxes ticked. if they are less than a particular number post the form else display an alert
tihcra 1-Jun-11 1:04am View    
i want to count the number of checkboxes ticked. if they are less than a particular number post the form else display an alert