473,385 Members | 1,973 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

manage Grid view

15
hi...
i m very new to visual studio and .net. in my application i have a table of almost more than 12 rows in sql server . while displalying it in grid view i foud a very large view horizontally ,how is it possible to manage that view so that half fields display at one page and half at the nexxt page??? i m using c#.
kindly need an urgent help !!!
Aug 20 '07 #1
5 1376
seep
15
hi...
i m very new to visual studio and .net. in my application i have a table of almost more than 12 rows in sql server . while displalying it in grid view i foud a very large view horizontally ,how is it possible to manage that view so that half fields display at one page and half at the nexxt page??? i m using c#.
kindly need an urgent help !!!
Aug 20 '07 #2
dixonjm
32
set gridview1.PageSize = 6
Aug 20 '07 #3
dip_developer
648 Expert 512MB
hi...
i m very new to visual studio and .net. in my application i have a table of almost more than 12 rows in sql server . while displalying it in grid view i foud a very large view horizontally ,how is it possible to manage that view so that half fields display at one page and half at the nexxt page??? i m using c#.
kindly need an urgent help !!!
if the view is large enough horizontally then how will this be managed by distruting the records in two pages(i.e using paging)??
I didn't understand....
Do u want paging for your gridview???
Aug 20 '07 #4
kenobewan
4,871 Expert 4TB
I believe one option would be to have two datagrids, one on one page the other on the next. HTH.
Aug 20 '07 #5
seep
15
i have a solution to display column names vertically but who is it possible to display columns vertically in gridview??
Aug 25 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: pmud | last post by:
Hi, I need to display columns in a data grid based on 7 different queries. Now I have 32 questions: 1. Is it possble to have 1 single data adapter with 7 queries & 1 data set or do I need to...
12
by: pmud | last post by:
Hi, I am using teh following code for sorting the data grid but it doesnt work. I have set the auto generate columns to false. & set the sort expression for each field as the anme of that...
0
by: Sams | last post by:
Hi! I have a properties and one of its properties is a Collection. How do I manage this collection on the properties grid I need to view that collection editor with all properties of the...
0
by: ¿ Mahesh Kumar | last post by:
I have created a XML file as datasource which i 'm binding to a grid view control. During runtime I'm capturing items in XML file and displaying in a GRID VIEW control. but i want to remove or...
1
by: awebguynow | last post by:
I'm wondering if I can provide an Admin panel, to create a simpleton CMS system to manage pictures (a few webpages with pictures). Resize, resample all seem easy with GD lib on Windows. I...
1
by: Ed | last post by:
hi everyone, maybe someone can give me a hand here. I am working with vb 2005 and i have a gridview that i am loading data from a recordset. I have the recordset returned from the query and i am...
2
by: Umeshnath | last post by:
Hi, I have placed a grid view inside Atlas panel. On click of a button event, data is populated in the grid view, I want to add scroll bar instead of increasing the size of grid view. I have...
0
by: zafar | last post by:
I don't know what property should be used for hiding colums in Data Grid, whereas in Data Grid View we have DataGridView1.Colums(index).Visible = False , But how can I hide Colums in Data Grid.....
0
by: Spoook | last post by:
Hi, I am trying to manage (add, remove) properties within the property grid (or window) in VS 2005 c# , but I can't do it. I read many forums, but none of them actually works. I don't have any...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.