Extended tooltip

  • Thread starter Thread starter Franck Diastein
  • Start date Start date
F

Franck Diastein

Hi,

Until now, I have been using DHTML for extended tooltips with picx and
some lines when using asp.

Now, I have switched to asp.net, and I want to know if there are
webcontrols for multiline tooltips ?

TIA
 
Because I would like to use something more automatic, rather than
editing having to add the js link in each apsx and javascript code in
codebehind...

I would like it to be more transparent...
 
For an asp.net page to be usable it has to incorporate a good deal of
client-side programming in its raw form. There is nothing wrong with that.
On the contrary, it's a good practice. Beginners usually start from heavily
server-oriented pages and then, as experience comes, they move more and more
functionality to client side javascripts.

You don't need to add javascripts from code-behind, put them in the <head>
section of .aspx files.

Eliyahu
 
The fact is that I have no problem putting it in aspx file, I understand
very well the way it works... The only thing I want is to gain time not
doing boring and repetitive job...

I will try to make it myself, it will be a good way to learn more on
asp.net...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top