| Thread | Last Post | Replies |
|
| passing values from chil pop up to parent | 07 Mar 2008 18:34 GMT | 4 |
I am trying to pass the value from my child window to my parent window. I don't get the value from child to my parent when I refresh my parent page, if I don't refresh my parent page then I get the value frtom my child window. Below is the code in my parent window and child ...
|
| Integrated Security Issue | 07 Mar 2008 18:25 GMT | 10 |
I have an ASP page with several textboxes that are populated using an ADO objects and statement in the code behind. The page also has two datagridviews each populated with datasources using the same connection string as the ADO statement, all three of which utilize Integrated ...
|
| Login Failed after running aspnet_regsql | 07 Mar 2008 17:15 GMT | 1 |
I ran aspnet_regsql to create the membership tables in my current database (ADAHSystem), however, now when I try to configure the user accounts I get, "Cannot open user default database. Login failed." I have done some googling and found in the the examples I see something
|
| Hashtable in Cahe seems to have items removed | 07 Mar 2008 17:11 GMT | 1 |
I have in the ASP.NET cache a Hashtable of items. What seems to be happening,is that some of the actual entries in the hashtable are being removed, perhaps under memory pressure, when what I would have expected is that the actual hashtable be removed.
|
| 301 redirect HTML to ASPX. options? | 07 Mar 2008 16:33 GMT | 11 |
I'm helping convert a 300+ page .html site into an ASP.net site. The client wants to set up 301 redirects for all of the old html pages. I've used ISAPI for this type of thing in the past, as it works great and is easy to set up, but at this point, the client (which is my client, ...
|
| image url in gridview, problem | 07 Mar 2008 16:11 GMT | 1 |
asp.net 3.5 I have a gridview where I'm trying to display a image which the user can click on and some action will be triggered: The image here isn't displayed, instead a broken image is displayed and alt
|
| SQL Database at a WebHoast | 07 Mar 2008 15:55 GMT | 1 |
In VS2008 I need to add a connection to a database that's on the server for my WebHoast. I can't have a local database under the development unless I use an Access Database. Does any one know how you manage users for webpages in ASP.NET 2.0 and 3.5
|
| if statement inside Repeater ItemTemplate | 07 Mar 2008 15:53 GMT | 1 |
using .net 2.0 Trying to put condition on current value in repeater in this manner: <% if(<%# DataBinder.Eval(Container.DataItem, "FROM_NET") != "Hourly Rate")%> %>
|
| AJAX search | 07 Mar 2008 15:50 GMT | 1 |
I have a structure like so Product 1---* Edition 1---* Collateral I would like a search page on my site which allows the user to enter keywords and see a list of thumbnail images (already PNG files on my server)
|
| Using Framework 2.0 in VS2008 | 07 Mar 2008 15:34 GMT | 4 |
How do I tell my ASP.NEt project to use framework 2.0 in stead of 3.5. My webhoast doesn't support .NET Framework 3.5 they only supports 1.1 and 2.0 Lars
|
| opening a new web page | 07 Mar 2008 14:24 GMT | 1 |
Currently I use Response.Redirect("http://mywebsite.org/mypage.aspx") to open a new web page from asp.net. How can I open a new webpage in a new tab? do I need some javascript? if so what?
|
| Session breaking on redirect | 07 Mar 2008 13:11 GMT | 2 |
I have recently encountered a very strange problem: on every redirect from a codebehind page, sessions break. A varible is correctly stored in a session on a page and then, when a redirect occurs (on the click of the button, for example), the session is
|
| Handling errors thrown in Application_Error() | 07 Mar 2008 11:19 GMT | 2 |
I have a web app that handles errors in the Gloabal.ascx's Application_Error(). It does some logging etc in there and if it throws an error, I want the app to display a static html splash page rather than a yellow screen asp.net error.
|
| ImageButton in DataGrid wont submit when deployed to live | 07 Mar 2008 10:00 GMT | 3 |
I have a datagrid which contains an ImageButton. This datagrid is in a control which is in an aspx page. the aspx page contains the form:<form id="frmItemDetail" runat="server"> On my local machine the ImageButton submits my page fine. Everything
|
| Vista - IP Address | 07 Mar 2008 09:59 GMT | 1 |
Anyone please suggest me to retrieve the Vista machine's IPAddress from asp.net? I tried Request.ServerVariables[REMOTE_ADDR], but no success. Regards,
|