|
| JBONNIE : On March 14, 2008 2:40 PM said: |
The vb code sample is from the AutoCompleteExtender, although I should be ashamed for having to do download it at all!
|
|
|
| JoeStagner : On March 15, 2008 10:18 AM said: |
Oops, Thanks I'll get it replaced.
|
|
|
| Moondust : On April 14, 2008 7:32 PM said: |
It hasn't been replaced yet.
|
|
|
| iamtgo3 : On April 16, 2008 1:44 PM said: |
Still not updated AutoCompleteExtender example.
|
|
|
| JoeStagner : On April 16, 2008 3:00 PM said: |
:) Guys.
the .aspx file would be the same excedpt for the first line that defines the language and code behind.
The .vb code behind is only the Button1 click event handler and the transbation from C# to VB is east.
- C# Version
Label1.Text = "Text from the serverside.";
- VB Version
Label1.Text = "Text from the serverside."
|
|
|
| JoeStagner : On April 16, 2008 3:11 PM said: |
PS The file update has been submitted to the content managers.
|
|
|
| jim.bridgeford : On May 06, 2008 2:32 PM said: |
can i had data from a variable to a confirmbutton extender
|
|
Leave a Comment
You must be logged in to leave a comment. Click here to log in.