Showing results 1 to 11 of 11
Search took 0.01 seconds; generated 1 minute(s) ago.
Posts Made By: Oreo1982
Forum: ASP.NET Sep 22nd, 2008
Replies: 2
Views: 861
Posted By Oreo1982
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
Posted By Oreo1982
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
Posted By Oreo1982
Re: How to pass data (field1, fields) from gridview to new page to display detail

Also... you need an ampersand in the string between variables.


"detailspage.aspx?var1=" & value & "&practice_id=" & value2
Forum: ASP.NET Sep 11th, 2008
Replies: 7
Views: 910
Posted By Oreo1982
Re: How to pass data (field1, fields) from gridview to new page to display detail

try taking the space out from behind practice_id. & "practice_id=" &
Forum: ASP.NET Sep 5th, 2008
Replies: 7
Views: 910
Posted By Oreo1982
Re: How to pass data (field1, fields) from gridview to new page to display detail

<asp:GridView ID="grdEmpList" runat="server" AllowPaging="true" PagerStyle-HorizontalAlign="center"
DataSourceid="dSource"
DataKeyNames="Field1,Field2.."


Private Sub...
Forum: ASP.NET Sep 5th, 2008
Replies: 7
Views: 910
Posted By Oreo1982
Re: How to pass data (field1, fields) from gridview to new page to display detail

do you have your fields you want passed as datakeys in the grid?
Forum: ASP.NET Sep 5th, 2008
Replies: 0
Views: 615
Posted By Oreo1982
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
Posted By Oreo1982
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
Posted By Oreo1982
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
Posted By Oreo1982
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
Posted By Oreo1982
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...
Showing results 1 to 11 of 11

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 1:50 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC