Click here to Skip to main content
16,006,348 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: html or javascript question Pin
Philip Patrick8-Apr-02 9:46
professionalPhilip Patrick8-Apr-02 9:46 
GeneralA rant about ASP.NET controls Pin
Chris Maunder6-Apr-02 23:17
cofounderChris Maunder6-Apr-02 23:17 
GeneralRe: A rant about ASP.NET controls Pin
Nish Nishant7-Apr-02 1:18
sitebuilderNish Nishant7-Apr-02 1:18 
GeneralRe: A rant about ASP.NET controls Pin
Chris Maunder7-Apr-02 2:27
cofounderChris Maunder7-Apr-02 2:27 
GeneralRe: A rant about ASP.NET controls Pin
Daniel Turini7-Apr-02 3:01
Daniel Turini7-Apr-02 3:01 
GeneralRe: A rant about ASP.NET controls Pin
Chris Maunder7-Apr-02 3:15
cofounderChris Maunder7-Apr-02 3:15 
GeneralRe: A rant about ASP.NET controls Pin
David Stone8-Apr-02 9:08
sitebuilderDavid Stone8-Apr-02 9:08 
GeneralNeed help using Visual Studio.Net! Pin
dardanius6-Apr-02 4:50
dardanius6-Apr-02 4:50 
Hi guys,

I need help using Visual Studio :P I have 2 questions i guess most newbies have on their minds Smile | :)


Q1)
This error is kinda annoying. I need to change Codebehind to src and change the contents of inherits in the solution explorer to make the code behind work. For example:

Page Language="vb" AutoEventWireup="false" Codebehind="databaseconnect.aspx.vb" Inherits="localhost.databaseconnect"

to

Page Language="vb" AutoEventWireup="false" src="databaseconnect.aspx.vb" Inherits="databaseconnect"

But when i do these changes in visual studio.net i can't go to design mode anymore--i need to change it back and forth to go to design mode. Any explaination?


Q2)
In "class view" mode, Len Mid and Random functions dont work. Visual Studio.net does recognize those functions but when u compile it, it errors.

It gives me this error:
Compiler Error Message: BC30451: Name 'Mid' is not declared.

Thanks,
Bobby
GeneralTimer question Pin
alex.barylski5-Apr-02 18:39
alex.barylski5-Apr-02 18:39 
GeneralRe: Timer question Pin
alex.barylski6-Apr-02 0:36
alex.barylski6-Apr-02 0:36 
GeneralRe: Timer question Pin
James T. Johnson6-Apr-02 2:00
James T. Johnson6-Apr-02 2:00 
GeneralRe: Timer question Pin
alex.barylski6-Apr-02 2:11
alex.barylski6-Apr-02 2:11 
GeneralRe: Timer question Pin
James T. Johnson6-Apr-02 2:11
James T. Johnson6-Apr-02 2:11 
GeneralRe: Timer question Pin
alex.barylski6-Apr-02 2:38
alex.barylski6-Apr-02 2:38 
GeneralgetElementById trick question. Pin
alex.barylski5-Apr-02 14:40
alex.barylski5-Apr-02 14:40 
GeneralRe: getElementById trick question. Pin
Andy Smith5-Apr-02 14:51
Andy Smith5-Apr-02 14:51 
GeneralRe: getElementById trick question. Pin
alex.barylski5-Apr-02 15:45
alex.barylski5-Apr-02 15:45 
GeneralRe: getElementById trick question. Pin
alex.barylski5-Apr-02 15:48
alex.barylski5-Apr-02 15:48 
GeneralVisual Studio .NET and ASP.NET question Pin
leydel5-Apr-02 11:33
leydel5-Apr-02 11:33 
GeneralRe: Visual Studio .NET and ASP.NET question Pin
Andy Smith5-Apr-02 11:42
Andy Smith5-Apr-02 11:42 
Questionhow can we access records in asp page from database without submiting form Pin
5-Apr-02 7:56
suss5-Apr-02 7:56 
AnswerRe: how can we access records in asp page from database without submiting form Pin
Nick Parker5-Apr-02 10:16
protectorNick Parker5-Apr-02 10:16 
AnswerRe: how can we access records in asp page from database without submiting form Pin
Not Active5-Apr-02 14:00
mentorNot Active5-Apr-02 14:00 
GeneralDrop down menus Pin
alex.barylski5-Apr-02 0:00
alex.barylski5-Apr-02 0:00 
GeneralRe: Drop down menus Pin
Philip Patrick5-Apr-02 3:36
professionalPhilip Patrick5-Apr-02 3:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.