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

ASP.NET

 
AnswerRe: EventLog problem ,,Vista Home Pin
Abhijit Jana10-Sep-08 18:51
professionalAbhijit Jana10-Sep-08 18:51 
GeneralRe: EventLog problem ,,Vista Home Pin
Amr M. K.11-Sep-08 1:22
Amr M. K.11-Sep-08 1:22 
Questionhow to check the username is already exist in a table...? Pin
asad_black10-Sep-08 9:34
asad_black10-Sep-08 9:34 
AnswerRe: how to check the username is already exist in a table...? Pin
Christian Graus10-Sep-08 9:45
protectorChristian Graus10-Sep-08 9:45 
AnswerRe: how to check the username is already exist in a table...? Pin
Pete O'Hanlon10-Sep-08 10:36
mvePete O'Hanlon10-Sep-08 10:36 
AnswerRe: how to check the username is already exist in a table...? Pin
naveedmazhar10-Sep-08 18:14
naveedmazhar10-Sep-08 18:14 
QuestionError loading WebForm.aspx Pin
Reality Strikes10-Sep-08 8:33
Reality Strikes10-Sep-08 8:33 
Questionjavascript function call from user control's command button Pin
Neeraj Arora10-Sep-08 7:31
Neeraj Arora10-Sep-08 7:31 
Hi all,
I have a user control having a command button. On click of button, I've bound a javascript function which should show a div control. But, when I click on button, it postback the page.

cmdPostComment.Attributes.Add("onClick", "return showDiv();")

function showDiv()
{
document.getElementById("divPostComment_Tab1").style.display = "block";
return false;
}

I've noticed one thing, When page renders, command buttons name got changed to "control1$cmdPostComment".

Thanks in advance.
AnswerRe: javascript function call from user control's command button Pin
Christian Graus10-Sep-08 8:07
protectorChristian Graus10-Sep-08 8:07 
GeneralRe: javascript function call from user control's command button Pin
Neeraj Arora10-Sep-08 8:15
Neeraj Arora10-Sep-08 8:15 
GeneralRe: javascript function call from user control's command button Pin
Christian Graus10-Sep-08 8:30
protectorChristian Graus10-Sep-08 8:30 
AnswerRe: javascript function call from user control's command button Pin
naveedmazhar10-Sep-08 18:24
naveedmazhar10-Sep-08 18:24 
QuestionChild Control Problem With Page_Load Pin
Brady Kelly10-Sep-08 7:10
Brady Kelly10-Sep-08 7:10 
QuestionHow can hide IE 7 vertical scrollbars? Pin
JUNEYT10-Sep-08 6:46
JUNEYT10-Sep-08 6:46 
AnswerRe: How can hide IE 7 vertical scrollbars? Pin
Christian Graus10-Sep-08 7:07
protectorChristian Graus10-Sep-08 7:07 
QuestionSend ArrayList to aspx page from Webservice Pin
huge_superman10-Sep-08 6:16
huge_superman10-Sep-08 6:16 
AnswerRe: Send ArrayList to aspx page from Webservice Pin
Christian Graus10-Sep-08 6:23
protectorChristian Graus10-Sep-08 6:23 
GeneralRe: Send ArrayList to aspx page from Webservice Pin
SomeGuyThatIsMe10-Sep-08 7:47
SomeGuyThatIsMe10-Sep-08 7:47 
GeneralRe: Send ArrayList to aspx page from Webservice Pin
Christian Graus10-Sep-08 8:06
protectorChristian Graus10-Sep-08 8:06 
JokeRe: Send ArrayList to aspx page from Webservice Pin
SomeGuyThatIsMe10-Sep-08 8:13
SomeGuyThatIsMe10-Sep-08 8:13 
AnswerRe: Send ArrayList to aspx page from Webservice Pin
Guffa10-Sep-08 20:39
Guffa10-Sep-08 20:39 
GeneralRe: Send ArrayList to aspx page from Webservice Pin
huge_superman11-Sep-08 9:26
huge_superman11-Sep-08 9:26 
AnswerRe: Send ArrayList to aspx page from Webservice Pin
Anurag Sharma - Backoffice12-Sep-08 21:35
Anurag Sharma - Backoffice12-Sep-08 21:35 
Question[Message Deleted] Pin
Omar Gameel Salem10-Sep-08 5:46
professionalOmar Gameel Salem10-Sep-08 5:46 
AnswerRe: Sql update problem in content page Pin
Christian Graus10-Sep-08 6:15
protectorChristian Graus10-Sep-08 6:15 

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.