Click here to Skip to main content
16,005,206 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: a button in DataList to report something Pin
Not Active10-Mar-08 15:34
mentorNot Active10-Mar-08 15:34 
GeneralRe: a button in DataList to report something Pin
Farhad Eft10-Mar-08 23:18
Farhad Eft10-Mar-08 23:18 
Generaltreeview web control with breadcrumbs Pin
uglyeyes10-Mar-08 12:40
uglyeyes10-Mar-08 12:40 
GeneralCreateUserWizard Dont clear password when fails to create user Pin
AlexeiXX310-Mar-08 11:49
AlexeiXX310-Mar-08 11:49 
GeneralRe: CreateUserWizard Dont clear password when fails to create user Pin
Christian Graus10-Mar-08 12:35
protectorChristian Graus10-Mar-08 12:35 
GeneralRe: CreateUserWizard Dont clear password when fails to create user Pin
AlexeiXX310-Mar-08 12:40
AlexeiXX310-Mar-08 12:40 
GeneralExternal Class Pin
ffowler10-Mar-08 10:09
ffowler10-Mar-08 10:09 
GeneralRe: External Class Pin
Christian Graus10-Mar-08 10:33
protectorChristian Graus10-Mar-08 10:33 
Yes, you can write classes and put them in your app code area, in fact, your pages should not contain business logic, just the UI logic and calls to the middle tier.

The main difference is, every page is a class instance created by the server to serve just one page. Unless you store them in the session, any class instances you create, will not exist between pages.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: External Class Pin
ffowler10-Mar-08 10:43
ffowler10-Mar-08 10:43 
GeneralRe: External Class Pin
Christian Graus10-Mar-08 11:16
protectorChristian Graus10-Mar-08 11:16 
GeneralRe: External Class Pin
ffowler10-Mar-08 12:51
ffowler10-Mar-08 12:51 
Questiondatabase connectivity problem with asp.net Pin
amistry_petlad10-Mar-08 8:58
amistry_petlad10-Mar-08 8:58 
GeneralRe: database connectivity problem with asp.net Pin
pmarfleet10-Mar-08 10:01
pmarfleet10-Mar-08 10:01 
GeneralQueryString Pin
mehrdadc4810-Mar-08 8:34
mehrdadc4810-Mar-08 8:34 
GeneralRe: QueryString Pin
pmarfleet10-Mar-08 9:59
pmarfleet10-Mar-08 9:59 
GeneralAsp:menu / panel rendering bug Pin
Christopher Duncan10-Mar-08 6:27
Christopher Duncan10-Mar-08 6:27 
QuestionHow do I store a client side row key for a DataGrid Pin
Brady Kelly10-Mar-08 4:28
Brady Kelly10-Mar-08 4:28 
AnswerRe: How do I store a client side row key for a DataGrid Pin
eyeseetee10-Mar-08 4:31
eyeseetee10-Mar-08 4:31 
GeneralRe: How do I store a client side row key for a DataGrid Pin
Brady Kelly10-Mar-08 4:36
Brady Kelly10-Mar-08 4:36 
GeneralRe: How do I store a client side row key for a DataGrid Pin
eyeseetee10-Mar-08 5:05
eyeseetee10-Mar-08 5:05 
GeneralRe: How do I store a client side row key for a DataGrid Pin
led mike10-Mar-08 6:34
led mike10-Mar-08 6:34 
AnswerRe: How do I store a client side row key for a DataGrid Pin
N a v a n e e t h10-Mar-08 7:31
N a v a n e e t h10-Mar-08 7:31 
Generalproblem with query Pin
eyeseetee10-Mar-08 4:20
eyeseetee10-Mar-08 4:20 
GeneralRe: problem with query Pin
Muhammad Gouda10-Mar-08 4:44
Muhammad Gouda10-Mar-08 4:44 
GeneralRe: problem with query Pin
Not Active10-Mar-08 4:45
mentorNot Active10-Mar-08 4:45 

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.