Click here to Skip to main content
15,890,690 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Current date Pin
Richard Deeming11-Sep-14 7:50
mveRichard Deeming11-Sep-14 7:50 
GeneralRe: Current date Pin
Otekpo Emmanuel12-Sep-14 12:52
Otekpo Emmanuel12-Sep-14 12:52 
GeneralRe: Current date Pin
Richard Deeming15-Sep-14 1:49
mveRichard Deeming15-Sep-14 1:49 
QuestionPerformance with loading data to DB2 Pin
byka10-Sep-14 2:59
byka10-Sep-14 2:59 
AnswerRe: Performance with loading data to DB2 Pin
jkirkerx10-Sep-14 6:46
professionaljkirkerx10-Sep-14 6:46 
AnswerRe: Performance with loading data to DB2 Pin
thatraja11-Sep-14 2:39
professionalthatraja11-Sep-14 2:39 
QuestionCreating three DIVS, left and right fixed , center div scrolls Pin
starlimit038-Sep-14 20:33
starlimit038-Sep-14 20:33 
AnswerRe: Creating three DIVS, left and right fixed , center div scrolls Pin
Ali Al Omairi(Abu AlHassan)8-Sep-14 22:51
professionalAli Al Omairi(Abu AlHassan)8-Sep-14 22:51 
you mean this layout?

co nt en t co nt en t
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
co nt en t co nt en t


if so try this code
XML
<div style="width:300px;height:400px;">
    <div style="width:250px;background-color:gray;margin:0 auto;">
        <div style="height:40px;border:dashed 1px blue;"></div>
        <div style="float:left;border:dashed 1px blue;width:22px;">content content content content </div>
        <div style="float:left;border:dashed 1px blue;width:200px;max-height:180px;overflow-y:auto;">content content content content </div>
        <div style="float:left;border:dashed 1px blue;width:22px;">content content content content </div>
        <div style="clear:both;"></div>
    </div>
</div>


and you can also use some jquery solution for scrolling
Help people,so poeple can help you.

AnswerRe: Creating three DIVS, left and right fixed , center div scrolls Pin
Richard Deeming9-Sep-14 2:00
mveRichard Deeming9-Sep-14 2:00 
GeneralRe: Creating three DIVS, left and right fixed , center div scrolls Pin
starlimit039-Sep-14 3:10
starlimit039-Sep-14 3:10 
Question[ask] asp.net and IBM DB2 Pin
ricardo 308-Sep-14 18:10
ricardo 308-Sep-14 18:10 
AnswerRe: [ask] asp.net and IBM DB2 Pin
ZurdoDev9-Sep-14 6:54
professionalZurdoDev9-Sep-14 6:54 
AnswerRe: [ask] asp.net and IBM DB2 Pin
Sibeesh KV29-Sep-14 1:24
professionalSibeesh KV29-Sep-14 1:24 
QuestionBuilding OData Web API on the basis of other OData API instead of Database Pin
LiQuick8-Sep-14 0:01
LiQuick8-Sep-14 0:01 
AnswerRe: Building OData Web API on the basis of other OData API instead of Database Pin
Nathan Minier8-Sep-14 4:54
professionalNathan Minier8-Sep-14 4:54 
GeneralRe: Building OData Web API on the basis of other OData API instead of Database Pin
LiQuick8-Sep-14 9:39
LiQuick8-Sep-14 9:39 
Questiononsubmit event Pin
Ali Al Omairi(Abu AlHassan)7-Sep-14 21:07
professionalAli Al Omairi(Abu AlHassan)7-Sep-14 21:07 
AnswerRe: onsubmit event Pin
jkirkerx8-Sep-14 12:58
professionaljkirkerx8-Sep-14 12:58 
GeneralRe: onsubmit event Pin
Ali Al Omairi(Abu AlHassan)8-Sep-14 21:24
professionalAli Al Omairi(Abu AlHassan)8-Sep-14 21:24 
GeneralRe: onsubmit event Pin
jkirkerx9-Sep-14 4:22
professionaljkirkerx9-Sep-14 4:22 
QuestionSample code to post a asp.net forms data to third party API in XML input Pin
Roberts Techie7-Sep-14 19:07
Roberts Techie7-Sep-14 19:07 
GeneralRe: Sample code to post a asp.net forms data to third party API in XML input Pin
Kornfeld Eliyahu Peter7-Sep-14 20:51
professionalKornfeld Eliyahu Peter7-Sep-14 20:51 
GeneralRe: Sample code to post a asp.net forms data to third party API in XML input Pin
Richard MacCutchan7-Sep-14 21:27
mveRichard MacCutchan7-Sep-14 21:27 
GeneralRe: Sample code to post a asp.net forms data to third party API in XML input Pin
Kornfeld Eliyahu Peter7-Sep-14 21:57
professionalKornfeld Eliyahu Peter7-Sep-14 21:57 
GeneralRe: Sample code to post a asp.net forms data to third party API in XML input Pin
Richard MacCutchan7-Sep-14 22:15
mveRichard MacCutchan7-Sep-14 22:15 

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.