Click here to Skip to main content
15,907,000 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Membership.ValidateUser port to user tables Pin
rajendra pratap singh20-Oct-11 1:05
rajendra pratap singh20-Oct-11 1:05 
Questionasp.net web table problem Pin
classy_dog19-Oct-11 11:11
classy_dog19-Oct-11 11:11 
AnswerRe: asp.net web table problem Pin
Brij19-Oct-11 19:55
mentorBrij19-Oct-11 19:55 
GeneralRe: asp.net web table problem Pin
classy_dog20-Oct-11 4:16
classy_dog20-Oct-11 4:16 
Questionasp.net 2010 table control problem Pin
Member 821751719-Oct-11 10:10
Member 821751719-Oct-11 10:10 
QuestionOpen multiple pdfs in html page Pin
vanikanc19-Oct-11 5:24
vanikanc19-Oct-11 5:24 
AnswerRe: Open multiple pdfs in html page Pin
Dennis E White19-Oct-11 7:13
professionalDennis E White19-Oct-11 7:13 
GeneralRe: Open multiple pdfs in html page Pin
Bernhard Hiller19-Oct-11 20:11
Bernhard Hiller19-Oct-11 20:11 
QuestionOpen PDF in New Window from Code Behind using JavaScript Pin
NTheOne18-Oct-11 23:22
NTheOne18-Oct-11 23:22 
AnswerRe: Open PDF in New Window from Code Behind using JavaScript Pin
JP_Rocks19-Oct-11 3:08
JP_Rocks19-Oct-11 3:08 
AnswerRe: Open PDF in New Window from Code Behind using JavaScript Pin
jkirkerx28-Oct-11 20:26
professionaljkirkerx28-Oct-11 20:26 
QuestionCommand line for 'Convert to Web Application' option in Visual Studio Pin
ravidhari18-Oct-11 21:13
ravidhari18-Oct-11 21:13 
QuestionSingle Sign On Pin
berba18-Oct-11 20:52
berba18-Oct-11 20:52 
AnswerRe: Single Sign On Pin
Simon Bang Terkildsen19-Oct-11 6:18
Simon Bang Terkildsen19-Oct-11 6:18 
Questionany one can tell how get confirmation mail after user registration in asp.net c# Pin
sheemap18-Oct-11 20:44
sheemap18-Oct-11 20:44 
AnswerRe: any one can tell how get confirmation mail after user registration in asp.net c# Pin
David Mujica19-Oct-11 3:45
David Mujica19-Oct-11 3:45 
GeneralRe: any one can tell how get confirmation mail after user registration in asp.net c# Pin
AjayKumar Pal20-Oct-11 3:50
AjayKumar Pal20-Oct-11 3:50 
QuestionI want to force webpage to IE9 compability mode. Pin
buffering8318-Oct-11 13:36
buffering8318-Oct-11 13:36 
AnswerRe: I want to force webpage to IE9 compability mode. Pin
Anuj Banka18-Oct-11 19:04
Anuj Banka18-Oct-11 19:04 
QuestionHorizontal Scrollbar, GridView and Styles Pin
paas18-Oct-11 8:47
paas18-Oct-11 8:47 
I am developing a web application in ASP.NET, using Visual Studio 2010 - Framework 4.0, that is to be run under IE 8 only. To establish horizontal scrollbars with the GridView when the contents of a grid will be wider than the established page width (1280), I am placing the grid inside a
tag that has its style set to style="-ms-overflow-x:scroll;width:100%;". Below is a shorthand/skeleton code example of the HTML being used. The horizontal scrollbar works for most of the users, but some users do not get the scrollbar at all and, therefore, cannot see the entire contents of the grid. They are all using the same browser so I suspect a simple configuration issue but I have not determined the issue. Does anyone know why the scrollbar would not show up in the browser for some users?

Thanks...
ASP.NET
<table cellpadding="0" cellspacing="0" width="100%">
  <tr>
   <td>
     <div id="GridViewContainer" style="-ms-overflow-x:scroll;width:100%;">
        <asp:GridView ID="grdTest" runat="server" AutoGenerateColumns="False" Width="200%">
         ......
        </asp:GridView>
     </div>
   </td>
  </tr>
</table>

AnswerRe: Horizontal Scrollbar, GridView and Styles Pin
Anuj Banka18-Oct-11 19:22
Anuj Banka18-Oct-11 19:22 
GeneralRe: Horizontal Scrollbar, GridView and Styles Pin
paas19-Oct-11 1:16
paas19-Oct-11 1:16 
QuestionAjax async get function problem Pin
symeramon18-Oct-11 3:39
symeramon18-Oct-11 3:39 
AnswerRe: Ajax async get function problem Pin
symeramon19-Oct-11 4:49
symeramon19-Oct-11 4:49 
AnswerRe: Ajax async get function problem Pin
jkirkerx28-Oct-11 20:30
professionaljkirkerx28-Oct-11 20:30 

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.