Click here to Skip to main content
15,921,793 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: linkbutton Pin
netJP12L18-Jan-07 8:33
netJP12L18-Jan-07 8:33 
GeneralRe: linkbutton Pin
Bassam Saoud18-Jan-07 9:07
Bassam Saoud18-Jan-07 9:07 
AnswerRe: linkbutton Pin
Rojan Gh.18-Jan-07 11:25
professionalRojan Gh.18-Jan-07 11:25 
QuestionList index changed event Pin
Rahithi18-Jan-07 7:08
Rahithi18-Jan-07 7:08 
AnswerRe: List index changed event Pin
Mike Ellison18-Jan-07 7:30
Mike Ellison18-Jan-07 7:30 
GeneralRe: List index changed event Pin
Rahithi18-Jan-07 8:24
Rahithi18-Jan-07 8:24 
QuestionASP.NET 2.0 - App_Code Folder Pin
netaspx18-Jan-07 5:13
netaspx18-Jan-07 5:13 
AnswerRe: ASP.NET 2.0 - App_Code Folder Pin
eggsovereasy18-Jan-07 5:28
eggsovereasy18-Jan-07 5:28 
Just use the code behind page. When you add a web form make sure you check the 'Place code in separate file' checkbox then there should be a little plus sign next to the .aspx page, when you expand it you'll see a .aspx.cs (or .aspx.vb depending on language) file where you can do all you work with the controls. app_code is for more universal code like business logic (though I normally make another project in the solution for this), server controls, or help classes.
GeneralRe: ASP.NET 2.0 - App_Code Folder [modified] Pin
netaspx18-Jan-07 5:42
netaspx18-Jan-07 5:42 
Questionbackground color of check box Pin
amit_k_gupta18-Jan-07 5:02
amit_k_gupta18-Jan-07 5:02 
AnswerRe: background color of check box Pin
Mike Ellison18-Jan-07 5:30
Mike Ellison18-Jan-07 5:30 
GeneralRe: background color of check box Pin
amit_k_gupta18-Jan-07 6:57
amit_k_gupta18-Jan-07 6:57 
GeneralRe: background color of check box Pin
Mike Ellison18-Jan-07 7:28
Mike Ellison18-Jan-07 7:28 
QuestionUrgent help required about Repeater Control Pin
koonda00718-Jan-07 4:57
koonda00718-Jan-07 4:57 
AnswerRe: Urgent help required about Repeater Control Pin
Mike Ellison18-Jan-07 5:33
Mike Ellison18-Jan-07 5:33 
GeneralRe: Urgent help required about Repeater Control Pin
koonda00718-Jan-07 10:06
koonda00718-Jan-07 10:06 
GeneralRe: Urgent help required about Repeater Control Pin
Mike Ellison18-Jan-07 10:26
Mike Ellison18-Jan-07 10:26 
GeneralRe: Urgent help required about Repeater Control Pin
koonda00719-Jan-07 4:32
koonda00719-Jan-07 4:32 
GeneralRe: Urgent help required about Repeater Control Pin
Mike Ellison19-Jan-07 5:23
Mike Ellison19-Jan-07 5:23 
QuestionPassword control problem Pin
nour12318-Jan-07 2:55
nour12318-Jan-07 2:55 
AnswerRe: Password control problem Pin
Christian Graus18-Jan-07 10:15
protectorChristian Graus18-Jan-07 10:15 
GeneralRe: Password control problem Pin
nour12318-Jan-07 13:07
nour12318-Jan-07 13:07 
GeneralRe: Password control problem Pin
Christian Graus19-Jan-07 8:05
protectorChristian Graus19-Jan-07 8:05 
QuestionRun time error! Pin
nclauder18-Jan-07 1:56
nclauder18-Jan-07 1:56 
QuestionI have created a windows forms control in which I put Pin
indian14318-Jan-07 1:36
indian14318-Jan-07 1: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.