adding scroll bars in gridview
-
is there possibility to add a horizontle scroll bar in grid view?
-
is there possibility to add a horizontle scroll bar in grid view?
haleemasher wrote:
is there possibility to add a horizontle scroll bar in grid view?
Yes. You can do it easily by just putting the gridview inside a
DIV
. Fixed the height ofDIV
. Check Here is one of my article, hope this will also help youcheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
modified on Tuesday, July 14, 2009 1:51 AM
-
haleemasher wrote:
is there possibility to add a horizontle scroll bar in grid view?
Yes. You can do it easily by just putting the gridview inside a
DIV
. Fixed the height ofDIV
. Check Here is one of my article, hope this will also help youcheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
modified on Tuesday, July 14, 2009 1:51 AM
the link u have given is not there
-
the link u have given is not there
oh..Sorry about that. Please have a look now. I have fixed it.
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
oh..Sorry about that. Please have a look now. I have fixed it.
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
thnx its working plz help me i want to update a values in gridview. datasource is taken from two tables what should be my update command and plz also tell me that what is the code for bigint value to update. and my gridview do not contain any primary key
-
thnx its working plz help me i want to update a values in gridview. datasource is taken from two tables what should be my update command and plz also tell me that what is the code for bigint value to update. and my gridview do not contain any primary key
-
during binding of datasource
-
is there possibility to add a horizontle scroll bar in grid view?
try adding the grid view under as div and update panel as below...
... ... ...
... hope this work out successfully...