Click here to Skip to main content
15,920,633 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionnested user controls Pin
Dhyanga20-Sep-10 3:04
Dhyanga20-Sep-10 3:04 
AnswerRe: nested user controls Pin
Dhyanga20-Sep-10 5:56
Dhyanga20-Sep-10 5:56 
AnswerRe: nested user controls Pin
Sandeep Mewara20-Sep-10 7:01
mveSandeep Mewara20-Sep-10 7:01 
GeneralRe: nested user controls Pin
Dhyanga20-Sep-10 7:15
Dhyanga20-Sep-10 7:15 
GeneralRe: nested user controls Pin
Sandeep Mewara20-Sep-10 7:15
mveSandeep Mewara20-Sep-10 7:15 
AnswerRe: nested user controls Pin
Dhyanga20-Sep-10 7:55
Dhyanga20-Sep-10 7:55 
QuestionWebUserControl, UpadtePanel And JavaScript Problem Pin
jitendrafaye19-Sep-10 18:06
jitendrafaye19-Sep-10 18:06 
AnswerRe: WebUserControl, UpadtePanel And JavaScript Problem Pin
david vermeulen28-Sep-10 20:09
david vermeulen28-Sep-10 20:09 
Not sure if you have figured it out yet, but I think the problem is where you register your startup script.

It should point to the page (page where the control is loaded) and not to the control itself.

You can try : ScriptManager.RegisterStartupScript(this.Page,typeof(this.Page.getType()) ,"ScriptKey","alert('HI')", true);

Hope this helps.
QuestionCan not reference text value in footer of Gridview control [modified] Pin
rhicks5419-Sep-10 14:39
rhicks5419-Sep-10 14:39 
Questionquestion about IsMobileDevice Pin
Jassim Rahma19-Sep-10 5:48
Jassim Rahma19-Sep-10 5:48 
AnswerRe: question about Is MobileDevice Pin
sashidhar19-Sep-10 18:43
sashidhar19-Sep-10 18:43 
Questiontext formatting control Pin
bfis10813719-Sep-10 4:59
bfis10813719-Sep-10 4:59 
AnswerRe: text formatting control Pin
NeverHeardOfMe19-Sep-10 6:44
NeverHeardOfMe19-Sep-10 6:44 
GeneralRe: text formatting control Pin
bfis10813720-Sep-10 4:26
bfis10813720-Sep-10 4:26 
QuestionnLayer Design in web application Pin
future383918-Sep-10 18:18
future383918-Sep-10 18:18 
AnswerRe: nLayer Design in web application Pin
Keith Barrow18-Sep-10 21:29
professionalKeith Barrow18-Sep-10 21:29 
QuestionisIdentity Pin
future383918-Sep-10 1:01
future383918-Sep-10 1:01 
AnswerRe: isIdentity Pin
Goutam Patra18-Sep-10 1:42
professionalGoutam Patra18-Sep-10 1:42 
AnswerRe: isIdentity Pin
Yusuf18-Sep-10 3:07
Yusuf18-Sep-10 3:07 
QuestionDataObjectFieldAttribute Pin
future383918-Sep-10 1:00
future383918-Sep-10 1:00 
AnswerRe: DataObjectFieldAttribute Pin
Goutam Patra18-Sep-10 1:43
professionalGoutam Patra18-Sep-10 1:43 
QuestionConnection string for .DBF file don't work when using IIS. How to fix it? Pin
bogus17-Sep-10 10:35
bogus17-Sep-10 10:35 
AnswerRe: Connection string for .DBF file don't work when using IIS. How to fix it? Pin
Abhijit Jana17-Sep-10 11:54
professionalAbhijit Jana17-Sep-10 11:54 
GeneralRe: Connection string for .DBF file don't work when using IIS. How to fix it? Pin
bogus17-Sep-10 12:04
bogus17-Sep-10 12:04 
AnswerRe: Connection string for .DBF file don't work when using IIS. How to fix it? Pin
Yusuf17-Sep-10 17:51
Yusuf17-Sep-10 17:51 

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.