Click here to Skip to main content
15,894,017 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Getting FullURL Pin
Tiger4563-Aug-08 18:48
Tiger4563-Aug-08 18:48 
AnswerRe: Getting FullURL Pin
Sam Xavier22-Jul-08 21:03
Sam Xavier22-Jul-08 21:03 
GeneralRe: Getting FullURL Pin
Tiger4563-Aug-08 18:52
Tiger4563-Aug-08 18:52 
QuestionHyperlink MouseOver text Pin
VenkataRamana.Gali22-Jul-08 18:23
VenkataRamana.Gali22-Jul-08 18:23 
AnswerRe: Hyperlink MouseOver text Pin
Imran Khan Pathan22-Jul-08 19:47
Imran Khan Pathan22-Jul-08 19:47 
Questiongridview control in asp.net 2.0 Pin
vijaylumar22-Jul-08 18:19
vijaylumar22-Jul-08 18:19 
AnswerRe: gridview control in asp.net 2.0 Pin
Imran Khan Pathan22-Jul-08 19:39
Imran Khan Pathan22-Jul-08 19:39 
AnswerRe: gridview control in asp.net 2.0 Pin
Sherin Iranimose22-Jul-08 19:46
Sherin Iranimose22-Jul-08 19:46 
Try this

create following css classes

.gridContainer {overflow:auto;}
.gridContainer table th {position:relative;}
.gridContainer table tbody {overflow-x:hidden;}


put your grid inside the following div


<div class="gridContainer" style="height:500px; width:600px; overflow:auto;">
</div>

EVEN THE WORD IMPOSSIBLE SAYS I M POSSIBLE.

Question[Message Deleted] Pin
amit.jha22-Jul-08 18:14
amit.jha22-Jul-08 18:14 
AnswerRe: How to Unload a dynamically created assembly Pin
Sam Xavier22-Jul-08 21:05
Sam Xavier22-Jul-08 21:05 
QuestionAccess ASX in crossdomain [modified] Pin
VickyC#22-Jul-08 15:12
VickyC#22-Jul-08 15:12 
Question[Newbie] deploiment problem. [modified] Pin
Super Lloyd22-Jul-08 6:36
Super Lloyd22-Jul-08 6:36 
AnswerRe: [Newbie] deploiment problem. Pin
coolestCoder22-Jul-08 7:04
coolestCoder22-Jul-08 7:04 
GeneralRe: [Newbie] deploiment problem. [modified] Pin
Super Lloyd22-Jul-08 12:58
Super Lloyd22-Jul-08 12:58 
Questionvalidator not showing Pin
Harikrk22-Jul-08 6:13
Harikrk22-Jul-08 6:13 
AnswerRe: validator not showing Pin
Sherin Iranimose22-Jul-08 6:45
Sherin Iranimose22-Jul-08 6:45 
GeneralRe: validator not showing Pin
Harikrk22-Jul-08 17:58
Harikrk22-Jul-08 17:58 
AnswerRe: validator not showing Pin
shames(Sam)22-Jul-08 19:11
shames(Sam)22-Jul-08 19:11 
GeneralRe: validator not showing Pin
Harikrk22-Jul-08 20:29
Harikrk22-Jul-08 20:29 
Question[Newbie] Publishing with VS.NET... (2008) Pin
Super Lloyd22-Jul-08 6:04
Super Lloyd22-Jul-08 6:04 
QuestionLOSING DETAILS VIEW WHEN USING LISTVIEW ON SAME PAGE Pin
excaliber22-Jul-08 5:59
excaliber22-Jul-08 5:59 
Questionupload image on image button click Pin
gottimukkala22-Jul-08 5:28
gottimukkala22-Jul-08 5:28 
QuestionPerformance issue Pin
attalurisubbu22-Jul-08 4:43
attalurisubbu22-Jul-08 4:43 
Questionerror in code of file Global.asax Pin
ManiMughal22-Jul-08 4:27
ManiMughal22-Jul-08 4:27 
AnswerRe: error in code of file Global.asax Pin
coolestCoder22-Jul-08 6:57
coolestCoder22-Jul-08 6:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.