Hi,
I am having problems with the popup dialog and understanding how it works.
The process in my page goes as follows:
- The user completes filling all the textboxes, radiobuttons, etc
- User clicks on the submit button
- Validation happens on the Client Side
- After Validation is done, it runs the Server Code (had to be done this way because I am running some database and functions that can't be done under javascript)
- At the end of the function that is ran in the Server Code, the user should then be shown a popup window or dialog which will be telling it to add some data.
Now the problem I am having is creating this popup dialog, I have looked at different places in "how to" but I still dont get it, using DIV seems to be working for everyone but I don't see anyone running it from a Button; only from a href. and as for what I can see after a postback, also the data that is in the original window will be used in this popup window (kind of sending data back and forwards but only obtaining the data so then it can be finally be sent to the database, so it needs the data in i.e the textboxes).
Please any help with this would mean a lot!
I can give more information if needed.
Loading
regorPosted Apr 26, 2010, 8:57 AM
Probably posting this a bit too late. But I have found a solution by using Infragistics tools. They have a DialogWindows tool which acts just like a pop-up window by using AJAX. Pretty simple to use and the window runs before a post-back is ever sent so the data is always there so no need to store it in a Session :)
Hope this could help anyone (even if required to install an external tool - which in the long run means you could create your own but I didn't bother as much)
Ravi DerPosted Mar 16, 2010, 4:45 AM
ur problem is same as me, i also want to create a popup window like in gmail chat becoz i want add chat facility in my project...
if any solution u get plz send me becoz its my final sem project & its very urgent for me...
thank you.
regorPosted Mar 15, 2010, 9:38 AM
What I am trying to do is more of a pop up window that looks like the following
http://tinypic.com/r/51u7oy/5
The problem I have is that I need to run that dialog/window within the server code as it runs the client side for validation but the next part can only be done in the server so this is where I am stuck as I could send the user to a new window or redirect to a new page, but in reality that is not what I want because I need the information that is originated and used in this form.
Regor
Amit ChoudharyPosted Mar 15, 2010, 8:37 AM
hi friend,
Is that preview window kind of popup??
Sam HobbsPosted Mar 12, 2010, 3:01 PM