Click here to Skip to main content
15,889,877 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Separate Projects for BLL & DAL Pin
Colin Angus Mackay18-Nov-07 2:55
Colin Angus Mackay18-Nov-07 2:55 
AnswerRe: Separate Projects for BLL & DAL Pin
pmarfleet18-Nov-07 8:01
pmarfleet18-Nov-07 8:01 
Questionget list of user Pin
ptvce17-Nov-07 20:15
ptvce17-Nov-07 20:15 
QuestionNetwork Traffic and Activity monitoring via ASP.Net Pin
MeNew17-Nov-07 17:12
MeNew17-Nov-07 17:12 
AnswerRe: Network Traffic and Activity monitoring via ASP.Net Pin
Michael Sync17-Nov-07 18:45
Michael Sync17-Nov-07 18:45 
GeneralRe: Network Traffic and Activity monitoring via ASP.Net [modified] Pin
MeNew19-Nov-07 4:25
MeNew19-Nov-07 4:25 
QuestionMaster Page(s) - Different layouts on different pages. How? Pin
Bursh.17-Nov-07 7:37
Bursh.17-Nov-07 7:37 
AnswerRe: Master Page(s) - Different layouts on different pages. How? Pin
Christian Graus17-Nov-07 8:56
protectorChristian Graus17-Nov-07 8:56 
You'd do the one or two columns in the layout of your content area, not in your master page. If you needed to manipulate the master page from a content page, you'd use the Master property and cast it to the actual class you're working with, so you could in theory have a property to say how many columns you wanted, but it would be far nicer to avoid having your content pages know that much about the master page.


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: Master Page(s) - Different layouts on different pages. How? Pin
Bursh.17-Nov-07 9:05
Bursh.17-Nov-07 9:05 
GeneralRe: Master Page(s) - Different layouts on different pages. How? Pin
Christian Graus17-Nov-07 9:23
protectorChristian Graus17-Nov-07 9:23 
GeneralRe: Master Page(s) - Different layouts on different pages. How? Pin
Bursh.17-Nov-07 11:09
Bursh.17-Nov-07 11:09 
QuestionWhat is the best .NET equivalent architecture for COM(hosted in MTS) Pin
satish_cognz17-Nov-07 5:42
satish_cognz17-Nov-07 5:42 
AnswerRe: What is the best .NET equivalent architecture for COM(hosted in MTS) Pin
bsaksida17-Nov-07 5:55
bsaksida17-Nov-07 5:55 
Questionasp.net how to block internet explorer of network client Pin
biren6117-Nov-07 2:18
biren6117-Nov-07 2:18 
AnswerRe: asp.net how to block internet explorer of network client Pin
Michael Sync17-Nov-07 3:32
Michael Sync17-Nov-07 3:32 
GeneralRe: asp.net how to block internet explorer of network client Pin
bsaksida17-Nov-07 4:48
bsaksida17-Nov-07 4:48 
GeneralRe: asp.net how to block internet explorer of network client Pin
Michael Sync17-Nov-07 5:04
Michael Sync17-Nov-07 5:04 
GeneralRe: asp.net how to block internet explorer of network client Pin
bsaksida17-Nov-07 5:37
bsaksida17-Nov-07 5:37 
GeneralRe: asp.net how to block internet explorer of network client Pin
biren6123-Nov-07 10:43
biren6123-Nov-07 10:43 
Questionhow to fill DataAdapter when two tables are being used+ASP.Net Pin
mavii17-Nov-07 1:25
mavii17-Nov-07 1:25 
AnswerRe: how to fill DataAdapter when two tables are being used+ASP.Net Pin
Michael Sync17-Nov-07 3:30
Michael Sync17-Nov-07 3:30 
QuestionHow to make LOGIN wizard Pin
ankur010117-Nov-07 1:22
ankur010117-Nov-07 1:22 
AnswerRe: How to make LOGIN wizard Pin
pmarfleet17-Nov-07 2:58
pmarfleet17-Nov-07 2:58 
QuestionWho to send DATA to email..??? Pin
ankur010117-Nov-07 1:19
ankur010117-Nov-07 1:19 
AnswerRe: Who to send DATA to email..??? Pin
pmarfleet17-Nov-07 2:56
pmarfleet17-Nov-07 2:56 

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.