 |
|
 |
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
|
|
|
|
 |
|
|
 |
|
 |
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..  "
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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)
|
|
|
|
 |
|
|
 |
|
 |
there is one identical article at this address:
http://www.c-sharpcorner.com/Code/2003/Sept/ModalPopupInASP.NET.asp
so who is the author?
|
|
|
|
 |
|
 |
I think you'll find that its the same person...
|
|
|
|
 |
|
 |
there is one identical article at this address:
http://www.c-sharpcorner.com/Code/2003/Sept/ModalPopupInASP.NET.asp
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
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
|
|
|
|
 |