Click here to Skip to main content
15,887,434 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: text files Pin
WartHog0007-Dec-04 12:39
WartHog0007-Dec-04 12:39 
GeneralRe: text files Pin
The Man from U.N.C.L.E.8-Dec-04 3:14
The Man from U.N.C.L.E.8-Dec-04 3:14 
GeneralRe: text files Pin
WartHog0008-Dec-04 4:10
WartHog0008-Dec-04 4:10 
Generalnested repeaters in vb.net Pin
bigtone786-Dec-04 6:42
bigtone786-Dec-04 6:42 
GeneralRe: nested repeaters in vb.net Pin
bigtone786-Dec-04 6:48
bigtone786-Dec-04 6:48 
GeneralRe: nested repeaters in vb.net Pin
Dave Kreskowiak6-Dec-04 7:46
mveDave Kreskowiak6-Dec-04 7:46 
GeneralRe: nested repeaters in vb.net Pin
bigtone786-Dec-04 8:31
bigtone786-Dec-04 8:31 
GeneralRe: nested repeaters in vb.net Pin
Dave Kreskowiak6-Dec-04 8:50
mveDave Kreskowiak6-Dec-04 8:50 
You really should pick up a book on ASP.NET. It'll clear all this up including basic concepts like code-behind. Code-behind is exactly like a Windows Form. The controls and visuals are in one file and the code that manipulates them are in another, the code-behind page.

To answer your question, no, there is no way to do this without the code. There is no trick to "using" a code behind page. When you create an ASP.NET page, two files are created. One for the visuals and HTML, the .aspx file, and the code that controls them, the .aspx.vb file.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralFor next loop with DB GRID Pin
Paps26-Dec-04 5:50
Paps26-Dec-04 5:50 
GeneralRe: For next loop with DB GRID Pin
jlawren76-Dec-04 11:29
jlawren76-Dec-04 11:29 
GeneralRe: For next loop with DB GRID Pin
Paps27-Dec-04 3:05
Paps27-Dec-04 3:05 
GeneralTab control ... Pin
AbuFahed6-Dec-04 1:22
AbuFahed6-Dec-04 1:22 
GeneralRe: Tab control ... Pin
Pablo.ar7-Dec-04 0:45
Pablo.ar7-Dec-04 0:45 
QuestionHow do you create a transparent label on a gradient colored form? Pin
David M J6-Dec-04 0:24
David M J6-Dec-04 0:24 
AnswerRe: How do you create a transparent label on a gradient colored form? Pin
The Man from U.N.C.L.E.8-Dec-04 3:31
The Man from U.N.C.L.E.8-Dec-04 3:31 
GeneralRe: How do you create a transparent label on a gradient colored form? Pin
David M J9-Dec-04 6:59
David M J9-Dec-04 6:59 
GeneralRe: How do you create a transparent label on a gradient colored form? Pin
The Man from U.N.C.L.E.10-Dec-04 0:57
The Man from U.N.C.L.E.10-Dec-04 0:57 
GeneralRe: How do you create a transparent label on a gradient colored form? Pin
David M J10-Dec-04 22:36
David M J10-Dec-04 22:36 
GeneralCrystal reports"Numbers to words" Pin
anom2m6-Dec-04 0:19
anom2m6-Dec-04 0:19 
GeneralUrgent: Killing Threads Pin
cwayman5-Dec-04 23:02
cwayman5-Dec-04 23:02 
GeneralHook Messages or ... Pin
rdges5-Dec-04 21:50
rdges5-Dec-04 21:50 
GeneralRe: Hook Messages or ... Pin
Dave Kreskowiak6-Dec-04 4:07
mveDave Kreskowiak6-Dec-04 4:07 
GeneralProgress Bar Pin
nitin_ion5-Dec-04 18:59
nitin_ion5-Dec-04 18:59 
GeneralRe: Progress Bar Pin
Tom John7-Dec-04 5:37
Tom John7-Dec-04 5:37 
GeneralDifference between DHTML and Web Controls Pin
iamalik5-Dec-04 18:27
professionaliamalik5-Dec-04 18:27 

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.