May 9, 2006 #1 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.
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.
May 9, 2006 Thread starter #2 slatet Programmer Sep 11, 2003 116 US Sorry I shouldn't have said "StoreProc" I should have just put "procedure". The procedure is located on the same page. Upvote 0 Downvote
Sorry I shouldn't have said "StoreProc" I should have just put "procedure". The procedure is located on the same page.
May 9, 2006 #3 chiph Programmer Jun 9, 1999 9,878 US 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 Upvote 0 Downvote
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