trend Posted July 24, 2005 Posted July 24, 2005 I have searched.. and found information like: MS example But... I cannot get text1.selectall() to work.. vs.net interlines all of it.. and says: C:\Inetpub\wwwroot\WebApplication1\login.aspx.vb(68): 'selectall' is not a member of 'System.Web.UI.WebControls.TextBox'. I am using vb.net any ideas? thanks Lee Quote
Administrators PlausiblyDamp Posted July 24, 2005 Administrators Posted July 24, 2005 IIRC the Windows TextBox supports the .SelectAll() method while the ASP.Net version doesn't. To acheive the same end result in a web application you would need to use a client side technology like JavaScript. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
trend Posted July 24, 2005 Author Posted July 24, 2005 (edited) Ah, ok. Thanks! Edited July 25, 2005 by trend Quote
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.