No announcements
Found 2534596 threads
-
2 Votes
GridView Dyanmically binding columns.
Hello Anirban, thanks for reply, i can't use Autogenerated= "true" becoz of that are lot's of formating and business logic on data after ...Answered | 8 Replies | 6897 Views | Created by Sanjay Patel - Tuesday, May 31, 2011 11:04 AM | Last reply by Anirban Bhattacherya - Tuesday, May 31, 2011 11:46 AM -
0 Votes
Infobox shows same data
I have an infobox for each location that shows vehicle info.Answered | 2 Replies | 754 Views | Created by Darryl Bennett - Thursday, August 13, 2015 11:33 AM | Last reply by Darryl Bennett - Monday, August 17, 2015 12:10 PM -
0 Votes
How to show form2 textbox data in form1 textbox?
Hi TamerCE, In form2 class, you create a new instance of Form1, which is not the object, wherein show form2.Answered | 4 Replies | 3511 Views | Created by ramesh aec - Wednesday, March 24, 2010 7:04 AM | Last reply by TamerCE - Thursday, March 25, 2010 11:56 AM -
0 Votes
textbox data display problem
i am using one dropdownlist is inside the gridview in ...Answered | 7 Replies | 3622 Views | Created by Nithiyanantham - Saturday, August 20, 2011 1:52 PM | Last reply by Nithiyanantham - Saturday, October 1, 2011 5:37 AM -
2 Votes
Selecting dates ranges from two textboxes to filter Gridview data
Vishal this is yet nt working as the griview is not visible at run time.that is after clicking a button that is suppose to display the gridview based on selected datesWhat God Hath Done!Answered | 5 Replies | 12088 Views | Created by WebSaint - Friday, August 14, 2009 10:46 AM | Last reply by WebSaint - Thursday, August 20, 2009 12:57 PM -
0 Votes
popup datagridview in windows form and show selected rows data in textbox
What do you mean DGV as "pop-up in textBox"?Answered | 1 Replies | 3173 Views | Created by javedsmart - Saturday, June 15, 2013 8:05 AM | Last reply by Mitja Bonca - Sunday, June 16, 2013 8:41 AM -
1 Votes
Gridview - Adding new column
I have the same problem that i need to add new column to the datagridview at runtime.Answered | 6 Replies | 4104 Views | Created by husna_ - Wednesday, September 9, 2009 1:45 AM | Last reply by liurong luo - Monday, September 14, 2009 6:35 AM -
0 Votes
Textboxes instead of GridView
First get the values using sqldatareader from database and bind values to those textboxes.Answered | 4 Replies | 3076 Views | Created by Javed Ahmed - Monday, June 7, 2010 8:24 AM | Last reply by Liliane Teng - Friday, June 11, 2010 6:33 AM -
0 Votes
switch textbox column to checkbox column
Hi SuperMath, From your description, you added some columns automatically by set the data source and added the checkbox column manually.Answered | 30 Replies | 4617 Views | Created by SuperMath - Tuesday, June 30, 2009 5:00 PM | Last reply by SuperMath - Monday, July 6, 2009 10:27 AM -
0 Votes
Show data of a gridView column in a TextBox
my question is: with the same procedure that you have shown in your video if I use gridview to connect to DB do I need to add any code in order to ...Unanswered | 19 Replies | 7926 Views | Created by SoftProgrammerr - Monday, May 18, 2009 12:18 PM | Last reply by SoftProgrammerr - Friday, June 5, 2009 11:29 AM -
0 Votes
How to embed a text box in a footer of a GridView's boundfield column to get data prior to a row insert ?
Data Access » Data Access and ObjectDataSource Control located here: http://forums.asp.net/23.aspx.Answered | 1 Replies | 10238 Views | Created by Donzo Collier - Thursday, October 16, 2008 5:24 PM | Last reply by Shrikant Maske - Friday, November 7, 2008 5:53 AM -
0 Votes
Group and Detail data in same column
I would like to have have group data and detail data in the same column, this was possible in RS2005 but i can work out how i would do it in ...Answered | 4 Replies | 4202 Views | Created by Dave Kerby - Thursday, July 22, 2010 9:26 PM | Last reply by Michael Mei, TSK Windows - Wednesday, July 28, 2010 2:40 AM -
0 Votes
Format a column in gridview.
Hi Thiagossrs, Upto my knowledge there is no such data type for kb, mb, bytes to be stored in table.Answered | 2 Replies | 1799 Views | Created by Thiagossrs - Thursday, December 22, 2011 2:16 PM | Last reply by Ragu.R - Thursday, December 22, 2011 6:14 PM -
0 Votes
write sql to show data on rows and columns
Then the same approach is applicable.Answered | 8 Replies | 2001 Views | Created by sqldeveloper2008 - Thursday, June 13, 2013 6:12 AM | Last reply by gvj - Wednesday, June 19, 2013 6:45 PM -
2 Votes
how to clear a textbox inside gridview in c sharp
The gridview should represent the data like it is in the database, therefore can you elaborate a little bit more/Success CorAnswered | 4 Replies | 9062 Views | Created by prabhakar78 - Tuesday, May 29, 2012 7:57 AM | Last reply by Bob Shen - Wednesday, May 30, 2012 3:29 AM -
0 Votes
Export to CSV is showing hidden columns for Vertica data
When exporting to CSV, all formatting and layout properties are ignored, therefore any data present in the report will be exported to the CSV file, regardless of the value of the ...Answered | 1 Replies | 1426 Views | Created by Ramesh Marappan - Friday, August 22, 2014 9:55 AM | Last reply by Katherine Xiong - Monday, August 25, 2014 8:19 AM -
0 Votes
Expressen code to make hide/show for a textbox
Hi Fullmetalboy, From your description, you want to add atoggle on the “Title_a” item to control the visibilities of the “Tile”, ”Time”, ...Answered | 2 Replies | 2437 Views | Created by fullmetalboy - Tuesday, February 7, 2012 11:23 AM | Last reply by Mike Yin - Thursday, February 9, 2012 9:33 AM -
0 Votes
Gridview column + hiding
removing is ok . is there any way to prevent the resizing of the columns/column headers when the application is running ???Answered | 6 Replies | 5946 Views | Created by cruxdude - Thursday, May 28, 2009 8:34 AM | Last reply by Manju N - Thursday, June 18, 2009 7:03 PM -
0 Votes
Merging two columns into one column in same datagridview
one alternative is you retrive record in datatable and manupulate datatable for merging the data and display in the gridview Another is when you retirve ...Answered | 5 Replies | 16378 Views | Created by Prakash RAMP - Tuesday, July 20, 2010 9:00 AM | Last reply by Prakash RAMP - Friday, July 23, 2010 5:48 AM -
0 Votes
Images in GridView Column + DataTemplate
<Window x:Class="VerticalAlignSnippet.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...Answered | 1 Replies | 18904 Views | Created by cruxdude - Wednesday, May 13, 2009 8:38 AM | Last reply by Tao Liang - Monday, May 18, 2009 7:34 AM
No announcements