.Net Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming Languages - More.Net Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 27th, 2013, 03:59 PM
Philosophaie Philosophaie is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2010
Posts: 59 Philosophaie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 19 h 59 m 51 sec
Reputation Power: 0
TextBoxes

I have written a program in Microsoft Visual Web Developer 2010 Express in Visual Basic. The textboxes are not working. There are a few choices:

Change 'textbox1' to 'TextBox'.
Change 'textbox1' to TextBoxMode'.
-------------------------------------------
Generate method stub for 'textbox1' in 'MyProgram._Default'
Generate property stub for 'textbox1' in 'MyProgram._Default'
Generate field for 'textbox1' in 'MyProgram._Default'
Generate 'Class textbox1'
Generate new type...


I used a "Generate method stub for each textbox called 'MyProgram._Default'".

This generates functions for each textbox:

Private Function TextBox1() As Object
Throw New NotImplementedException
End Function

This did not work my server. It does not like 'Inherits MyProgram._Default' in first line of "Default.aspx".

I also tried:
WithEvents TextBox1, TextBox2, TextBox3, TextBox4, TextBox5 As Object

Could someone explain to me how the textboxes work in Default.aspx.vb so it will work on my online web server?

Last edited by Philosophaie : January 31st, 2013 at 12:19 PM.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - More.Net Development > Online Web Server

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap