Click here to Skip to main content
15,915,093 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Seeking help with Data Reader Pin
Nouman Bhatti24-Jun-07 20:39
Nouman Bhatti24-Jun-07 20:39 
QuestionTreeView - Page callback Pin
El Fenomeno24-Jun-07 6:32
El Fenomeno24-Jun-07 6:32 
AnswerRe: TreeView - Page callback Pin
El Fenomeno13-Jul-07 10:28
El Fenomeno13-Jul-07 10:28 
Questionmaster page problem Pin
rcwoods24-Jun-07 6:01
rcwoods24-Jun-07 6:01 
AnswerRe: master page problem Pin
Sathesh Sakthivel24-Jun-07 6:02
Sathesh Sakthivel24-Jun-07 6:02 
GeneralRe: master page problem Pin
rcwoods24-Jun-07 6:15
rcwoods24-Jun-07 6:15 
GeneralRe: master page problem Pin
rcwoods24-Jun-07 7:20
rcwoods24-Jun-07 7:20 
AnswerRe: master page problem Pin
doWhileSomething24-Jun-07 9:03
doWhileSomething24-Jun-07 9:03 
If your working with master pages, the first page you should create for your site is the master page.

By default, a single content place holder is created on the master page. If you add more than one content place holder, thats fine, but each of your content pages (e.g. form1.aspx / default.aspx) need to have the same amount of content place holders.

That said, if you want all of your content pages to have access to "X" control(s), these controls should be placed on the master page itself, not on the content pages.

The place holders on the master page are just that, containers that will be populated from the containers on each content page that inherits this master page.

Hope this helps !


GeneralRe: master page problem Pin
rcwoods24-Jun-07 10:11
rcwoods24-Jun-07 10:11 
GeneralRe: master page problem Pin
doWhileSomething24-Jun-07 10:26
doWhileSomething24-Jun-07 10:26 
GeneralRe: master page problem Pin
rcwoods24-Jun-07 10:42
rcwoods24-Jun-07 10:42 
GeneralRe: master page problem Pin
rcwoods24-Jun-07 10:48
rcwoods24-Jun-07 10:48 
GeneralRe: master page problem Pin
doWhileSomething24-Jun-07 10:50
doWhileSomething24-Jun-07 10:50 
AnswerRe: master page problem Pin
sidbaruah25-Jun-07 0:21
sidbaruah25-Jun-07 0:21 
Questionhow to show saved text data in paragraphic way. Pin
popalzai24-Jun-07 4:54
popalzai24-Jun-07 4:54 
AnswerRe: how to show saved text data in paragraphic way. Pin
Fred_Smith24-Jun-07 7:30
Fred_Smith24-Jun-07 7:30 
GeneralRe: how to show saved text data in paragraphic way. Pin
popalzai24-Jun-07 21:20
popalzai24-Jun-07 21:20 
QuestionRegarding auto increment of id Pin
rajesh22524-Jun-07 4:42
rajesh22524-Jun-07 4:42 
AnswerRe: Regarding auto increment of id Pin
Sathesh Sakthivel24-Jun-07 6:01
Sathesh Sakthivel24-Jun-07 6:01 
GeneralRe: Regarding auto increment of id Pin
rajesh22524-Jun-07 7:04
rajesh22524-Jun-07 7:04 
GeneralRe: Regarding auto increment of id Pin
Sathesh Sakthivel24-Jun-07 16:55
Sathesh Sakthivel24-Jun-07 16:55 
AnswerRe: Regarding auto increment of id Pin
Urs Enzler24-Jun-07 20:51
Urs Enzler24-Jun-07 20:51 
QuestionASP _Show database (Access) Pin
Nguyen Hong Thao24-Jun-07 4:03
Nguyen Hong Thao24-Jun-07 4:03 
AnswerRe: ASP _Show database (Access) Pin
Sathesh Sakthivel24-Jun-07 4:05
Sathesh Sakthivel24-Jun-07 4:05 
QuestionASP _Show database (Access) Pin
Nguyen Hong Thao24-Jun-07 4:03
Nguyen Hong Thao24-Jun-07 4:03 

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.