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

ASP.NET

 
Questionjavascript for Random images pick Pin
sivaram praveen5-Nov-07 5:36
sivaram praveen5-Nov-07 5:36 
AnswerRe: javascript for Random images pick Pin
Guffa5-Nov-07 9:04
Guffa5-Nov-07 9:04 
Questionhow to put a confirmation dialog before deleting a record from GridView? Pin
Rocky#5-Nov-07 4:20
Rocky#5-Nov-07 4:20 
AnswerRe: how to put a confirmation dialog before deleting a record from GridView? Pin
B.A5-Nov-07 7:00
B.A5-Nov-07 7:00 
GeneralRe: how to put a confirmation dialog before deleting a record from GridView? Pin
Rocky#5-Nov-07 18:09
Rocky#5-Nov-07 18:09 
QuestionASP.Net Layout Pin
martin_hughes5-Nov-07 3:57
martin_hughes5-Nov-07 3:57 
AnswerRe: ASP.Net Layout Pin
Saksida Bojan5-Nov-07 5:43
Saksida Bojan5-Nov-07 5:43 
AnswerRe: ASP.Net Layout Pin
Phil Osborne5-Nov-07 9:17
Phil Osborne5-Nov-07 9:17 
You should use divs and stylesheets for web application page layout. Only use tables if you are wanting to display tabular data.

Panels are useful for example if you want to hide/unhide a number of controls. Easy to do if controls are on a single panel, just set panels visible property to true or false.

Take a look at http://asp.net/learn/videos/video-188.aspx for free video on CSS (Cascading Style Sheets). This gives an example of how to use divs and a stylesheet to layout a webpage in asp.net.


GeneralRe: ASP.Net Layout Pin
martin_hughes5-Nov-07 10:20
martin_hughes5-Nov-07 10:20 
GeneralRe: ASP.Net Layout Pin
Pete O'Hanlon7-Nov-07 1:59
mvePete O'Hanlon7-Nov-07 1:59 
QuestionASP.Net Ajax Support Pin
mehrdadc485-Nov-07 2:59
mehrdadc485-Nov-07 2:59 
AnswerRe: ASP.Net Ajax Support Pin
Saksida Bojan5-Nov-07 4:24
Saksida Bojan5-Nov-07 4:24 
QuestionAjax exception on live server Pin
King Shez5-Nov-07 2:41
King Shez5-Nov-07 2:41 
AnswerRe: Ajax exception on live server Pin
N a v a n e e t h5-Nov-07 2:47
N a v a n e e t h5-Nov-07 2:47 
GeneralRe: Ajax exception on live server Pin
King Shez5-Nov-07 7:43
King Shez5-Nov-07 7:43 
QuestionEnding a session on closing the browser Pin
nadusen5-Nov-07 1:27
nadusen5-Nov-07 1:27 
AnswerRe: Ending a session on closing the browser Pin
N a v a n e e t h5-Nov-07 1:55
N a v a n e e t h5-Nov-07 1:55 
AnswerRe: Ending a session on closing the browser Pin
Sandeep Akhare5-Nov-07 1:59
Sandeep Akhare5-Nov-07 1:59 
AnswerRe: Ending a session on closing the browser Pin
Vasudevan Deepak Kumar5-Nov-07 2:15
Vasudevan Deepak Kumar5-Nov-07 2:15 
GeneralRe: Ending a session on closing the browser Pin
N a v a n e e t h5-Nov-07 2:36
N a v a n e e t h5-Nov-07 2:36 
QuestionAdding a DropDownList to an ASP.Net TreeView Pin
khuzwayom5-Nov-07 1:23
khuzwayom5-Nov-07 1:23 
Questiongridview column width Pin
jai 1235-Nov-07 1:19
jai 1235-Nov-07 1:19 
AnswerRe: gridview column width Pin
Unknown Ajanabi5-Nov-07 1:29
Unknown Ajanabi5-Nov-07 1:29 
GeneralRe: gridview column width Pin
jai 1235-Nov-07 3:23
jai 1235-Nov-07 3:23 
AnswerRe: gridview column width Pin
Pallavi Bhoite5-Nov-07 2:28
Pallavi Bhoite5-Nov-07 2:28 

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.