c# - Asp.net bug (Showing data during debugging in dataset but the data can not be assigned to Asp.net controls such as Gridview,TextBox,etc) -


asp.net debug mode showing data in dataset asp.net controls not getting able assigned dataset's value

asp.net bug (showing data during debugging in dataset data can not assigned asp.net controls such gridview,textbox,etc)

txttodate.text = ds.tables[0].rows[0][0].tostring(); //not assigning value textbox , yes data present @ ds.tables[0].rows[0][0].tostring();  

i have added code in question. fyi, data in data table coming textfile , textfile created local drive , coming ftp server. when use textfile residing on local drive (older files) there working fine , controls such textbox showing data

check update panels,
button may in update panel , textbox may not there.
if not solve question need give aspx file.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -