Click here to Skip to main content
15,926,596 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem while using Server.Transfer Pin
Christian Graus2-Oct-07 19:51
protectorChristian Graus2-Oct-07 19:51 
GeneralRe: Problem while using Server.Transfer Pin
Anees Mitha2-Oct-07 21:24
Anees Mitha2-Oct-07 21:24 
AnswerRe: Problem while using Server.Transfer Pin
N a v a n e e t h2-Oct-07 20:02
N a v a n e e t h2-Oct-07 20:02 
GeneralRe: Problem while using Server.Transfer Pin
Anees Mitha2-Oct-07 21:32
Anees Mitha2-Oct-07 21:32 
QuestionAdding a user control to custom control Pin
Sandeep Akhare2-Oct-07 19:30
Sandeep Akhare2-Oct-07 19:30 
AnswerRe: Adding a user control to custom control Pin
N a v a n e e t h2-Oct-07 19:45
N a v a n e e t h2-Oct-07 19:45 
GeneralRe: Adding a user control to custom control Pin
Sandeep Akhare2-Oct-07 19:49
Sandeep Akhare2-Oct-07 19:49 
GeneralRe: Adding a user control to custom control Pin
N a v a n e e t h2-Oct-07 20:09
N a v a n e e t h2-Oct-07 20:09 
Sandeep Akhare wrote:
Again one question can i add asp.net controls to custom control ?


You should look in to the ASP.NET control rendering. When rendering each control, Render() method will be executed. So you can write only HTML elements to the response using HtmlTextWriter object available on the overided method. Whatever ASPX tags you wrote inside this will be displayed on the page without rendering.

You can create object for the ASP.NET controls and write their rendered HTML to the Response instead of writing the tag.

Hope you are clear


AnswerRe: Adding a user control to custom control Pin
Parwej Ahamad2-Oct-07 20:11
professionalParwej Ahamad2-Oct-07 20:11 
GeneralRe: Time out expired problem Pin
SUDHAKAR PALLAM2-Oct-07 19:30
SUDHAKAR PALLAM2-Oct-07 19:30 
QuestionSession Time out Expire Pin
kirtiarora2-Oct-07 19:22
kirtiarora2-Oct-07 19:22 
AnswerRe: Session Time out Expire Pin
Parwej Ahamad2-Oct-07 19:33
professionalParwej Ahamad2-Oct-07 19:33 
GeneralRe: Session Time out Expire Pin
kirtiarora2-Oct-07 19:37
kirtiarora2-Oct-07 19:37 
GeneralRe: Session Time out Expire Pin
Parwej Ahamad2-Oct-07 19:50
professionalParwej Ahamad2-Oct-07 19:50 
GeneralRe: Session Time out Expire Pin
kirtiarora2-Oct-07 19:58
kirtiarora2-Oct-07 19:58 
GeneralRe: Session Time out Expire Pin
Parwej Ahamad2-Oct-07 20:07
professionalParwej Ahamad2-Oct-07 20:07 
GeneralRe: Session Time out Expire Pin
kirtiarora2-Oct-07 19:49
kirtiarora2-Oct-07 19:49 
Questiondisplay menus dynamically depending on user login(admin) in asp.net2.0? Pin
subbu.sk2-Oct-07 19:20
subbu.sk2-Oct-07 19:20 
AnswerRe: display menus dynamically depending on user login(admin) in asp.net2.0? Pin
Christian Graus2-Oct-07 19:30
protectorChristian Graus2-Oct-07 19:30 
GeneralRe: display menus dynamically depending on user login(admin) in asp.net2.0? Pin
subbu.sk2-Oct-07 19:37
subbu.sk2-Oct-07 19:37 
GeneralRe: display menus dynamically depending on user login(admin) in asp.net2.0? Pin
Christian Graus2-Oct-07 19:39
protectorChristian Graus2-Oct-07 19:39 
GeneralRe: display menus dynamically depending on user login(admin) in asp.net2.0? Pin
subbu.sk2-Oct-07 19:45
subbu.sk2-Oct-07 19:45 
GeneralRe: display menus dynamically depending on user login(admin) in asp.net2.0? Pin
Christian Graus2-Oct-07 19:49
protectorChristian Graus2-Oct-07 19:49 
GeneralRe: display menus dynamically depending on user login(admin) in asp.net2.0? Pin
subbu.sk2-Oct-07 20:33
subbu.sk2-Oct-07 20:33 
GeneralRe: display menus dynamically depending on user login(admin) in asp.net2.0? Pin
Christian Graus3-Oct-07 10:44
protectorChristian Graus3-Oct-07 10:44 

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.