Click here to Skip to main content
15,909,651 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionGridview Maintain Selected row after Postback Pin
Member 387988126-Jun-08 18:34
Member 387988126-Jun-08 18:34 
AnswerRe: Gridview Pin
Sherin Iranimose26-Jun-08 19:21
Sherin Iranimose26-Jun-08 19:21 
GeneralRe: Gridview Pin
Karan_TN26-Jun-08 19:27
Karan_TN26-Jun-08 19:27 
GeneralRe: Gridview Pin
Sherin Iranimose26-Jun-08 19:43
Sherin Iranimose26-Jun-08 19:43 
GeneralRe: Gridview Pin
Karan_TN26-Jun-08 20:30
Karan_TN26-Jun-08 20:30 
QuestionJava script function on web form load Pin
BalasubramanianK26-Jun-08 17:39
BalasubramanianK26-Jun-08 17:39 
AnswerRe: Java script function on web form load Pin
Christian Graus26-Jun-08 18:00
protectorChristian Graus26-Jun-08 18:00 
GeneralRe: Java script function on web form load Pin
BalasubramanianK26-Jun-08 18:55
BalasubramanianK26-Jun-08 18:55 
'funEnableTxtBox' is not a member of ASP.frmBAFeedback. This is the actual error, I faced.

I have written my function in design page-source view of frmBAFeedback.aspx file



function funEnableTxtBox()
{
if(document.getElementById("rbRndQRSSPoor").checked==true)
{
var a;
a=document.getElementById("mstxtRndPoor1").value;
if (a == "")
{
alert("Please enter the reason for poor.");
document.getElementById("mstxtRndPoor1").focus()
return false;
}
}
}


I called this fun by other way (onClick event of radiobutton). It is working fine. But I need, "Is there any option to call this function when page loads?"

Balasubramanian K.

GeneralRe: Java script function on web form load Pin
Christian Graus26-Jun-08 18:58
protectorChristian Graus26-Jun-08 18:58 
GeneralRe: Java script function on web form load Pin
BalasubramanianK26-Jun-08 19:04
BalasubramanianK26-Jun-08 19:04 
AnswerRe: Java script function on web form load Pin
Member 387988126-Jun-08 18:35
Member 387988126-Jun-08 18:35 
GeneralRe: Java script function on web form load Pin
BalasubramanianK26-Jun-08 19:02
BalasubramanianK26-Jun-08 19:02 
Questiontreeview control in asp.net Pin
rameshdontagani26-Jun-08 16:36
rameshdontagani26-Jun-08 16:36 
QuestionProblems Validating with a DetailsView Pin
boy.pockets26-Jun-08 13:59
boy.pockets26-Jun-08 13:59 
QuestionServer Error in '/' Application Pin
rama588426-Jun-08 11:41
rama588426-Jun-08 11:41 
AnswerRe: Server Error in '/' Application Pin
Christian Graus26-Jun-08 13:00
protectorChristian Graus26-Jun-08 13:00 
QuestionAdaptative rendering Pin
AlexeiXX326-Jun-08 11:13
AlexeiXX326-Jun-08 11:13 
AnswerRe: Adaptative rendering Pin
N a v a n e e t h26-Jun-08 16:05
N a v a n e e t h26-Jun-08 16:05 
Questiondynamically created controls having problem Pin
Balram Watwani26-Jun-08 5:59
Balram Watwani26-Jun-08 5:59 
AnswerRe: dynamically created controls having problem Pin
Christian Graus26-Jun-08 13:02
protectorChristian Graus26-Jun-08 13:02 
QuestionHelp need in confirmButtonExtender of AJAX Pin
Senthil S26-Jun-08 4:10
Senthil S26-Jun-08 4:10 
AnswerRe: Help need in confirmButtonExtender of AJAX Pin
eyeseetee26-Jun-08 4:20
eyeseetee26-Jun-08 4:20 
QuestionStarting Web application using ASP.NET ! Pin
unitecsoft26-Jun-08 3:16
unitecsoft26-Jun-08 3:16 
AnswerRe: Starting Web application using ASP.NET ! Pin
eyeseetee26-Jun-08 3:19
eyeseetee26-Jun-08 3:19 
Questionperformance issues to dispaly the statistics Pin
gottimukkala26-Jun-08 2:56
gottimukkala26-Jun-08 2:56 

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.