Try not to make the textbox directly readonly by changing its properties.
Try this one.It works.
txtsum.Attributes.Add("readonly", "readonly")
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 7 of 7
Thread: ReadOnly TextBox in Update PanelThreaded View
|
Click Here to Expand Forum to Full Width |