c# - Textfield clears after calendar control postback -


There are 3 text fields and a calendar control on my page. After I fill 3 text boxes, a date on the calendar control Click the text field below to exit its price. In other 2 text boxes, their prices are available and are not clean. There are all the same properties in the text box, but I did not know how to put values ​​in the third text box.

  & lt; Table class = "auto-style2" align = "center" & gt; & Lt; TR & gt; & Lt; Td square = "auto-style 4" style = "text-align: right" & gt; Project name: & lt; / Td> & Lt; Td style = "text-align: left" & gt; & Lt; ASP: text box id = "tttproductname" run = "server" height = "32px" width = "211px" maxland = "50" ontax switching = "textproductnamenameipidcheckedpeed" onkooip = "calculation (it, 50)" on change = "Calculation (this, 50)" text mode = "multiline" & gt; & Lt; / Asp: text box & gt; & Lt; Asp: RequiredFieldValidator id = "RequiredFieldValidator1" runat = "server" ControlToValidate = "TxtProjectName" error message = "field required" & gt; & Lt; / Asp: RequiredFieldValidator & gt; & Lt; / TD & gt; & Lt; / TR & gt; & Lt; / Table & gt; & Lt; Table class = "auto-style 2" align = "center" & gt; & Lt; TR & gt; & Lt; Td class = "auto-style4" style = "text-align: right" & gt; Project Details: & lt; / Td> & Lt; Td style = "text-align: left" & gt; & Lt; ASP: text box id = "test description" run = "server" height = "45px" width = "211px" text mode = "multipurpose" ontext switch = "ttdiscription tag paired" & gt; & Lt; / Asp: text box & gt; & Lt; Asp: RequiredFieldValidator ID = "RequiredFieldValidator2" runat = "server" ControlToValidate = "TxtDescription" Error Message = "Field Required" & gt; & Lt; / Asp: RequiredFieldValidator & gt; & Lt; / TD & gt; & Lt; / TR & gt; & Lt; TR & gt; & Lt; Td class = "auto-style 4" style = "text-align: true" & gt; Contact Name: & lt; / Td> & Lt; Td style = "text-align: left" & gt; & Lt; ASP: text box id = "texticactact" name "runat =" server "width =" 203px "change changelink =" textcontentName "changed" height = "16px" & gt; & Lt; / Asp: text box & gt; & Lt; Asp: RequiredFieldValidator ID = "RequiredFieldValidator3" runat = "server" ControlToValidate = "TxtContactName" Error Message = "Field Required" & gt; & Lt; / Asp: RequiredFieldValidator & gt; & Lt; / TD & gt; & Lt; / TR & gt; & Lt; TR & gt; & Lt; Td class = "auto-style5" & gt; Business area: & lt; / Td> & Lt; Td square = "auto-style 3" & gt; & Lt; ASP: Dropdown List ID = "DDL BusinessAiria" Runat = "Server" Style = "Text-Align: Left" & gt; & Lt; / ASP: DropDownList & gt; & Lt; / TD & gt; & Lt; / TR & gt; & Lt; TR & gt; & Lt; Td square = "auto-style 4" style = "text-align: right" & gt; Priority: & lt; / Td> & Lt; Td style = "text-align: left" & gt; & Lt; Asp: Dropdown List ID = "DDL Preriti" Runat = "Server" & gt; & Lt; / ASP: DropDownList & gt; & Lt; / TD & gt; & Lt; / TR & gt; & Lt; TR & gt; & Lt; Td square = "auto-style 4" style = "text-align: right" & gt; Desired end date: & lt; / Td> & Lt; Td style = "text-align: left" & gt; & Lt; ASP: Calendar ID = "Calendar 1" Runat = "Server" & gt; & Lt; SelectedDayStyle font-bold = "true" /> & Lt; Nowadays Deliite Foreclosure = "# 3333 FF" /> & Lt; / ASP: Calendar & gt; & Lt; / TD & gt; & Lt; / TR & gt;  

This is TxtContactName which clears up.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -