Click here to Skip to main content
15,908,445 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Posting in asp.net Pin
Pradipta Basu5-Jan-07 9:05
Pradipta Basu5-Jan-07 9:05 
AnswerRe: Posting in asp.net Pin
Venkatesh Mookkan7-Jan-07 16:37
Venkatesh Mookkan7-Jan-07 16:37 
QuestionRegisterStartupScript via Ajax / Atlas Pin
Malcolm Smart5-Jan-07 5:35
Malcolm Smart5-Jan-07 5:35 
AnswerRe: RegisterStartupScript via Ajax / Atlas Pin
Not Active5-Jan-07 6:10
mentorNot Active5-Jan-07 6:10 
GeneralRe: RegisterStartupScript via Ajax / Atlas Pin
Malcolm Smart5-Jan-07 12:11
Malcolm Smart5-Jan-07 12:11 
AnswerRe: RegisterStartupScript via Ajax / Atlas Pin
minhpc_bk6-Jan-07 4:50
minhpc_bk6-Jan-07 4:50 
GeneralRe: RegisterStartupScript via Ajax / Atlas Pin
Malcolm Smart7-Jan-07 9:11
Malcolm Smart7-Jan-07 9:11 
AnswerRe: RegisterStartupScript via Ajax / Atlas Pin
Malcolm Smart8-Jan-07 1:42
Malcolm Smart8-Jan-07 1:42 
Solution (simplified)
<br />
namespace MS_Test/// <br />
{<br />
public class myButton : HtmlInputButton<br />
{<br />
	public myButton( string t)<br />
	{<br />
        Value = t;<br />
        Attributes.Add("onclick", "testMe()");<br />
	}<br />
<br />
    protected override void Render(HtmlTextWriter writer)<br />
    {<br />
        Page.ClientScript.RegisterStartupScript(this.GetType(), "tt", "function testMe(){alert('tested');}", true);<br />
        base.Render(writer);<br />
    }<br />
}<br />
}<br />


Regards

Angel
*********************************************


GeneralASP.NET cannot read GAC even though has full access Pin
Ed.Poore5-Jan-07 5:32
Ed.Poore5-Jan-07 5:32 
GeneralRe: ASP.NET cannot read GAC even though has full access Pin
ednrgc5-Jan-07 6:47
ednrgc5-Jan-07 6:47 
GeneralRe: ASP.NET cannot read GAC even though has full access Pin
Ed.Poore5-Jan-07 7:29
Ed.Poore5-Jan-07 7:29 
GeneralRe: ASP.NET cannot read GAC even though has full access Pin
Ed.Poore6-Jan-07 8:05
Ed.Poore6-Jan-07 8:05 
GeneralRe: ASP.NET cannot read GAC even though has full access Pin
Ed.Poore6-Jan-07 8:04
Ed.Poore6-Jan-07 8:04 
Questiontable cell backcolor Pin
aransiola5-Jan-07 5:31
aransiola5-Jan-07 5:31 
AnswerRe: table cell backcolor Pin
Malcolm Smart5-Jan-07 5:40
Malcolm Smart5-Jan-07 5:40 
AnswerRe: table cell backcolor Pin
RichardGrimmer5-Jan-07 5:51
RichardGrimmer5-Jan-07 5:51 
GeneralRe: table cell backcolor Pin
aransiola5-Jan-07 6:03
aransiola5-Jan-07 6:03 
GeneralRe: table cell backcolor Pin
Malcolm Smart5-Jan-07 12:14
Malcolm Smart5-Jan-07 12:14 
GeneralRe: table cell backcolor Pin
aransiola6-Jan-07 1:42
aransiola6-Jan-07 1:42 
QuestionCommunicate From ASP.net Website to a VB.net Application on the computer Pin
ADY0075-Jan-07 4:55
ADY0075-Jan-07 4:55 
AnswerRe: Communicate From ASP.net Website to a VB.net Application on the computer Pin
Paddy Boyd5-Jan-07 5:00
Paddy Boyd5-Jan-07 5:00 
AnswerRe: Communicate From ASP.net Website to a VB.net Application on the computer Pin
led mike5-Jan-07 5:01
led mike5-Jan-07 5:01 
GeneralRe: Communicate From ASP.net Website to a VB.net Application on the computer Pin
ADY0075-Jan-07 5:10
ADY0075-Jan-07 5:10 
GeneralRe: Communicate From ASP.net Website to a VB.net Application on the computer Pin
aransiola5-Jan-07 5:35
aransiola5-Jan-07 5:35 
GeneralRe: Communicate From ASP.net Website to a VB.net Application on the computer Pin
led mike5-Jan-07 5:42
led mike5-Jan-07 5:42 

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.