Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Attributes.Add with a onclick text box

Status
Not open for further replies.

slatet

Programmer
Sep 11, 2003
116
US
Does anyone know if this is doable? ANd if it is, what is wrong with this line.

Textbox.Attributes.Add("onclick", "StoreProc(value);");

I'm getting an "error on page" on the page status bar when I click on this field.

Thanks in advance.
 
Sorry I shouldn't have said "StoreProc" I should have just put "procedure". The procedure is located on the same page.
 
You might try asking in the ASP.NET forum.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top