Click here to Skip to main content
15,919,567 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP.Net CheckBoxList. Pin
deepaks319-Sep-06 11:58
deepaks319-Sep-06 11:58 
AnswerRe: ASP.Net CheckBoxList. Pin
Christian Graus19-Sep-06 15:17
protectorChristian Graus19-Sep-06 15:17 
GeneralRe: ASP.Net CheckBoxList. Pin
deepaks319-Sep-06 18:43
deepaks319-Sep-06 18:43 
GeneralRe: ASP.Net CheckBoxList. Pin
Christian Graus19-Sep-06 18:54
protectorChristian Graus19-Sep-06 18:54 
QuestionASP.Net Role-based security Pin
abdelhameed8119-Sep-06 10:04
abdelhameed8119-Sep-06 10:04 
AnswerRe: ASP.Net Role-based security Pin
minhpc_bk19-Sep-06 15:13
minhpc_bk19-Sep-06 15:13 
QuestionAsp.net 2.0 + javascript + Master Page ...please help Pin
deepaks319-Sep-06 9:42
deepaks319-Sep-06 9:42 
AnswerRe: Asp.net 2.0 + javascript + Master Page ...please help Pin
Christian Graus19-Sep-06 15:11
protectorChristian Graus19-Sep-06 15:11 
What do you mean by an 'asp control' ?

Remember, if you're doing any sort of includes in the master page, the path needs to be relative to the page which consumes the master page, not the master page location. Absolute paths seem the only viable way to do this.

The master page has a Page property, from which you can access the ClientScript class to call RegisterStartupScript ( this is all from memory, but the names are the only bit that may be wrong ). If you call this, your javascript will be inserted at the end of your page, which means that your hidden control is guarenteed to be visible to it.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

QuestionPost Form From Code Behind Pin
MrRyansan19-Sep-06 9:21
MrRyansan19-Sep-06 9:21 
AnswerRe: Post Form From Code Behind Pin
Kschuler19-Sep-06 10:44
Kschuler19-Sep-06 10:44 
GeneralRe: Post Form From Code Behind Pin
MrRyansan19-Sep-06 16:56
MrRyansan19-Sep-06 16:56 
QuestionPrint SSRS Web Report directly to printer Pin
RickyZX19-Sep-06 7:33
RickyZX19-Sep-06 7:33 
QuestionPage Refresh in ASP causing problem Pin
krishna1919-Sep-06 7:06
krishna1919-Sep-06 7:06 
AnswerRe: Page Refresh in ASP causing problem Pin
Christian Graus19-Sep-06 15:19
protectorChristian Graus19-Sep-06 15:19 
QuestionConnection to Access Database Pin
mcgann19-Sep-06 6:48
mcgann19-Sep-06 6:48 
AnswerRe: Connection to Access Database Pin
minhpc_bk19-Sep-06 15:09
minhpc_bk19-Sep-06 15:09 
QuestionCan you configure Atlas and MasterPages to do an Atlas style update of only the Masterpages content? Pin
Red_Wizard_Shot_The_Food19-Sep-06 5:58
Red_Wizard_Shot_The_Food19-Sep-06 5:58 
QuestionMy master page's graphics refresh under IE7 when navigating to a content page that should share the same master, is there a fix for this ? Pin
Red_Wizard_Shot_The_Food19-Sep-06 3:50
Red_Wizard_Shot_The_Food19-Sep-06 3:50 
AnswerRe: My master page's graphics refresh under IE7 when navigating to a content page that should share the same master, is there a fix for this ? Pin
Guffa19-Sep-06 7:17
Guffa19-Sep-06 7:17 
GeneralRe: My master page's graphics refresh under IE7 when navigating to a content page that should share the same master, is there a fix for this ? Pin
Red_Wizard_Shot_The_Food19-Sep-06 7:48
Red_Wizard_Shot_The_Food19-Sep-06 7:48 
AnswerRe: My master page's graphics refresh under IE7 when navigating to a content page that should share the same master, is there a fix for this ? Pin
Guffa19-Sep-06 20:53
Guffa19-Sep-06 20:53 
GeneralRe: My master page's graphics refresh under IE7 when navigating to a content page that should share the same master, is there a fix for this ? Pin
Red_Wizard_Shot_The_Food19-Sep-06 21:45
Red_Wizard_Shot_The_Food19-Sep-06 21:45 
AnswerRe: My master page's graphics refresh under IE7 when navigating to a content page that should share the same master, is there a fix for this ? Pin
Guffa20-Sep-06 20:11
Guffa20-Sep-06 20:11 
QuestionDate in DataGrid Pin
netDeveloper19-Sep-06 3:08
netDeveloper19-Sep-06 3:08 
AnswerRe: Date in DataGrid Pin
_AK_19-Sep-06 3:09
_AK_19-Sep-06 3:09 

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.