|
-
Aug 6th, 2005, 08:46 AM
#1
Thread Starter
Lively Member
[RESOLVED] Assign a value to a html control from Public Function
Hi everyone,
Recently, I filled up a datagrid using column templates. Each column pointed to Public Function in the code behind.
Can I use this on html controls also?
Example....
<input type="button" onclick="btnEmail('check')" name="buttonEmail" value='<%# TestAddTextToButton() %>'>
It does not seem to work, and I'm wondering if either...
1-I'm using the wrong syntax
2-It's not possible to do this.
Note: I can't use response.write because that will place my control on top of the page.
Any help is greatly appreciated.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|