Hello,
I have an existing repeater on my web application that has descriptions, item numbers, and prices. The marketing person at my company wants me to add a field so that the sales people can enter discounted prices next to the regular prices. So I'm going to have to add a asp:textbox to the repeater.
What would be the easiest way of adding text fields in the repeater so that when there is input the values would add up in a label. I won't know how many items there will be in the repeater.
I'll probably need to write some javascript for this but I'm wondering what the best way of doing this is?
Thanks!
JamesIt might help if I knew how to check to see if a control exists or not? Anyone know?
The repeater should have a .Controls property with a .Length or .Count. (Count, I beleive).
From there, just start a standard FOR loop and check each control. The .ToString on the control indexer (myRepeater.Controls[i].ToString()) will tell you what TYPE of control it is. Only check the textbox types...
Showing posts with label company. Show all posts
Showing posts with label company. Show all posts
Saturday, March 31, 2012
Thursday, March 22, 2012
text/image verification question
Anyone know of a software company where I can purchase to integrate into my web site ? This software presents a word in distorted images and user has to type in the corresponding characters for verification that its a real person and not a script.
what you want to search on is CAPTCHA
I used this in the past (http://blogs.clearscreen.com/migs/archive/2004/11/10/575.aspx)
Subscribe to:
Posts (Atom)