Click here to Skip to main content
15,891,951 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: reading web site content Pin
Sonia Gupta24-Sep-07 18:47
Sonia Gupta24-Sep-07 18:47 
AnswerRe: reading web site content Pin
Adeel Alvi24-Sep-07 18:49
Adeel Alvi24-Sep-07 18:49 
GeneralRe: reading web site content Pin
dhatchu24-Sep-07 18:55
dhatchu24-Sep-07 18:55 
AnswerRe: reading web site content Pin
Imran Khan Pathan24-Sep-07 19:28
Imran Khan Pathan24-Sep-07 19:28 
QuestionCustom GridView control Problem ? Pin
Adeel Alvi24-Sep-07 18:10
Adeel Alvi24-Sep-07 18:10 
QuestionToken Pin
seemamltn24-Sep-07 14:08
seemamltn24-Sep-07 14:08 
AnswerRe: Token Pin
Christian Graus24-Sep-07 18:21
protectorChristian Graus24-Sep-07 18:21 
QuestionMake custom control read only Pin
kjosh24-Sep-07 12:03
kjosh24-Sep-07 12:03 
Hi,
I have a custom control
which contain one button
private button btn. Now I have to write property which will set the button enabled or not. so in custom control i am writing property like this:
public property MakeReadonly
{
set
{
btn.Enabled= value;
}
}
I am creating the button ln CreateChildControls()
{
btn=new Button();
}
Now from the aspx page I want to set MakeReadonly property like this:
customcontrol1.MakeReadOnly=true;
It is giving me the error Object reference not to set instance of the object. How to enable / disable the ccontrols in ustom control .
Thanks
AnswerRe: Make custom control read only Pin
Guffa24-Sep-07 12:18
Guffa24-Sep-07 12:18 
AnswerRe: Make custom control read only Pin
Christian Graus24-Sep-07 12:21
protectorChristian Graus24-Sep-07 12:21 
QuestionMake Wizard Read only Pin
kjosh24-Sep-07 10:55
kjosh24-Sep-07 10:55 
AnswerRe: Make Wizard Read only Pin
Christian Graus24-Sep-07 12:39
protectorChristian Graus24-Sep-07 12:39 
Questioncrystal report as emaill attachment asp.net2.0 Pin
aransiola24-Sep-07 8:09
aransiola24-Sep-07 8:09 
Questionany can help me?? Pin
blade61724-Sep-07 6:16
blade61724-Sep-07 6:16 
AnswerRe: any can help me?? Pin
Not Active24-Sep-07 6:35
mentorNot Active24-Sep-07 6:35 
AnswerRe: any can help me?? Pin
Christian Graus24-Sep-07 12:37
protectorChristian Graus24-Sep-07 12:37 
QuestionWeb parts User control Events Pin
zol_tech24-Sep-07 5:54
zol_tech24-Sep-07 5:54 
QuestionBarcode read and write Pin
Sarfaraj Ahmed24-Sep-07 4:52
Sarfaraj Ahmed24-Sep-07 4:52 
AnswerRe: Barcode read and write Pin
Not Active24-Sep-07 6:13
mentorNot Active24-Sep-07 6:13 
AnswerRe: Barcode read and write Pin
Cfer8324-Sep-07 6:44
Cfer8324-Sep-07 6:44 
Questionneed help pull values from DataSet with DAL Pin
Mio200524-Sep-07 4:46
Mio200524-Sep-07 4:46 
Questionsingle sign on [modified] Pin
acodman24-Sep-07 4:33
acodman24-Sep-07 4:33 
AnswerRe: single sign on Pin
Christian Graus24-Sep-07 12:38
protectorChristian Graus24-Sep-07 12:38 
Questionhow to change datafield property of a boundfield in a gridview Pin
here2learn24-Sep-07 4:32
here2learn24-Sep-07 4:32 
AnswerRe: how to change datafield property of a boundfield in a gridview Pin
saini arun24-Sep-07 18:17
saini arun24-Sep-07 18:17 

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.