-----------------------------------
-----------------------------------
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Jun 7, 2024, 3:17 AM
Hello Sandeep,
you can use the update panel below and handle partial postback,
Servcer side as below,
Sandeep KumarPosted Jun 6, 2024, 10:15 AM
Can i do this using Update Pannel id yes thn how
Jayraj ChhayaPosted Jun 6, 2024, 10:00 AM
When a postback occurs due to the
TextChangedevent of thetxtBasicValueGst18PerTextBox, the entire page lifecycle is executed again, which includes re-rendering the page controls and resetting their values to their original states.Sandeep KumarPosted Jun 6, 2024, 9:07 AM
Simple I have Web form page (
aspx) In Existing Page I have added file upload control where there were many textbox changedevent and dropdown onselectindexchanged event fired but when Fileupload attaching a file then file getting cleared when textchanged event fired
Please Help m,e
Dwarkesh VajjalaPosted Jun 5, 2024, 11:26 AM
It seems like you might be using .NET WebForms. Could you provide the fileName.aspx.cs file?
Sandeep KumarPosted Jun 5, 2024, 10:14 AM
Any One help me