No announcements
Found 1450832 threads
-
0 Votes
Using Objects as datasource for a lightswitch app
When i added it, there was this pop-up asking me to choose a datasource, and i had read that if pointed to an existing DB, the necessary Object classes/entities will be auto ...Answered | 5 Replies | 1688 Views | Created by PRinCEktd1 - Tuesday, November 20, 2012 3:28 PM | Last reply by PRinCEktd1 - Saturday, November 24, 2012 9:32 AM -
1 Votes
Querying a datasource object
From when .NET first arrived I used a connection and command objects to return information into a DataSet, DataTable or used a DataReader.Answered | 4 Replies | 784 Views | Created by NachoShaw - Tuesday, November 24, 2020 7:12 PM | Last reply by Kareninstructor - Tuesday, November 24, 2020 9:31 PM -
2 Votes
Hide a column for a grid if View property is set to 1
OTOH, it seems that the 'change' view of a grid is calculated based on the original datasource.Answered | 6 Replies | 709 Views | Created by WWWilliam - Thursday, December 1, 2016 10:19 PM | Last reply by Tamar E. Granor - Tuesday, December 6, 2016 9:54 PM -
0 Votes
Grid view
I want to Save data temporarily into grid view.Answered | 1 Replies | 3578 Views | Created by dmojam - Sunday, October 18, 2009 3:32 AM | Last reply by Tamer Oz - Sunday, October 18, 2009 3:51 AM -
1 Votes
binding splist to Grid View
Hi Santto, Can you show how you bind the list to grid view control?Answered | 2 Replies | 1264 Views | Created by Santto - Wednesday, July 8, 2015 5:22 AM | Last reply by Patrick_Liang - Thursday, July 9, 2015 11:36 AM -
0 Votes
Grid View Control
EntityClass Object once you done simply use the LINQ statement to get the data from different list(s) by using LINQ Joins and final result will be in the IQueryable ...Answered | 4 Replies | 2292 Views | Created by RSharma 123 - Tuesday, April 24, 2012 5:53 AM | Last reply by Sai Kumar Koona - Tuesday, April 24, 2012 3:55 PM -
2 Votes
data grid view
Please refer to the following code snippet: private void Form1_Load(object sender, EventArgs e) { ...Answered | 4 Replies | 2026 Views | Created by johnpaulreddy - Thursday, January 12, 2012 5:33 AM | Last reply by Dummy yoyo - Tuesday, January 24, 2012 8:35 AM -
1 Votes
data grid view
Ok got it, for that you need to have a event on click or double click , do one thing double click on datagrid it will diver u to this private ...Answered | 7 Replies | 4843 Views | Created by Justin Adkins - Friday, June 18, 2010 7:08 AM | Last reply by uahmed - Monday, June 21, 2010 12:33 PM -
1 Votes
Grid view dropDown
string query = "select BankName from tb Bank "; SqlDataAdapter adapter = new SqlDataAdapter(query, conn); DataTable dt = new DataTable(); ...Answered | 6 Replies | 2180 Views | Created by lucky1527 - Tuesday, December 11, 2012 11:27 AM | Last reply by Lisa Zhu - Friday, December 21, 2012 10:06 AM -
2 Votes
Create Grid View using .Net object model
In addition to Jerry's post you may consider another APIs: JavaScript Object Model REST API If my suggestion helped you to ...Answered | 2 Replies | 749 Views | Created by patganesh - Friday, July 15, 2016 5:08 AM | Last reply by Ivan Bilokon - Friday, July 15, 2016 10:08 AM -
0 Votes
index value grid view
For SelectionMode="Multiple" - Sol 1: <Page x:Class="App3.MainPage" ...Answered | 2 Replies | 1851 Views | Created by Metroappdevelopers - Monday, September 24, 2012 11:01 AM | Last reply by ForInfo - Monday, September 24, 2012 11:55 AM -
2 Votes
grid view problem?
void Form1_SelectedIndexChanged(object sender, EventArgs e) { dataGridView1.CurrentRow.Cells["column2"].Value = ...Answered | 12 Replies | 3039 Views | Created by Mehmood Ahmed - Friday, April 17, 2009 5:54 AM | Last reply by Mehmood Ahmed - Saturday, April 25, 2009 11:22 AM -
0 Votes
Data grid view combo box load error
' dt.Rows.Add(New Object() {Nothing, "Subtracter"}) dt.Rows.Add(New Object() {Nothing, "Bogus"}) ...Answered | 5 Replies | 1496 Views | Created by AliMonMK - Sunday, August 23, 2015 11:29 AM | Last reply by Kareninstructor - Tuesday, August 25, 2015 1:15 PM -
0 Votes
"object reference not set to an instance of an object" after update datasource lightswitch
I found that one of my view was alter recently so that one of the field allowed nulls.Answered | 3 Replies | 1723 Views | Created by lekhanhky - Sunday, September 14, 2014 8:31 AM | Last reply by rmillersbs - Friday, May 1, 2015 11:54 PM -
0 Votes
Data grid view to report
you could get the data based on this SQL query, then set it to the DataSource of DataGridView. then the data will be shown in the DataGridView.Answered | 8 Replies | 818 Views | Created by GeorgeTravelport - Tuesday, February 3, 2015 8:52 AM | Last reply by _Omar - Tuesday, February 10, 2015 6:52 AM -
0 Votes
Datasource grid not showing any of the controls I could see in video tutorial
Best regards, Kristin We are trying to better understand customer views on social support experience, ...Answered | 1 Replies | 562 Views | Created by harriet_001 - Saturday, November 7, 2015 8:35 PM | Last reply by Kristin Xie - Monday, November 9, 2015 9:58 AM -
0 Votes
Datasource View
The 2 tables are joined by the prd_key in the datasource.Answered | 1 Replies | 5334 Views | Created by rookie_ssis - Thursday, November 12, 2009 9:41 PM | Last reply by Raymond-Lee - Tuesday, November 17, 2009 1:22 AM -
1 Votes
Data Grid view filling of columns.
Normally you should prepare your DataSource and bind it to the DGV, the control should be used for presentation purposes.Answered | 2 Replies | 413 Views | Created by Abdul Hanan94 - Wednesday, May 18, 2016 5:21 AM | Last reply by Paul P Clement IV - Wednesday, May 18, 2016 12:04 PM -
1 Votes
Grid View validation
ASP.NET: http://forums.asp.net If the Grid View means DataGridView in winforms.Answered | 2 Replies | 688 Views | Created by MohdTaj - Wednesday, March 18, 2015 9:42 AM | Last reply by Youjun Tang - Thursday, March 19, 2015 7:15 AM -
0 Votes
How to create editable grid from view
It is both a SQL and LightSwitch limitation that views are currently read-only.Answered | 1 Replies | 2967 Views | Created by Adith Prasetya - Thursday, December 23, 2010 1:46 PM | Last reply by Erik - MSFT - Wednesday, January 19, 2011 7:35 PM - Items 1 to 20 of 1450832 Next ›
No announcements