|
| 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
|
|
|
| venugopalvalivarthi : On July 09, 2008 7:04 AM said: |
Hi ,
I am using the confirmbutton its nice i want to show the dynamic maessage on the dialog box how can it be possible and is it code behind we can set the confirmtext=some xyz in load we can asign the confirm text hw can i assign text in button and dynamically can u suggest me plz
|
|
|
|
|
| nziese : On August 28, 2008 10:41 AM said: |
This is a great little extender - easy to use. Is there a way to crate some code behind to handle the cancel button click?
|
|
Leave a Comment
You must be logged in to leave a comment. Click here to log in.