Click here to Skip to main content
15,889,411 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to dock rows Pin
Pete O'Hanlon2-Aug-11 21:44
mvePete O'Hanlon2-Aug-11 21:44 
AnswerRe: How to dock rows Pin
kiblehana3-Aug-11 20:29
kiblehana3-Aug-11 20:29 
Question.NET WebBrowser Control and JavaScript Pin
Travis Lovellette2-Aug-11 9:00
Travis Lovellette2-Aug-11 9:00 
AnswerRe: .NET WebBrowser Control and JavaScript Pin
Luc Pattyn2-Aug-11 13:51
sitebuilderLuc Pattyn2-Aug-11 13:51 
AnswerRe: .NET WebBrowser Control and JavaScript Pin
Shameel2-Aug-11 21:45
professionalShameel2-Aug-11 21:45 
AnswerRe: .NET WebBrowser Control and JavaScript Pin
V.2-Aug-11 22:35
professionalV.2-Aug-11 22:35 
GeneralRe: .NET WebBrowser Control and JavaScript Pin
Shameel3-Aug-11 1:47
professionalShameel3-Aug-11 1:47 
QuestionOnTextChanged event [modified] Pin
vanikanc2-Aug-11 8:24
vanikanc2-Aug-11 8:24 
The textbox looses its value on the text changed event. I have set the autopostback event to true on this textbox and when I change its current value and move to next field, it restores back the current value and does not maintain the changed value.

IS there any other setting I could set, so the text box does not loose the changed value?

<asp:TextBox ID="txtSalary" size="10" runat="server" OnLoad="showMinSal" OnTextChanged="CompareSalary" AutoPostBack="true"></asp:TextBox>


modified on Tuesday, August 2, 2011 2:43 PM

AnswerRe: OnTextChanged event Pin
Paladin20002-Aug-11 11:01
Paladin20002-Aug-11 11:01 
GeneralRe: OnTextChanged event Pin
vanikanc3-Aug-11 2:17
vanikanc3-Aug-11 2:17 
GeneralRe: OnTextChanged event Pin
Paladin20003-Aug-11 3:31
Paladin20003-Aug-11 3:31 
QuestionSetting different properties based on T in method that returns List<T> Pin
Paul E Davies2-Aug-11 3:54
Paul E Davies2-Aug-11 3:54 
AnswerRe: Setting different properties based on T in method that returns List Pin
Pete O'Hanlon2-Aug-11 4:02
mvePete O'Hanlon2-Aug-11 4:02 
GeneralRe: Setting different properties based on T in method that returns List Pin
Paul E Davies2-Aug-11 4:23
Paul E Davies2-Aug-11 4:23 
GeneralRe: Setting different properties based on T in method that returns List Pin
Pete O'Hanlon2-Aug-11 4:45
mvePete O'Hanlon2-Aug-11 4:45 
GeneralRe: Setting different properties based on T in method that returns List Pin
Paul E Davies2-Aug-11 4:54
Paul E Davies2-Aug-11 4:54 
GeneralRe: Setting different properties based on T in method that returns List Pin
Pete O'Hanlon2-Aug-11 4:57
mvePete O'Hanlon2-Aug-11 4:57 
GeneralRe: Setting different properties based on T in method that returns List Pin
dasblinkenlight2-Aug-11 5:02
dasblinkenlight2-Aug-11 5:02 
GeneralRe: Setting different properties based on T in method that returns List Pin
BobJanova2-Aug-11 5:14
BobJanova2-Aug-11 5:14 
GeneralRe: Setting different properties based on T in method that returns List Pin
Paul E Davies2-Aug-11 5:16
Paul E Davies2-Aug-11 5:16 
GeneralRe: Setting different properties based on T in method that returns List Pin
dasblinkenlight2-Aug-11 5:58
dasblinkenlight2-Aug-11 5:58 
GeneralRe: Setting different properties based on T in method that returns List Pin
BobJanova2-Aug-11 6:20
BobJanova2-Aug-11 6:20 
GeneralRe: Setting different properties based on T in method that returns List Pin
PIEBALDconsult2-Aug-11 5:14
mvePIEBALDconsult2-Aug-11 5:14 
QuestionHow to fix Remoting error? Pin
meeram3952-Aug-11 1:25
meeram3952-Aug-11 1:25 
Questionarchitecture Pin
AndyInUK2-Aug-11 0:18
AndyInUK2-Aug-11 0: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.