No announcements
Found 2156203 threads
-
0 Votes
Combbox Stop Manual Data Entry
just set ComboBox.DropDownStyle to 'DropDownList' .Answered | 1 Replies | 3792 Views | Created by Iqbal Mehram - Thursday, September 17, 2009 7:47 AM | Last reply by Hassan Mehmood - Thursday, September 17, 2009 7:59 AM -
0 Votes
Allow write to list but restrict viewing the entries
You can quickly check that by making a user Site Owner.Answered | 3 Replies | 946 Views | Created by KFerg - Wednesday, April 30, 2014 2:11 AM | Last reply by Ram Prasad Meenavalli - Thursday, May 1, 2014 12:45 PM -
0 Votes
DropDownlist that allows manual entry by user
I need to have the functionality to allow the user to manually type in their own value.Unanswered | 1 Replies | 714 Views | Created by Anonymous - Friday, August 30, 2019 8:11 PM | Last reply by Anonymous - Monday, September 2, 2019 5:38 AM -
1 Votes
Allow user to select a parameter from drop down OR enter it manually
If the user doesn't use either parameter, the report will just display the text I have in the NoRowsMessage property of the tablix.Answered | 3 Replies | 12134 Views | Created by treymendous - Thursday, August 23, 2012 7:48 PM | Last reply by treymendous - Tuesday, August 28, 2012 3:41 PM -
1 Votes
TextBox doesn't allow text entry
I was putting together a sample project to demonstrate the problem when I realized I was handling the preview mouseleftdownbutton event and not allowing for this new behaviour.Answered | 2 Replies | 4374 Views | Created by Notre - Thursday, April 21, 2011 8:03 PM | Last reply by Notre - Thursday, April 21, 2011 10:57 PM -
2 Votes
Controlling User Entry
Thank you Vayuu, I put your suggestion to good use and managed to take control of all my numeric data entry points such that only numbers, decimals, and minus signs are allowed.Answered | 6 Replies | 2699 Views | Created by CluelessInChicago - Wednesday, July 15, 2009 3:01 PM | Last reply by DeborahK - Monday, July 27, 2009 3:41 PM -
0 Votes
Bing API Different from Manual Entries
I have been getting substantially different results from requests via the Bing API and manual entry to Bing Maps online.Answered | 1 Replies | 552 Views | Created by JJ Kane - Monday, June 20, 2016 3:43 PM | Last reply by Ricky_Brundritt - Monday, June 20, 2016 6:23 PM -
1 Votes
Allow only one entry per day?
() = 0 Then sqlinsert = "INSERT INTO entries(UserID, Date)" & _ "VALUES(@UserID, @Date)" if cmd.ExecuteNonQuery() = 0 ...Answered | 18 Replies | 3287 Views | Created by gixty - Monday, February 1, 2010 7:40 AM | Last reply by jtorrecilla - Wednesday, February 3, 2010 9:35 AM -
0 Votes
Is it possible to start a manual workflow on multiple entries in a list?
The export mehanism (Quest's Lotus Notes Migrator) doesn't allow any differentiation in the data.Answered | 15 Replies | 16909 Views | Created by Steven Andrews - Wednesday, November 18, 2009 3:38 PM | Last reply by Shonenknife_ - Friday, October 28, 2016 6:15 PM -
0 Votes
DropDownList with DataSource AND manual entry
User-2118044942 posted after your databind() add this line: dropTeams.Items.Insert(0,new ListItem("All Teams","0"));Unanswered | 3 Replies | 72 Views | Created by Anonymous - Tuesday, March 2, 2004 3:45 AM | Last reply by Anonymous - Tuesday, March 2, 2004 6:02 AM -
0 Votes
Manual trigger :User identity
At this time it is not possible to know who had manually triggered the pipeline.Answered | 1 Replies | 482 Views | Created by Nandan Hegde - Wednesday, March 11, 2020 7:41 AM | Last reply by KranthiPakala-MSFT - Thursday, March 12, 2020 12:21 AM -
4 Votes
Combo Box - Getting User Entry
They have used a combo box control to allow the user to make a selection, then they load a child grid based on the value in the combo box.Answered | 26 Replies | 9360 Views | Created by Phill D - Friday, December 9, 2011 3:54 PM | Last reply by Samir Ibrahim - Wednesday, December 28, 2011 3:01 PM -
5 Votes
how to display multiple entries from xml to dropdownlist
<asp:DropDownList ID="ddlSender" runat="server" DataSourceID="xdsSender" DataTextField="senderAnswered | 18 Replies | 4012 Views | Created by niel michael - Thursday, November 10, 2011 9:03 AM | Last reply by Malobukv - Sunday, November 13, 2011 9:06 PM -
7 Votes
user manuals for visual studio
Like many things printed manuals may not be provided and even .PDF's may not be available since both have to be updated when necessary so current documentation online may be what you will ...Answered | 6 Replies | 3755 Views | Created by marshall siegel - Monday, February 6, 2017 5:19 PM | Last reply by Hawdon1992 - Tuesday, February 7, 2017 5:05 PM -
0 Votes
DropDownList and foreach
Hi, If you use InfoPath 2010 or 2007, there is an option on the dropdown to display only unique values (the option is called : Show only entry ...Answered | 3 Replies | 4908 Views | Created by Orothred - Monday, August 27, 2012 9:42 AM | Last reply by Orothred - Thursday, August 30, 2012 7:35 AM -
1 Votes
Grid view with binding of dropdownlist in the user control?
you can use template field to bind dropdownlist to gridview an in the rowcomand event find the dropdownlis by using "findcontrol" and bind data.find control like ...Answered | 4 Replies | 1316 Views | Created by Ajay Kumar Santra - Wednesday, October 15, 2014 7:27 AM | Last reply by Tharinda D. Marasingha - Thursday, October 16, 2014 12:24 PM -
0 Votes
How many entries ( lines) are allowed in a list box?
Having that many items is way past the point of reasonable UI design, the user won't stand a chance to find the right one.Answered | 2 Replies | 3161 Views | Created by ChandrashekarYalagi - Thursday, January 22, 2009 12:02 PM | Last reply by nobugz - Thursday, January 22, 2009 12:33 PM -
0 Votes
Using SPWebConfigModification code seems to clear all manual entries in the web.config file
To remove web.config entries you should make sure you check SPWebConfigModification owner before you remove them.Answered | 8 Replies | 12861 Views | Created by Frode Sørhøy - Monday, March 2, 2009 6:46 AM | Last reply by Frode Sørhøy - Thursday, March 5, 2009 6:37 AM -
0 Votes
MaskedTextBox function and KeyPress restricted user entry
Hi, I agree with lapheal that a DateTimePicker would be a much better choice for letting the user select a date.Answered | 2 Replies | 1106 Views | Created by san1sun - Wednesday, March 19, 2014 7:49 AM | Last reply by IronRazerz - Wednesday, March 19, 2014 5:02 PM -
0 Votes
how to only allow numeric entry for alpha-numeric key pad
Hi I am developing application on windows smart phone, how do I get the alpha - numeric key pad set to only allowing for numeric entry under certain circumstances?Answered | 2 Replies | 3022 Views | Created by Jane Li - Wednesday, February 10, 2010 11:20 AM | Last reply by Mohsin S - Wednesday, February 10, 2010 11:48 AM - Items 1 to 20 of 2156203 Next ›
No announcements