No announcements
Found 3816681 threads
-
0 Votes
when ever a user click on add button a new row with another dropdown lists should be added to an existing table
From your description, do you mean you want to add a table row to your existing table without the postback, right?Answered | 2 Replies | 13 Views | Created by Anonymous - Friday, June 20, 2008 6:05 PM | Last reply by Anonymous - Tuesday, June 24, 2008 8:54 AM -
0 Votes
dynamically generate new row in every button click
Hi, to add to Govil`s post, I would still do this a bit differently: DataTable table; public Form1() { ...Answered | 2 Replies | 4671 Views | Created by manojpali - Saturday, May 28, 2011 7:28 AM | Last reply by Mitja Bonca - Saturday, May 28, 2011 8:15 AM -
1 Votes
grid should not add new row
So the changes in the textbox makes how many rows are added.Answered | 6 Replies | 1150 Views | Created by Mirza.Sahaib - Saturday, March 8, 2014 8:35 AM | Last reply by Ashish Pandey - Saturday, March 8, 2014 10:44 AM -
0 Votes
check condition when user click add button
I decided to use the popup editor dialog, which pops up the dialog, thanks for that, but now when I click on the Save button after I add a new record to ...Answered | 10 Replies | 3078 Views | Created by Ray Cacciatore - Friday, October 7, 2011 1:12 AM | Last reply by Kostas Christodoulou - Sunday, October 9, 2011 5:50 PM -
5 Votes
What override method is called when the "Show Add-new Row" button is clicked?
To have a consistent GUI interface, the AddNew and the "Show Add-new Row" buttons should provide the user with the same experience.Answered | 23 Replies | 4324 Views | Created by Garth F Henderson - Wednesday, April 20, 2011 7:52 PM | Last reply by Yann Duran - Tuesday, April 26, 2011 11:51 PM -
0 Votes
Add a row to a datatable from a form button click
I want the user to be able to add new usernames and passwords from a button click after they enter a new username and password ...Answered | 6 Replies | 4821 Views | Created by David Tompkins - Thursday, September 22, 2011 4:57 AM | Last reply by Mike Feng - Sunday, September 25, 2011 8:25 AM -
0 Votes
adding option in dropdown not reflected in list entries
Have you ever edit your list in infopath so far?Answered | 5 Replies | 939 Views | Created by Vyanky - Thursday, March 27, 2014 6:51 AM | Last reply by Inderjeet Singh Jaggi - Friday, March 28, 2014 8:47 AM -
1 Votes
Adding new table in the existing Replication
Adding an article involves adding the article to the publication, creating a new snapshot for the publication, and synchronizing the subscription(s) to apply the schema and ...Answered | 4 Replies | 23685 Views | Created by Gaurav 17 - Monday, January 30, 2012 6:43 PM | Last reply by Brandon Williams - Tuesday, January 31, 2012 4:39 PM -
0 Votes
Handle the transition to a new user control when clicking a button in another view
Hi guys, I am pretty much new to wpf and MVVM. i have a master page which has a header,image,footer etc.The placeholder in the middle is used to host user ...Answered | 3 Replies | 3335 Views | Created by Sriram Ramaswamy - Monday, July 19, 2010 11:52 AM | Last reply by aaj23 - Monday, July 19, 2010 1:38 PM -
2 Votes
Add list item to pre-existing row
I just need to search through a list, and based on the email entered in a textbox on a web part, find that email address thats already in the list and add the extra ...Answered | 4 Replies | 4262 Views | Created by ChrisC_26 - Friday, November 13, 2009 7:40 PM | Last reply by Jevgeni Borozna - Friday, November 13, 2009 11:24 PM -
4 Votes
Adding to a task list - User does not exist or is not unique
There is an issue when using a list in the gantt view if you use the People Picker and the AD user has a comma in their display name.Answered | 18 Replies | 21528 Views | Created by ajohansen - Thursday, May 26, 2011 9:17 PM | Last reply by COTWebMgr - Friday, June 20, 2014 1:06 PM -
0 Votes
Inseting a row between 2 existing rows a Table Layout Panel
I had similar results when adding controls.Answered | 6 Replies | 4490 Views | Created by jps374 - Wednesday, December 5, 2012 4:59 PM | Last reply by jps374 - Wednesday, December 12, 2012 12:07 PM -
0 Votes
csom for adding list items on button click
Hi, Seems that this question is answered in your another thread:Answered | 5 Replies | 1588 Views | Created by SharePoint2013Csom - Thursday, January 15, 2015 11:44 AM | Last reply by Patrick_Liang - Monday, January 19, 2015 7:09 AM -
0 Votes
Adding new table in the existing Replication
Something like this should work: USE TestDB1 GO --Set allow_anonymous to false EXEC sp_changepublication @publication = ...Answered | 3 Replies | 1441 Views | Created by ESQL5 - Wednesday, November 6, 2013 5:48 PM | Last reply by Brandon Williams - Wednesday, November 6, 2013 7:10 PM -
0 Votes
Create dynamic table on button click
Hi Lalit Kasa, Based on my understanding, you want to customize click events on buttons via JavaScript/JQuery.Answered | 3 Replies | 1054 Views | Created by Lalit Kasa - Wednesday, June 8, 2016 5:48 AM | Last reply by Linda ZL - Thursday, June 9, 2016 6:52 AM -
1 Votes
Prevent adding new rows in datagrid, If no values are added in a new row
I solved this by using RowEndEditing event to check the row property and setting e.cancel if the value is null.Answered | 2 Replies | 2294 Views | Created by user2617 - Friday, September 5, 2014 4:35 PM | Last reply by Terrence-Jones - Monday, September 8, 2014 2:18 AM -
0 Votes
Add new row with Peoplepicker
Hi Raj, From your description, my understanding is that you want to add new row to a table with a button, and the new ...Answered | 2 Replies | 1717 Views | Created by joe_aro-SP - Monday, May 18, 2015 1:45 PM | Last reply by Vincent.Han - Tuesday, May 19, 2015 9:47 AM -
1 Votes
how to make a new button by clicking other button?
Hello, What you should consider is what happens when the user clicks the button to create another button more than ...Answered | 2 Replies | 624 Views | Created by alex dinefer - Monday, April 21, 2014 11:14 AM | Last reply by Kareninstructor - Monday, April 21, 2014 12:52 PM -
0 Votes
Adding a new button to an existing RibbonBar tab.
Hi, You need to change the code like this: The new added button does not respond is because the button is not ...Answered | 9 Replies | 1132 Views | Created by S.T.K - Monday, December 14, 2015 12:51 PM | Last reply by S.T.K - Wednesday, December 30, 2015 5:48 PM -
0 Votes
DataTable.Rows.Count doesn't reflect when we add new row using BindingNavigator
When I click the add button, the operation I did in the DataGridView would be updated to the datatable.Answered | 5 Replies | 680 Views | Created by Amal Raj U - Monday, October 24, 2016 9:49 AM | Last reply by Wendy Zang - Friday, October 28, 2016 8:28 AM - Items 1 to 20 of 3816681 Next ›
No announcements