Click here to Skip to main content
15,884,628 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to take Multiple instance of same Web User Control on Same PAge ...? Pin
Shameel10-Aug-11 2:22
professionalShameel10-Aug-11 2:22 
GeneralRe: How to take Multiple instance of same Web User Control on Same PAge ...? Pin
_Tushar Patil10-Aug-11 2:24
_Tushar Patil10-Aug-11 2:24 
GeneralRe: How to take Multiple instance of same Web User Control on Same PAge ...? Pin
Shameel10-Aug-11 4:24
professionalShameel10-Aug-11 4:24 
GeneralRe: How to take Multiple instance of same Web User Control on Same PAge ...? Pin
Not Active10-Aug-11 5:46
mentorNot Active10-Aug-11 5:46 
GeneralRe: How to take Multiple instance of same Web User Control on Same PAge ...? Pin
Not Active10-Aug-11 6:04
mentorNot Active10-Aug-11 6:04 
GeneralRe: How to take Multiple instance of same Web User Control on Same PAge ...? Pin
Shameel10-Aug-11 9:36
professionalShameel10-Aug-11 9:36 
QuestionNUnitTest Pin
Satish_S9-Aug-11 23:55
Satish_S9-Aug-11 23:55 
AnswerRe: NUnitTest Pin
Shameel10-Aug-11 2:20
professionalShameel10-Aug-11 2:20 
Your classes should be designed in such a way that they can be unit tested without the actual involvement of UI elements. For example, in your case, a method should take an argument that is a flag to indicate which radio button was clicked. You can then apply text fixtures to this method and call it with different arguments to simulate selection of different radio buttons. To put it in another way, your code should not contain hard-coded logic that works differently for different selections of UI elements. It you write code that way, it is very difficult to unit test them.
QuestionASP:Menu Text labels Pin
Christopher Hill9-Aug-11 6:20
Christopher Hill9-Aug-11 6:20 
AnswerRe: ASP:Menu Text labels Pin
Morgs Morgan9-Aug-11 20:45
Morgs Morgan9-Aug-11 20:45 
GeneralRe: ASP:Menu Text labels Pin
Christopher Hill10-Aug-11 4:33
Christopher Hill10-Aug-11 4:33 
GeneralRe: ASP:Menu Text labels Pin
Morgs Morgan10-Aug-11 5:07
Morgs Morgan10-Aug-11 5:07 
QuestionWith out SQL identity column inserting the datas, via asp.net Pin
Member 38798819-Aug-11 1:02
Member 38798819-Aug-11 1:02 
AnswerRe: With out SQL identity column inserting the datas, via asp.net Pin
Not Active9-Aug-11 1:51
mentorNot Active9-Aug-11 1:51 
AnswerRe: With out SQL identity column inserting the datas, via asp.net Pin
Morgs Morgan9-Aug-11 20:40
Morgs Morgan9-Aug-11 20:40 
AnswerRe: With out SQL identity column inserting the datas, via asp.net Pin
Tech Code Freak11-Aug-11 1:56
Tech Code Freak11-Aug-11 1:56 
Questioni want to make download link. Pin
buffering838-Aug-11 21:07
buffering838-Aug-11 21:07 
AnswerRe: i want to make download link. Pin
Shameel8-Aug-11 23:58
professionalShameel8-Aug-11 23:58 
AnswerRe: i want to make download link. Pin
Pravin Patil, Mumbai9-Aug-11 1:08
Pravin Patil, Mumbai9-Aug-11 1:08 
Questionمحدودیت لاگین Pin
sadiram8-Aug-11 20:55
sadiram8-Aug-11 20:55 
AnswerRe: محدودیت لاگین Pin
Richard MacCutchan8-Aug-11 21:13
mveRichard MacCutchan8-Aug-11 21:13 
QuestionCall script Pin
Rupert Koan8-Aug-11 1:32
Rupert Koan8-Aug-11 1:32 
AnswerRe: Call script Pin
Not Active8-Aug-11 1:56
mentorNot Active8-Aug-11 1:56 
GeneralRe: Call script Pin
Rupert Koan8-Aug-11 3:26
Rupert Koan8-Aug-11 3:26 
QuestionValidate textbox with RequiredFieldValidator only if CheckBox is unchecked Pin
Naunt7-Aug-11 23:48
Naunt7-Aug-11 23:48 

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.