Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Link Button (II) ASP

8 views
Skip to first unread message

Zach

unread,
May 18, 2012, 5:45:59 AM5/18/12
to
In ASP I can put text on a linkbutton in the aspx file.
But I don't seem to be able to change the back colour
after having clicked the link button. Is there a way to
do this?

Zach

Jeff Johnson

unread,
May 18, 2012, 11:58:20 AM5/18/12
to
"Zach" <x...@xx.xx> wrote in message
news:4fb61a57$0$14710$5fc...@news.tiscali.nl...
microsoft.public.dotnet.framework.aspnet.

While we have people in this group who use ASP.NET (and I highly recommend
you stop putting "ASP" in your subject lines, as most people still equate
that with Classic ASP and not ASP.NET), the group above and its sub-groups
are dedicated to the subject. The recent questions you have asked have
nothing to do with C#, and as such aren't really appropriate here.


Zach

unread,
May 18, 2012, 2:16:15 PM5/18/12
to

"Jeff Johnson" <i....@enough.spam> wrote in message
news:jp5rit$v7l$1...@dont-email.me...
The coding in the *.aspx file is C# coding.

Peter Duniho

unread,
May 18, 2012, 2:26:41 PM5/18/12
to
On Fri, 18 May 2012 20:16:15 +0200, Zach wrote:

> "Jeff Johnson" <i....@enough.spam> wrote in message
> news:jp5rit$v7l$1...@dont-email.me...
>> [...]
>> microsoft.public.dotnet.framework.aspnet.
>>
>> While we have people in this group who use ASP.NET (and I highly recommend
>> you stop putting "ASP" in your subject lines, as most people still equate
>> that with Classic ASP and not ASP.NET), the group above and its sub-groups
>> are dedicated to the subject. The recent questions you have asked have
>> nothing to do with C#, and as such aren't really appropriate here.
>>
>
> The coding in the *.aspx file is C# coding.

And?

If your question was regarding how to use _C#_ to express something you
know how to do in ASP.NET, that would be on-topic. But the fact that you
are using C# to express something you don't know how to do in ASP.NET does
not make your question a C# question.

You don't think that just because you're using the English language to ask
your question that that means you should go to (for example)
alt.usage.english for information about how to ask C# programming
questions, do you?

Note that Jeff's comment doesn't mean you are unwelcome here. He's simply
trying to explain to you that you are doing _yourself_ a disservice by
posting your question here. There just aren't enough ASP.NET experts
running around here for you to be likely to get reliable, accurate, and
useful answers to your ASP.NET questions.

It's no skin off our collective nose if you want to post your ASP.NET
questions here. Doesn't hurt us one bit. But if you'd use the correct
forum for your question, you would get much better results.

Pete

Zach

unread,
May 18, 2012, 2:35:24 PM5/18/12
to

"Peter Duniho" <NpOeS...@NnOwSlPiAnMk.com> wrote in message
news:ry8aruifo6xt$.3f1mga5qaaxo.dlg@40tude.net...
As I explained before, I thought I saw ASP questions being asked
and assumed I was not overstepping the boundary to do the same,
but you have now explained that I did, so I say sorry, OK?

Peter Duniho

unread,
May 18, 2012, 4:17:47 PM5/18/12
to
On Fri, 18 May 2012 20:35:24 +0200, Zach wrote:

> As I explained before, I thought I saw ASP questions being asked
> and assumed I was not overstepping the boundary to do the same,
> but you have now explained that I did, so I say sorry, OK?

No need to apologize. And you didn't overstep any boundary.

As I said before, it's not that you aren't permitted to post those
questions here, nor that anyone might be offended that you did. It's simply
that you're not going to get the help you need by doing so.

If you want to keep ask your grocery clerk for medical advice, far be it
from us to keep you from continuing to. :)

bradbury9

unread,
May 21, 2012, 3:11:46 AM5/21/12
to
El viernes, 18 de mayo de 2012 20:16:15 UTC+2, Zach escribió:
> "Jeff Johnson" <i....@enough.spam> wrote in message
> The coding in the *.aspx file is C# coding.

The problem is not c# related. Just use a CSS style. best way to do it is adding stylesheet file to the web proyect, type the css class in it, add the reference to the webpage and sett the css class property o the control.

<asp:control id='controlName' runat='server' CssClass='newClass' />

Zach

unread,
May 21, 2012, 9:34:07 AM5/21/12
to

"bradbury9" <ray.br...@gmail.com> wrote in message
news:62033143-fc3e-4f1a...@googlegroups.com...
Hi,

What you say looks alright to me, but to which query is what you say a
response?

Zach.

0 new messages