Forum: ASP.NET Sep 22nd, 2008 |
| Replies: 2 Views: 861 Re: pop up window opening behind main [QUOTE=Fungus1487;696738]Try
onclick="window.open('popup.aspx?textbox=txtDate','cal','width=250,height=225,left=270,top=180');return false;"
href="javascript:void(0);"
Thanks... that worked... |
Forum: ASP.NET Sep 22nd, 2008 |
| Replies: 2 Views: 861 pop up window opening behind main I have an input form that requests a date from the user and have a pop-up window with a calendar in it. Problem is the window shows for less than a second and then goes behind the main page. I have... |
Forum: ASP.NET Sep 11th, 2008 |
| Replies: 7 Views: 910 |
Forum: ASP.NET Sep 11th, 2008 |
| Replies: 7 Views: 910 |
Forum: ASP.NET Sep 5th, 2008 |
| Replies: 7 Views: 910 |
Forum: ASP.NET Sep 5th, 2008 |
| Replies: 7 Views: 910 |
Forum: ASP.NET Sep 5th, 2008 |
| Replies: 0 Views: 615 object datasource can not find generic method Hi,
I have a web form that uses an objectdatasource to select and update the data that is displayed on a gridview. the select is working great, but the update keeps coming back with this.
"... |
Forum: ASP.NET Aug 15th, 2008 |
| Replies: 0 Views: 816 Delete confirmation in a gridview I have a gridview that gets data from an objectdatasource. the grid has a commandfield in which i show both the edit and delete buttons.
i have figured out how to confirm the delete...
If... |
Forum: ASP.NET Jul 21st, 2008 |
| Replies: 3 Views: 951 Re: javascript alert not working right in asp.net I've figured out that is is the response.redirect that is causing the problem. as soon as i comment out that line. it works fine. I'm not sure why it is causing problems. I've tried server.transfer... |
Forum: ASP.NET Jul 21st, 2008 |
| Replies: 3 Views: 951 Re: javascript alert not working right in asp.net I wondered about that at first, but I've added other alerts to that same function that work properly. Pop up blockers wouldn't block one but not the other.. right? wouldn't they block all of them? |
Forum: ASP.NET Jul 18th, 2008 |
| Replies: 3 Views: 951 javascript alert not working right in asp.net hey folks,
I've got a problem. I created a function that creates a javascript alert. it works fine for the invalid date call, but not for the updated call. I have used this function on several... |