Click here to Skip to main content
15,895,256 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Trigger Pin
N a v a n e e t h17-Feb-08 18:14
N a v a n e e t h17-Feb-08 18:14 
GeneralRe: Trigger Pin
Guffa17-Feb-08 21:12
Guffa17-Feb-08 21:12 
QuestionWhat is the utility of authorization concepts in web.config , when database is there ? Pin
Sonia Gupta17-Feb-08 18:01
Sonia Gupta17-Feb-08 18:01 
GeneralRe: What is the utility of authorization concepts in web.config , when database is there ? Pin
N a v a n e e t h17-Feb-08 18:15
N a v a n e e t h17-Feb-08 18:15 
QuestionRe: What is the utility of authorization concepts in web.config , when database is there ? Pin
Sonia Gupta17-Feb-08 18:17
Sonia Gupta17-Feb-08 18:17 
GeneralRe: What is the utility of authorization concepts in web.config , when database is there ? Pin
N a v a n e e t h17-Feb-08 18:20
N a v a n e e t h17-Feb-08 18:20 
Questionjavascipt document.getElementByID() problem using MasterPage Pin
sivaprakas17-Feb-08 17:50
sivaprakas17-Feb-08 17:50 
GeneralRe: javascipt document.getElementByID() problem using MasterPage Pin
Venkatesh Mookkan17-Feb-08 18:02
Venkatesh Mookkan17-Feb-08 18:02 
sivaprakas wrote:
function test()
{

alert(document.getElementById("editName").value));

}



This would work with normal pages. But in MasterPages, it is different. Even though you have given the ID as "editname" ASP.NET appends a prefix of the contentplaceholder name along with the actual name. To overcome this, you can set the JavaScript call at runtime from the CodeBehind using editname.ClientID property as parameter to the JS function rather than hardcoding it.


[Venkatesh Mookkan]
My: Website | Yahoo Group | Blog Spot

AnswerRe: javascipt document.getElementByID() problem using MasterPage Pin
sivaprakas17-Feb-08 19:37
sivaprakas17-Feb-08 19:37 
GeneralRe: javascipt document.getElementByID() problem using MasterPage Pin
N a v a n e e t h17-Feb-08 20:18
N a v a n e e t h17-Feb-08 20:18 
GeneralVs2005 & vs2003 Pin
Member 387988117-Feb-08 17:37
Member 387988117-Feb-08 17:37 
GeneralRe: Vs2005 & vs2003 Pin
Christian Graus17-Feb-08 18:23
protectorChristian Graus17-Feb-08 18:23 
QuestionObject reference not set and session issue... Pin
Kasic Slobodan17-Feb-08 11:43
Kasic Slobodan17-Feb-08 11:43 
GeneralRe: Object reference not set and session issue... Pin
Christian Graus17-Feb-08 16:42
protectorChristian Graus17-Feb-08 16:42 
GeneralRe: Object reference not set and session issue... Pin
Kasic Slobodan18-Feb-08 9:15
Kasic Slobodan18-Feb-08 9:15 
GeneralASP.NET Image Control at runtime Pin
plural17-Feb-08 10:10
plural17-Feb-08 10:10 
GeneralRe: ASP.NET Image Control at runtime Pin
Christian Graus17-Feb-08 10:46
protectorChristian Graus17-Feb-08 10:46 
GeneralRe: ASP.NET Image Control at runtime Pin
plural17-Feb-08 23:42
plural17-Feb-08 23:42 
Generalconfusing error, please help Pin
mehran.asg16-Feb-08 19:29
mehran.asg16-Feb-08 19:29 
GeneralRe: confusing error, please help Pin
Christian Graus16-Feb-08 21:44
protectorChristian Graus16-Feb-08 21:44 
GeneralRe: confusing error, please help Pin
mehran.asg16-Feb-08 22:05
mehran.asg16-Feb-08 22:05 
GeneralRe: confusing error, please help Pin
Christian Graus16-Feb-08 23:26
protectorChristian Graus16-Feb-08 23:26 
GeneralRe: confusing error, please help Pin
Guffa17-Feb-08 2:36
Guffa17-Feb-08 2:36 
GeneralProblem inserting image into table! Pin
Branislav Vidovic16-Feb-08 12:32
Branislav Vidovic16-Feb-08 12:32 
GeneralRe: Problem inserting image into table! Pin
Christian Graus16-Feb-08 12:38
protectorChristian Graus16-Feb-08 12:38 

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.