drewex Posted October 30, 2003 Posted October 30, 2003 Hi all im trying to write code on the html part of my webpage.aspx file using vb. But i cannot use the word completion. Is there a way to open it. I tried the button at the toolbar, ctrl + space, alt + right arror none of them. Thank for the help. Quote
Moderators Robby Posted October 30, 2003 Moderators Posted October 30, 2003 There's an option in tools.. in the text editor section look for HTML. (autocomplete or something) Quote Visit...Bassic Software
drewex Posted October 30, 2003 Author Posted October 30, 2003 thats for html auto complete i need for the code part. I need the completion on the VB code which you write in <%%> characters. Any help? :p Quote
Moderators Robby Posted October 30, 2003 Moderators Posted October 30, 2003 I don't use <%%>, but as far as I know there is no auto complete in those tags. Quote Visit...Bassic Software
drewex Posted October 30, 2003 Author Posted October 30, 2003 do you write every thing in the vb code page. Im like trying to write a seri's of td at the screen. How am i going to that dont want to use response.write i need it at a specific place. Quote
Moderators Robby Posted October 30, 2003 Moderators Posted October 30, 2003 You can use Page.Controls.Add( New LiteralControl("<TD>")) or something like that. Or design all the <TD> tags and place ASP Label controls within them (at design-time) and pass your values to these labels. Quote Visit...Bassic Software
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.