Click here to Skip to main content
15,896,557 members

Comments by tree1371 (Top 12 by date)

tree1371 4-Nov-13 14:21pm View    
because i have any labels in my page and i like use this in code design .no problem for use in code behind but i like use in code design
tree1371 4-Nov-13 11:00am View    
I don't know how binding label's Text to xml nod. for examlpe :

Xml :
<user>
<name>Name

<school>
<name>Name


and id have two labels and i want to bind text of label 1 to name of user and text of label 2 bind to name of school . How do this ?
tree1371 21-Aug-13 9:34am View    
i need my method inside all user controls get all value from all tools (text box , radio , check box , ... ) and set thy to string param exam :
string param = "text box value,radio value,check box value";
end i get param setting and send to database for save.

AND i need when i edit my data i need send my param from database to user control for set value and edit this.I split my value with ',' char and set this in to all tools;
tree1371 21-Aug-13 9:23am View    
I have many user control and one page . when i click on name of User control i want to Load my user control and set parameter for it's settings and i want to when i click on button save on page get string value of user control for save to database.
tree1371 21-Aug-13 9:18am View    
yes . all my UserControl's Have same method "SaveParams" with one parameter "ParamName";