Click here to Skip to main content
15,892,253 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: call javascript from ContentPlaceHolder Pin
yesu prakash13-Nov-07 0:05
yesu prakash13-Nov-07 0:05 
GeneralRe: call javascript from ContentPlaceHolder Pin
N a v a n e e t h13-Nov-07 0:28
N a v a n e e t h13-Nov-07 0:28 
AnswerRe: call javascript from ContentPlaceHolder Pin
Sun Rays13-Nov-07 0:13
Sun Rays13-Nov-07 0:13 
QuestionTo clear textboxes in the content page Pin
SunithaNallana12-Nov-07 23:00
SunithaNallana12-Nov-07 23:00 
AnswerRe: To clear textboxes in the content page Pin
N a v a n e e t h12-Nov-07 23:09
N a v a n e e t h12-Nov-07 23:09 
GeneralRe: To clear textboxes in the content page Pin
SunithaNallana12-Nov-07 23:17
SunithaNallana12-Nov-07 23:17 
GeneralRe: To clear textboxes in the content page Pin
N a v a n e e t h12-Nov-07 23:45
N a v a n e e t h12-Nov-07 23:45 
GeneralRe: To clear textboxes in the content page Pin
SunithaNallana13-Nov-07 0:46
SunithaNallana13-Nov-07 0:46 
thank u allRose | [Rose]
i cleared my doubt.
i have done it this way...
1.in the master page i put a property block in which i wrote
public ContentPlaceHolder CPH
{
get{return ContentPlaceHolderid;}
}
2.i made the content page strongly typed ie..
<mastertype virtualpath="masterpagefile path">
3.in button click function
foreach(control c in Master.CPH.Controls)
{
if(c.getType().Name == "TextBox")
{
(c as TextBox).Text ="";
}
}

SunithaNallana
AnswerRe: To clear textboxes in the content page Pin
Prateek G12-Nov-07 23:34
Prateek G12-Nov-07 23:34 
GeneralRe: To clear textboxes in the content page Pin
Sun Rays12-Nov-07 23:36
Sun Rays12-Nov-07 23:36 
GeneralRe: To clear textboxes in the content page Pin
N a v a n e e t h12-Nov-07 23:53
N a v a n e e t h12-Nov-07 23:53 
GeneralRe: To clear textboxes in the content page Pin
SunithaNallana13-Nov-07 0:46
SunithaNallana13-Nov-07 0:46 
GeneralRe: To clear textboxes in the content page Pin
SunithaNallana13-Nov-07 0:51
SunithaNallana13-Nov-07 0:51 
AnswerTo clear textboxes in the content page Pin
Sarani Ravindran13-Nov-07 0:04
Sarani Ravindran13-Nov-07 0:04 
GeneralRe: To clear textboxes in the content page Pin
N a v a n e e t h13-Nov-07 0:31
N a v a n e e t h13-Nov-07 0:31 
GeneralRe: To clear textboxes in the content page Pin
SunithaNallana13-Nov-07 0:44
SunithaNallana13-Nov-07 0:44 
QuestionCMS doubt Pin
saravanan0512-Nov-07 22:44
saravanan0512-Nov-07 22:44 
AnswerRe: CMS doubt Pin
Christian Graus12-Nov-07 23:23
protectorChristian Graus12-Nov-07 23:23 
AnswerRe: Checking The Role of a user Pin
Christian Graus12-Nov-07 23:29
protectorChristian Graus12-Nov-07 23:29 
Questionneed help in datalist Pin
legend_of_zanado12-Nov-07 22:29
legend_of_zanado12-Nov-07 22:29 
AnswerRe: need help in datalist Pin
Sun Rays12-Nov-07 22:54
Sun Rays12-Nov-07 22:54 
QuestionDocumentation - develop wiki using ASP.net Pin
Prateek G12-Nov-07 22:28
Prateek G12-Nov-07 22:28 
AnswerRe: Documentation - develop wiki using ASP.net Pin
Christian Graus12-Nov-07 22:32
protectorChristian Graus12-Nov-07 22:32 
GeneralRe: Documentation - develop wiki using ASP.net Pin
Prateek G12-Nov-07 22:37
Prateek G12-Nov-07 22:37 
AnswerRe: Documentation - develop wiki using ASP.net Pin
N a v a n e e t h12-Nov-07 22:37
N a v a n e e t h12-Nov-07 22:37 

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.