Thanks a lot!
That really helped. My Mistake was not putting the FillFields() function in th if (!isPostBack) on the loading finction. By Checking the properties I suddenly noticed that.
User Profile
Collapse
-
Help With textBox in a web Form
Hello Everyone!
I am trying to make a simple form that is positioned within a contentHolder.
The "CommitChan ge" Function should do a simple action - update a message to the data in the textBoxes in the form. However, though I change the text through input (writing in the textBox txtEmail "yonatan@yahoo. com" for instance), the values stay the same as they were when the page loaded. Why Does the page... -
-
-
How to run a server Side function on a Dynamic HTML Control
Hello Everyone.
I am trying to create an HTML button that can use a C# server side delete function. since I don't know how many results I will have at the page, the control is created dynamically when the end user searches for current Messages:
Code:CmsContactUsContent += string.Format(" "<input type='image' value='delete' id='del{8}' runat='server' onClick='DeleteItem' img src='/MaromyDotNet/img/AdminIcons/note.png'
No activity results to display
Show More
Leave a comment: