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

ASP.NET

 
AnswerRe: Link for dynamicaly created image control Pin
AlexeiXX320-Sep-08 9:55
AlexeiXX320-Sep-08 9:55 
QuestionVirtual Directory outside Application Root Pin
Blumen19-Sep-08 20:08
Blumen19-Sep-08 20:08 
Questionchange the position of the column Pin
varsh1219-Sep-08 19:26
varsh1219-Sep-08 19:26 
AnswerRe: change the position of the column Pin
Caio Kinzel Filho21-Sep-08 20:37
Caio Kinzel Filho21-Sep-08 20:37 
Questionhw to disable print button of crystal report placed in child page in asp.net Pin
Learning IT19-Sep-08 19:23
Learning IT19-Sep-08 19:23 
AnswerRe: hw to disable print button of crystal report placed in child page in asp.net Pin
Parwej Ahamad19-Sep-08 19:32
professionalParwej Ahamad19-Sep-08 19:32 
GeneralRe: hw to disable print button of crystal report placed in child page in asp.net Pin
Learning IT19-Sep-08 19:44
Learning IT19-Sep-08 19:44 
Answeri have found the solution and for those who have same problem the answer is .... Pin
Learning IT19-Sep-08 21:55
Learning IT19-Sep-08 21:55 
in master page find the child control & make set its property like this

CrystalDecisions.Web.CrystalReportViewer c = (CrystalDecisions.Web.CrystalReportViewer)ContentPlaceHolder1.FindControl("CrystalReportViewer1");
c.HasPrintButton = false;
c.HasExportButton = false;

Maniiiiiiiiiiiiiii

QuestionHow to disable or assign a enter key to a particular group of controls when i m having two submit button in a single page Pin
G Nathan19-Sep-08 19:09
G Nathan19-Sep-08 19:09 
AnswerRe: How to disable or assign a enter key to a particular group of controls when i m having two submit button in a single page Pin
Parwej Ahamad19-Sep-08 19:15
professionalParwej Ahamad19-Sep-08 19:15 
AnswerRe: How to disable or assign a enter key to a particular group of controls when i m having two submit button in a single page Pin
AlexeiXX320-Sep-08 9:58
AlexeiXX320-Sep-08 9:58 
Questionto call the some function which is written in .cs file using javascript or at client side Pin
Member 465900119-Sep-08 19:00
Member 465900119-Sep-08 19:00 
AnswerRe: to call the some function which is written in .cs file using javascript or at client side Pin
Parwej Ahamad19-Sep-08 19:09
professionalParwej Ahamad19-Sep-08 19:09 
GeneralRe: to call the some function which is written in .cs file using javascript or at client side Pin
Member 465900119-Sep-08 19:40
Member 465900119-Sep-08 19:40 
GeneralRe: to call the some function which is written in .cs file using javascript or at client side Pin
Member 465900119-Sep-08 22:03
Member 465900119-Sep-08 22:03 
AnswerRe: to call the some function which is written in .cs file using javascript or at client side Pin
Blumen19-Sep-08 22:34
Blumen19-Sep-08 22:34 
QuestionHow i can insert CSV data to table in Oracle from ASP.NET Pin
Member 329057319-Sep-08 18:32
Member 329057319-Sep-08 18:32 
QuestionImage Binding in the Template Column Pin
M. J. Jaya Chitra19-Sep-08 18:13
M. J. Jaya Chitra19-Sep-08 18:13 
AnswerRe: Image Binding in the Template Column Pin
Parwej Ahamad19-Sep-08 18:38
professionalParwej Ahamad19-Sep-08 18:38 
QuestionImport Excel Sheet Data to Gridview Pin
Member 451421819-Sep-08 9:36
Member 451421819-Sep-08 9:36 
QuestionCustom Membership Api.Im confused the more i search on the net Pin
highjo19-Sep-08 7:13
highjo19-Sep-08 7:13 
AnswerRe: Custom Membership Api.Im confused the more i search on the net Pin
AlexeiXX319-Sep-08 8:09
AlexeiXX319-Sep-08 8:09 
AnswerRe: Custom Membership Api.Im confused the more i search on the net Pin
Nirandas19-Sep-08 20:36
Nirandas19-Sep-08 20:36 
QuestionLog out users as soon as they leave the site Pin
Member 390065419-Sep-08 3:22
Member 390065419-Sep-08 3:22 
AnswerRe: Log out users as soon as they leave the site Pin
AlexeiXX319-Sep-08 17:42
AlexeiXX319-Sep-08 17:42 

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.