Jump to content
Xtreme .Net Talk

visual studio.net display word completion based on the current language


Recommended Posts

Posted

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.

Posted
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.
  • Moderators
Posted

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.

Visit...Bassic Software

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...