Click here to Skip to main content
15,887,862 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how should i implement themes in my master page using c#.net. Pin
Irfan Ghani29-Jun-08 9:23
Irfan Ghani29-Jun-08 9:23 
AnswerRe: how should i implement themes in my master page using c#.net. Pin
flash66529-Apr-08 16:16
flash66529-Apr-08 16:16 
GeneralAsp.Net Application is slow Pin
Bad Programmer28-Apr-08 11:11
Bad Programmer28-Apr-08 11:11 
GeneralRe: Asp.Net Application is slow Pin
Bad Programmer29-Apr-08 1:28
Bad Programmer29-Apr-08 1:28 
GeneralRe: Asp.Net Application is slow Pin
Pete O'Hanlon29-Apr-08 1:33
mvePete O'Hanlon29-Apr-08 1:33 
GeneralRe: Asp.Net Application is slow Pin
Bad Programmer30-Apr-08 1:40
Bad Programmer30-Apr-08 1:40 
GeneralHELP! Accessing controls on a user control Pin
Infernojericho28-Apr-08 9:38
Infernojericho28-Apr-08 9:38 
GeneralRe: HELP! Accessing controls on a user control Pin
Christian Graus28-Apr-08 12:10
protectorChristian Graus28-Apr-08 12:10 
First of all, don't use the session if you can avoid it. You have user controls. You can put two controls on the same page, and switch which one is visible, and then viewstate will hold the values for you. you can also pass values on the URL.

TextboxB exists in the user control, so that's where you need to write the code to interact with it. You can also use delegates to get your user controls to call code in other controls or the main page.

Christian Graus

Please read this if you don't understand the answer I've given you

"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: HELP! Accessing controls on a user control Pin
lovedotnet28-Apr-08 19:28
lovedotnet28-Apr-08 19:28 
GeneralRe: HELP! Accessing controls on a user control Pin
Christian Graus28-Apr-08 19:40
protectorChristian Graus28-Apr-08 19:40 
QuestionProgramming to DataTables VS. programming to Type safe objects. Pin
Steve Holdorf28-Apr-08 9:35
Steve Holdorf28-Apr-08 9:35 
GeneralSetting Grid values into Text Box Pin
Banjo Ayorinde28-Apr-08 9:03
Banjo Ayorinde28-Apr-08 9:03 
GeneralRe: Setting Grid values into Text Box Pin
Ashish Sehajpal28-Apr-08 9:12
Ashish Sehajpal28-Apr-08 9:12 
QuestionHow to identify Pin
Krazy Programmer28-Apr-08 7:18
Krazy Programmer28-Apr-08 7:18 
GeneralRe: How to identify Pin
Ashish Sehajpal28-Apr-08 7:52
Ashish Sehajpal28-Apr-08 7:52 
GeneralRe: How to identify Pin
Mark J. Miller28-Apr-08 8:06
Mark J. Miller28-Apr-08 8:06 
GeneralRe: How to identify Pin
flash66529-Apr-08 16:24
flash66529-Apr-08 16:24 
Generalproblem passing parameters to ASp.NET when migrating foxweb to ASp.NET [modified] Pin
SAIRS28-Apr-08 6:08
SAIRS28-Apr-08 6:08 
QuestionBanner Problem (Master Page) Pin
ksaw12328-Apr-08 5:34
ksaw12328-Apr-08 5:34 
GeneralRe: Banner Problem (Master Page) Pin
Guffa28-Apr-08 5:58
Guffa28-Apr-08 5:58 
GeneralRe: Banner Problem (Master Page) Pin
Ashish Sehajpal28-Apr-08 6:18
Ashish Sehajpal28-Apr-08 6:18 
AnswerRe: Banner Problem (Master Page) Pin
Krazy Programmer28-Apr-08 7:20
Krazy Programmer28-Apr-08 7:20 
QuestionRe: Banner Problem (Master Page) Pin
ksaw12328-Apr-08 8:17
ksaw12328-Apr-08 8:17 
GeneralRe: Banner Problem (Master Page) Pin
Ashish Sehajpal28-Apr-08 8:26
Ashish Sehajpal28-Apr-08 8:26 
QuestionRe: Banner Problem (Master Page) Pin
ksaw12328-Apr-08 8:53
ksaw12328-Apr-08 8:53 

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.