Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
GeneralRe: HowTo: Accessing a cell in a multidimensional ArrayList Pin
Luc Pattyn9-Jul-10 11:25
sitebuilderLuc Pattyn9-Jul-10 11:25 
GeneralRe: HowTo: Accessing a cell in a multidimensional ArrayList Pin
PIEBALDconsult9-Jul-10 15:58
mvePIEBALDconsult9-Jul-10 15:58 
QuestionGet Results View from ICollectionView? Pin
xkrja9-Jul-10 4:24
xkrja9-Jul-10 4:24 
QuestionCheckbox Pin
SatyaKeerthi159-Jul-10 1:09
SatyaKeerthi159-Jul-10 1:09 
AnswerRe: Checkbox Pin
Luc Pattyn9-Jul-10 1:15
sitebuilderLuc Pattyn9-Jul-10 1:15 
AnswerRe: Checkbox Pin
Łukasz Nowakowski9-Jul-10 3:19
Łukasz Nowakowski9-Jul-10 3:19 
GeneralRe: Checkbox Pin
Richard Blythe9-Jul-10 5:37
Richard Blythe9-Jul-10 5:37 
AnswerRe: Checkbox Pin
T M Gray9-Jul-10 10:40
T M Gray9-Jul-10 10:40 
Disabled elements (and possibly their child elements) do not post back to the server. If you are disabling a control and it doesn't get posted back, your code-behind will try to figure out its state from the ViewState. Why are you disabling a SPAN? I generally try to keep all of my code that determines wheter something is enabled or not either all on the server or all on the client. That way they don't get out of sync.

Another trick you could try is to enable all of your controls in the OnClientClick of your submit button or whatever causes postback to make sure they get the values the user sees.
QuestionData driven unit tests: how does the test framework determine the datarow-order? Pin
Erik8-Jul-10 22:11
Erik8-Jul-10 22:11 
AnswerRe: Data driven unit tests: how does the test framework determine the datarow-order? Pin
Luc Pattyn8-Jul-10 23:31
sitebuilderLuc Pattyn8-Jul-10 23:31 
GeneralRe: Data driven unit tests: how does the test framework determine the datarow-order? Pin
Erik8-Jul-10 23:58
Erik8-Jul-10 23:58 
QuestionHttpWebRequest.GetResponse() hangs Pin
Quiltfish8-Jul-10 21:49
Quiltfish8-Jul-10 21:49 
AnswerRe: HttpWebRequest.GetResponse() hangs Pin
Luc Pattyn8-Jul-10 23:27
sitebuilderLuc Pattyn8-Jul-10 23:27 
GeneralRe: HttpWebRequest.GetResponse() hangs Pin
Quiltfish9-Jul-10 0:54
Quiltfish9-Jul-10 0:54 
AnswerRe: HttpWebRequest.GetResponse() hangs Pin
Ennis Ray Lynch, Jr.9-Jul-10 3:22
Ennis Ray Lynch, Jr.9-Jul-10 3:22 
QuestionCurrency Conversion from Euro to other.. Pin
rahul.net118-Jul-10 19:13
rahul.net118-Jul-10 19:13 
AnswerRe: Currency Conversion from Euro to other.. Pin
Abhinav S8-Jul-10 19:21
Abhinav S8-Jul-10 19:21 
GeneralRe: Currency Conversion from Euro to other.. Pin
rahul.net118-Jul-10 20:01
rahul.net118-Jul-10 20:01 
AnswerRe: Currency Conversion from Euro to other.. Pin
elchupathingy8-Jul-10 19:26
elchupathingy8-Jul-10 19:26 
GeneralRe: Currency Conversion from Euro to other.. Pin
rahul.net118-Jul-10 19:51
rahul.net118-Jul-10 19:51 
GeneralRe: Currency Conversion from Euro to other.. Pin
SeMartens8-Jul-10 20:59
SeMartens8-Jul-10 20:59 
AnswerRe: Currency Conversion from Euro to other.. Pin
Luc Pattyn8-Jul-10 23:34
sitebuilderLuc Pattyn8-Jul-10 23:34 
QuestionRecreate email from database record Pin
RCoate8-Jul-10 17:15
RCoate8-Jul-10 17:15 
AnswerRe: Recreate email from database record Pin
Abhinav S8-Jul-10 18:43
Abhinav S8-Jul-10 18:43 
GeneralRe: Recreate email from database record Pin
RCoate8-Jul-10 20:18
RCoate8-Jul-10 20:18 

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.