Click here to Skip to main content
16,012,223 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: How to get ASP.NET to work? Pin
Matt Newman7-Jul-02 16:38
Matt Newman7-Jul-02 16:38 
General(PHP) Putting words in a string into an array Pin
Nnamdi Onyeyiri5-Jul-02 9:33
Nnamdi Onyeyiri5-Jul-02 9:33 
GeneralRe: (PHP) Putting words in a string into an array Pin
SimonS5-Jul-02 11:18
SimonS5-Jul-02 11:18 
GeneralRe: (PHP) Putting words in a string into an array Pin
Nnamdi Onyeyiri5-Jul-02 11:21
Nnamdi Onyeyiri5-Jul-02 11:21 
General(PHP) XML - editing the content Pin
Nnamdi Onyeyiri5-Jul-02 6:28
Nnamdi Onyeyiri5-Jul-02 6:28 
GeneralRe: (PHP) XML - editing the content Pin
Not Active5-Jul-02 8:21
mentorNot Active5-Jul-02 8:21 
GeneralRe: (PHP) XML - editing the content Pin
Nnamdi Onyeyiri5-Jul-02 9:11
Nnamdi Onyeyiri5-Jul-02 9:11 
GeneralAdd attribute toserver control in ASP.NET Pin
Mazdak5-Jul-02 4:35
Mazdak5-Jul-02 4:35 
I use this code to write Server control in ASP.NET:

protected override void Render(HtmlTextWriter output)
{
    output.AddAttribute(HtmlTextWriterAttribute.Alt,"Heyyyyyy");
    output.AddAttribute(HtmlTextWriterAttribute.Href,
        "http://CodeProject.com");
    output.AddStyleAttribute(HtmlTextWriterStyle.FontSize,"20");
    output.AddStyleAttribute(HtmlTextWriterStyle.Color,"Blue");
    output.RenderBeginTag(HtmlTextWriterTag.A);
    output.Write("This is a link to the Wrox web site");
    output.RenderEndTag();

}


But Alt does not appear when mouse goes over the text.So how can I add two attribute?

Mazy

"If I go crazy then will you still
Call me Superman
If I’m alive and well, will you be
There holding my hand
I’ll keep you by my side with
My superhuman might
Kryptonite"
Kryptonite-3 Doors Down

GeneralRe: Add attribute toserver control in ASP.NET Pin
Andy Smith5-Jul-02 5:10
Andy Smith5-Jul-02 5:10 
GeneralRe: Add attribute toserver control in ASP.NET Pin
Mazdak5-Jul-02 6:42
Mazdak5-Jul-02 6:42 
GeneralRe: Add attribute toserver control in ASP.NET Pin
Andy Smith5-Jul-02 9:47
Andy Smith5-Jul-02 9:47 
GeneralRe: Add attribute toserver control in ASP.NET Pin
Mazdak5-Jul-02 22:58
Mazdak5-Jul-02 22:58 
GeneralUsing Variables from One ASP to Other ASP Page Pin
Pradhip5-Jul-02 4:29
Pradhip5-Jul-02 4:29 
GeneralRe: Using Variables from One ASP to Other ASP Page Pin
Not Active5-Jul-02 8:17
mentorNot Active5-Jul-02 8:17 
GeneralRe: Using Variables from One ASP to Other ASP Page Pin
Ed K5-Jul-02 8:43
Ed K5-Jul-02 8:43 
GeneralRe: Using Variables from One ASP to Other ASP Page Pin
Not Active5-Jul-02 15:22
mentorNot Active5-Jul-02 15:22 
GeneralNeed help with ASP.NET Cookies Pin
Erik Westermann5-Jul-02 2:49
professionalErik Westermann5-Jul-02 2:49 
GeneralRe: Need help with ASP.NET Cookies Pin
Erik Westermann5-Jul-02 8:18
professionalErik Westermann5-Jul-02 8:18 
GeneralSending a XML file to client Pin
Alexandru Savescu4-Jul-02 22:28
Alexandru Savescu4-Jul-02 22:28 
GeneralRe: Sending a XML file to client Pin
Richard Deeming5-Jul-02 0:10
mveRichard Deeming5-Jul-02 0:10 
GeneralRe: Sending a XML file to client Pin
Alexandru Savescu5-Jul-02 0:22
Alexandru Savescu5-Jul-02 0:22 
GeneralNeed Help: Web Services Pin
Pravesh Soni4-Jul-02 21:28
Pravesh Soni4-Jul-02 21:28 
GeneralRe: Need Help: Web Services Pin
SimonS5-Jul-02 0:16
SimonS5-Jul-02 0:16 
GeneralRe: Need Help: Web Services Pin
Pravesh Soni5-Jul-02 1:07
Pravesh Soni5-Jul-02 1:07 
GeneralRe: Need Help: Web Services Pin
SimonS5-Jul-02 1:49
SimonS5-Jul-02 1:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.