sj1187534 Posted June 10, 2003 Posted June 10, 2003 Hi, I am trying to hide a row in a HTML table. The application should be something like this. There is a hyperlink and a table containing a text-box in each row. When I click the link, a particular row should be visible/invisible. I know we can use javascript in VB. But VB.net is not allowing to do that. Is there any other way to get this done? Thanks, SJ Quote
iebidan Posted June 10, 2003 Posted June 10, 2003 mmm I remeber a javascript for this, try this URL, maybe you can find something there http://www.planet-source-code.com/ They have several examples on Java, JavaScript, VBScript, VB, .NET and more Quote Fat kids are harder to kidnap
hrabia Posted June 11, 2003 Posted June 11, 2003 What do you mean "VB.net is not allowing to do that"? You can use client-side code without problems with ASP.Net. Quote A man and a dog have an average of three legs. Beaware of Statistics.
sj1187534 Posted June 11, 2003 Author Posted June 11, 2003 can u please explain a little more on how to use the client-side script u were talking about? SJ Quote
hrabia Posted June 12, 2003 Posted June 12, 2003 Look at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconclient-sidefunctionalityinservercontrol.asp All rendered controls have ClientID property which can be used in client-side scripts. Quote A man and a dog have an average of three legs. Beaware of Statistics.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.