Click here to Skip to main content
15,881,757 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Javascript problem in ASP.NET Page Pin
jkirkerx25-Apr-12 7:28
professionaljkirkerx25-Apr-12 7:28 
GeneralRe: Javascript problem in ASP.NET Page Pin
Not Active25-Apr-12 7:38
mentorNot Active25-Apr-12 7:38 
GeneralRe: Javascript problem in ASP.NET Page Pin
jkirkerx25-Apr-12 9:04
professionaljkirkerx25-Apr-12 9:04 
GeneralRe: Javascript problem in ASP.NET Page Pin
Member 888314725-Apr-12 7:39
Member 888314725-Apr-12 7:39 
GeneralRe: Javascript problem in ASP.NET Page Pin
jkirkerx25-Apr-12 9:05
professionaljkirkerx25-Apr-12 9:05 
GeneralRe: Javascript problem in ASP.NET Page Pin
Member 888314725-Apr-12 20:38
Member 888314725-Apr-12 20:38 
GeneralRe: Javascript problem in ASP.NET Page Pin
Member 888314725-Apr-12 20:52
Member 888314725-Apr-12 20:52 
GeneralRe: Javascript problem in ASP.NET Page Pin
Ali Al Omairi(Abu AlHassan)25-Apr-12 20:19
professionalAli Al Omairi(Abu AlHassan)25-Apr-12 20:19 
then try this:
JavaScript
var theForm = document.forms['<%= form1.UniqueID %>'];
if (!theForm) {
    theForm = document.<%= form1.UniqueID %>;
}

Help people,so poeple can help you.

GeneralRe: Javascript problem in ASP.NET Page Pin
Member 888314725-Apr-12 21:13
Member 888314725-Apr-12 21:13 
AnswerRe: Javascript problem in ASP.NET Page Pin
Not Active25-Apr-12 7:32
mentorNot Active25-Apr-12 7:32 
QuestionHOW TO CREATE DOWNLOADABLE XML FORM FOR USER FEEDBACK Pin
Olanrewaju Matthew25-Apr-12 2:18
professionalOlanrewaju Matthew25-Apr-12 2:18 
AnswerRe: HOW TO CREATE DOWNLOADABLE XML FORM FOR USER FEEDBACK Pin
Not Active25-Apr-12 4:04
mentorNot Active25-Apr-12 4:04 
AnswerRe: HOW TO CREATE DOWNLOADABLE XML FORM FOR USER FEEDBACK Pin
jkirkerx25-Apr-12 7:23
professionaljkirkerx25-Apr-12 7:23 
GeneralRe: HOW TO CREATE DOWNLOADABLE XML FORM FOR USER FEEDBACK Pin
Olanrewaju Matthew27-Apr-12 1:41
professionalOlanrewaju Matthew27-Apr-12 1:41 
JokeRe: HOW TO CREATE DOWNLOADABLE XML FORM FOR USER FEEDBACK Pin
jkirkerx27-Apr-12 7:09
professionaljkirkerx27-Apr-12 7:09 
QuestionSql updating using Visual studio 2005 and retrieving back the same Pin
Paulus Kerketta24-Apr-12 16:46
Paulus Kerketta24-Apr-12 16:46 
AnswerRe: Sql updating using Visual studio 2005 and retrieving back the same Pin
jkirkerx24-Apr-12 18:03
professionaljkirkerx24-Apr-12 18:03 
GeneralRe: Sql updating using Visual studio 2005 and retrieving back the same Pin
mithoncs@8824-Apr-12 20:49
mithoncs@8824-Apr-12 20:49 
GeneralRe: Sql updating using Visual studio 2005 and retrieving back the same Pin
Paulus Kerketta25-Apr-12 2:40
Paulus Kerketta25-Apr-12 2:40 
GeneralRe: Sql updating using Visual studio 2005 and retrieving back the same Pin
jkirkerx25-Apr-12 6:19
professionaljkirkerx25-Apr-12 6:19 
AnswerRe: Sql updating using Visual studio 2005 and retrieving back the same Pin
vvashishta24-Apr-12 18:24
vvashishta24-Apr-12 18:24 
AnswerRe: Sql updating using Visual studio 2005 and retrieving back the same Pin
mithoncs@8824-Apr-12 20:49
mithoncs@8824-Apr-12 20:49 
Questionnewbie help Pin
vila321023-Apr-12 20:44
vila321023-Apr-12 20:44 
AnswerRe: newbie help Pin
Bernhard Hiller23-Apr-12 23:24
Bernhard Hiller23-Apr-12 23:24 
Questionanyone can help me with my code? i got object must implement iconvertible error after i put file upload in my source code..please help me..im new in asp.net Pin
alip rosli23-Apr-12 10:51
alip rosli23-Apr-12 10: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.