 |
|
|
Hi Flash, nice article but unfortunatly not usefull at all, as this is IE6 centric. It does not work on IE7 nor FFx. I know this has been written in 2003 but even then there were more generic constructs that would be crossbrowser. Added my own example here although it has not the "modal" property.
Cheers
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
hi, thanks for article.can i know whats the yellow line means.i get error saying 'retValA' undefined.
thanks in advance
Rama Charan Prasad "Be happy and Keep smiling.Thats what u want be always..  "
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
We would like to inform you that the lightweight version of the inchl framework is released. This release contains full source code and an extended ASP.NET demo application. (please note that this version contains just a minor subset of the full version)
Download link: http://www.inchl.nl/lightweight
Product information:
The inchl framework is a powerfull MVC framework designed to support multiple platforms (ASP.NET and WinForms). Key feature of the framework is its generic way of controlling the userinterface.
The full version of the framework will be released shortly.
Kind regards,
Stephan Smetsers
email: stephansmetsers@hotmail.com web: http://www.inchl.nl
visit http://www.inchl.nl
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Hi,
I have created a true MVC-pattern for ASP.NET that allows dialogs windows in ASP.NET just like you would do when using WinForms. I am using a technique called server-side-blocked calls (server-side AJAX). On my website there are four demos online and also a recording of a live-coding-example (executable desktoprecording).
http://www.inchl.nl
The framework is freeware and is currently being applied in several projects. It's real cool, please tell all your friends about it! It has saved me a lot of developping time.
Kind regards,
Stephan Smetsers stephansmetsers@hotmail.com http://www.inchl.nl
visit http://www.inchl.nl
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Hi Stephen,
the framework was looking good(from demo on inchl.nl) , can i get a link to download it.
Naga
nagarajan.ml@gmail.com
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
We would like to inform you that the lightweight version of the inchl framework is released. This release contains full source code and an extended ASP.NET demo application. (please note that this version contains just a minor subset of the full version)
Download link: http://www.inchl.nl/lightweight
Product information:
The inchl framework is a powerfull MVC framework designed to support multiple platforms (ASP.NET and WinForms). Key feature of the framework is its generic way of controlling the userinterface.
The full version of the framework will be released shortly.
Kind regards,
Stephan Smetsers
email: stephansmetsers@hotmail.com web: http://www.inchl.nl
visit http://www.inchl.nl
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
I have a requirement to have one page (compelete Sign In page) as a popup window when the user clicks 'Sign In' for another page.
Can you help me with a solution?
Thanks in advance, Mahesh
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
|
Hello
It may seem irrelevant though I need to ask.
Does Passing parameters to a modal dialog and back to parent and so on, support unicode ? I mean, can I pass unicode characters as paramaters to modal dialog ? (Chinese chars for instance)
Thank you for the article. It is one of the simplest and therefore most beneficial one on CodeProject.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Hi all, window.showModalDialog only works on IE, not on FireFox or Safari. Any body can help me how to show a popup dialog on FireFox and Safari.
Thanks Tham Nguyen
|
| Sign In·View Thread·PermaLink | 3.09/5 (7 votes) |
|
|
|
 |
|
|
FireFox does not Support ModalDialog Use This Instead
if (window.showModalDialog){ then show a modal dialog } else{
otherwise use window.open }
id you gota do something you gotta do it your self
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
|
Here is the solution for your problem: http://www.hedgerwow.com/360/dhtml/dialog_window/dialog_window.htm Unfortunatelly it desn't work for Firefox 2 (I don't know yet why)
|
| Sign In·View Thread·PermaLink | 2.33/5 (2 votes) |
|
|
|
 |
|
|
 |
|
|
there is one identical article at this address: http://www.c-sharpcorner.com/Code/2003/Sept/ModalPopupInASP.NET.asp so who is the author?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
there is one identical article at this address: http://www.c-sharpcorner.com/Code/2003/Sept/ModalPopupInASP.NET.asp
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Hi,
This is what I really need, but.... I'm not using HTML controls. I'm using Web Forms Controls and I don't know how can I use them with your code. In this case I must to pass the text of 3 labels and of 1 textbox. Can you help me on this? The property value of controls no longer exists... Now is text propertie and I'm not very experient in JavaScript.
Once more... Can you help me on this? Or Suggestions?
Thanks Ruca
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
|
Scope: ASP, ASP.NET, C#, Csharp, VB.NET, Visual Basic, Java
I dont see code in any of these languages covered in this article... it is HTML basics, along with Javascript.
|
| Sign In·View Thread·PermaLink | 1.33/5 (3 votes) |
|
|
|
 |
|
|
The techniques demonstrated can be leveraged by programmers pursuing solutions in the "Scope" disciplines. Rather than the word "Scope" ... possibly the phrase "Beneficial to following disciplines:" should have been used.
I didn’t know I would be graded on nomenclature (smile).
FlashMerlot http://qpop.com
|
| Sign In·View Thread·PermaLink | 4.38/5 (4 votes) |
|
|
|
 |