Click here to Skip to main content
15,886,518 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiontotal in footer Pin
Ramkumar_S17-May-11 20:20
Ramkumar_S17-May-11 20:20 
AnswerRe: total in footer Pin
thatraja17-May-11 20:31
professionalthatraja17-May-11 20:31 
QuestionRemoving items from a RadioButtonList Pin
JTRizos17-May-11 9:19
JTRizos17-May-11 9:19 
AnswerRe: Removing items from a RadioButtonList Pin
David Mujica17-May-11 10:54
David Mujica17-May-11 10:54 
GeneralRe: Removing items from a RadioButtonList Pin
JTRizos18-May-11 6:59
JTRizos18-May-11 6:59 
QuestionShow contact page without refreshing master page Pin
Bhim Prakash Singh17-May-11 4:30
Bhim Prakash Singh17-May-11 4:30 
AnswerRe: Show contact page without refreshing master page Pin
Herman<T>.Instance17-May-11 4:47
Herman<T>.Instance17-May-11 4:47 
AnswerRe: Show contact page without refreshing master page Pin
Morgs Morgan8-Jun-11 0:08
Morgs Morgan8-Jun-11 0:08 
I think you need further reading on Master Pages and Content Pages.
A content page inherits from its master page but both are rendered as one
page before it's sent to the client. The client browser (e.g. FireFox, IE)
does not differentiate between a master and content page as everything is sent as one
page e.g. Default.aspx.
There are methods such as:
- AJAX,
- Scripting (Script Manager/Update panel)
- IFrames

which can help u with partial page rendering.
Good Luck!
QuestionWeb.Sitemap Errors After .NET 4.0 / IIS7 Upgrade Pin
expinch17-May-11 2:59
expinch17-May-11 2:59 
QuestionUsing WildCard Character Pin
Member 455049317-May-11 1:30
Member 455049317-May-11 1:30 
AnswerRe: Using WildCard Character Pin
Herman<T>.Instance17-May-11 4:49
Herman<T>.Instance17-May-11 4:49 
AnswerRe: Using WildCard Character Pin
Shameel18-May-11 2:15
professionalShameel18-May-11 2:15 
AnswerRe: Using WildCard Character Pin
sudeshchandram20-May-11 0:25
sudeshchandram20-May-11 0:25 
QuestionHow to Do this on the Server Side in C# Pin
Vimalsoft(Pty) Ltd17-May-11 1:22
professionalVimalsoft(Pty) Ltd17-May-11 1:22 
AnswerRe: How to Do this on the Server Side in C# Pin
Herman<T>.Instance17-May-11 4:23
Herman<T>.Instance17-May-11 4:23 
AnswerRe: How to Do this on the Server Side in C# Pin
Herman<T>.Instance17-May-11 4:26
Herman<T>.Instance17-May-11 4:26 
GeneralRe: How to Do this on the Server Side in C# Pin
Vimalsoft(Pty) Ltd17-May-11 5:13
professionalVimalsoft(Pty) Ltd17-May-11 5:13 
QuestionPost and Receive a QueryString URL Pin
Vimalsoft(Pty) Ltd16-May-11 22:31
professionalVimalsoft(Pty) Ltd16-May-11 22:31 
AnswerRe: Post and Receive a QueryString URL Pin
Herman<T>.Instance17-May-11 4:50
Herman<T>.Instance17-May-11 4:50 
Questionasynchronous post-back Pin
Ali Al Omairi(Abu AlHassan)16-May-11 21:36
professionalAli Al Omairi(Abu AlHassan)16-May-11 21:36 
AnswerRe: asynchronous post-back Pin
Ravi Sant16-May-11 23:26
Ravi Sant16-May-11 23:26 
GeneralRe: asynchronous post-back Pin
Ali Al Omairi(Abu AlHassan)17-May-11 0:03
professionalAli Al Omairi(Abu AlHassan)17-May-11 0:03 
AnswerRe: asynchronous post-back Pin
Herman<T>.Instance17-May-11 4:39
Herman<T>.Instance17-May-11 4:39 
QuestionLinq-Sql for MySql Pin
Morgs Morgan16-May-11 20:50
Morgs Morgan16-May-11 20:50 
AnswerRe: Linq-Sql for MySql Pin
Parwej Ahamad16-May-11 21:19
professionalParwej Ahamad16-May-11 21:19 

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.