Click here to Skip to main content
15,891,529 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Namespace not exposed in aspx.cs file Pin
daveyerwin27-Apr-10 7:15
daveyerwin27-Apr-10 7:15 
QuestionListbox selecteditem not eqal to true [modified] Pin
Sandesh M Patil27-Apr-10 5:55
Sandesh M Patil27-Apr-10 5:55 
AnswerRe: Listbox selecteditem not eqal to true Pin
Not Active27-Apr-10 7:10
mentorNot Active27-Apr-10 7:10 
AnswerRe: Listbox selecteditem not eqal to true Pin
michaelschmitt27-Apr-10 7:16
michaelschmitt27-Apr-10 7:16 
AnswerRe: Listbox selecteditem not eqal to true Pin
nagendrathecoder27-Apr-10 20:01
nagendrathecoder27-Apr-10 20:01 
QuestionConverting String to pdf ASP.net Pin
Deb_2627-Apr-10 4:55
Deb_2627-Apr-10 4:55 
AnswerRe: Converting String to pdf ASP.net Pin
Eddy Vluggen27-Apr-10 7:24
professionalEddy Vluggen27-Apr-10 7:24 
QuestionPopUp __dopostback Pin
garfield18527-Apr-10 4:54
garfield18527-Apr-10 4:54 
Hi everybody.

I need some help with a problem.

Can anybody say what's wrong with my script?
When executing, IE says that there is an error on the line with the __dopostback.
I do not have knowledge on javascript, but I copied the code and made it work sometimes.
Right now, I'm going crazy with it. Thanks in advance.

<script language="javascript"> 
      var sFeatures='dialogWidth: 500px;dialogHeight: 200px;status:no;scroll:no';
      var Resp = window.showModalDialog('PopUpMsg.aspx', window,sFeatures);
if (Resp == True)
{
       __doPostBack('btnBorrar','1');
}
</script>


It is supposed to show a modal window called PopUpmsg.aspx, where I'll answer Yes or No. That works fine. But after answering, I need to reload the page, and the postback does not seem to work.
AnswerRe: PopUp __dopostback Pin
Not Active27-Apr-10 7:05
mentorNot Active27-Apr-10 7:05 
AnswerRe: PopUp __dopostback Pin
daveyerwin27-Apr-10 7:05
daveyerwin27-Apr-10 7:05 
Questionbrowsing the image and displaying in the image control but next time not displayig Pin
developerit27-Apr-10 3:25
developerit27-Apr-10 3:25 
AnswerRe: browsing the image and displaying in the image control but next time not displayig Pin
Brij27-Apr-10 3:39
mentorBrij27-Apr-10 3:39 
QuestionHow to display message in baloons above system tray (vb dotnet) Pin
Ratnadeep_Raul27-Apr-10 1:22
Ratnadeep_Raul27-Apr-10 1:22 
AnswerRe: How to display message in baloons above system tray (vb dotnet) Pin
Michel Godfroid27-Apr-10 2:14
Michel Godfroid27-Apr-10 2:14 
AnswerRe: How to display message in baloons above system tray (vb dotnet) Pin
Tej Aj27-Apr-10 3:40
Tej Aj27-Apr-10 3:40 
QuestionHow to open a drop down using java script Pin
raghvendrapanda27-Apr-10 0:00
raghvendrapanda27-Apr-10 0:00 
AnswerRe: How to open a drop down using java script Pin
Brij27-Apr-10 0:40
mentorBrij27-Apr-10 0:40 
Questionscan tool in webform Pin
ptvce26-Apr-10 23:54
ptvce26-Apr-10 23:54 
QuestionAccessing Textbox Control in Gridview from Javascript. Pin
cheguri26-Apr-10 23:36
cheguri26-Apr-10 23:36 
AnswerRe: Accessing Textbox Control in Gridview from Javascript. Pin
Brij26-Apr-10 23:44
mentorBrij26-Apr-10 23:44 
AnswerRe: Accessing Textbox Control in Gridview from Javascript. Pin
Jamil Hallal26-Apr-10 23:45
professionalJamil Hallal26-Apr-10 23:45 
GeneralRe: Accessing Textbox Control in Gridview from Javascript. Pin
cheguri27-Apr-10 0:17
cheguri27-Apr-10 0:17 
AnswerRe: Accessing Textbox Control in Gridview from Javascript. Pin
Arun Jacob27-Apr-10 2:15
Arun Jacob27-Apr-10 2:15 
QuestionProblems with Button Click Event Pin
BadKarma26-Apr-10 22:43
BadKarma26-Apr-10 22:43 
AnswerRe: Problems with Button Click Event Pin
Jamil Hallal26-Apr-10 22:45
professionalJamil Hallal26-Apr-10 22:45 

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.