| Thread | Last Post | Replies |
|
| cookies not persisting | 30 Jul 2007 18:33 GMT | 2 |
I'm not finding cookies I create to persist. I don't see any corresponding file in C:\Documents and Settings\jgrandy\Local Settings\Temporary Internet Files and the cookie is not present in the Request.Cookies collection on postback.
|
| The code is not working | 30 Jul 2007 16:14 GMT | 6 |
I download the framework and install the IIS server 5.1, But when I copy the code that supposed to print me 'hello world' from my manual it didn't work. It showed me the page, but ignored the '.net' script. What could be the reason?
|
| IFRAME containing ASP.NET Site within a Classic ASP Page | 30 Jul 2007 16:09 GMT | 1 |
I've built an ASP.NET web application which exists as it's own URL. Another site which was created in classic ASP, and exists as it's own URL, has an IFRAME containing my site. I'm experiencing a problem with the height of the IFRAME when the ASP.NET
|
| Using VS 2008 Orcas B2? | 30 Jul 2007 15:48 GMT | 5 |
Just wondering how many of you all are using VS2008 bETA 2 to work on 2.0 projects? I dl'd the beta 2 release but have not installed ityet because i was concerned about future uninstall when the RTM/RC version is out and the possibility of breaking 2.0 stuff when i uninstall. Any
|
| GridView Control - Disable/Enable Row Editing | 30 Jul 2007 15:41 GMT | 1 |
I want to disable the editing of a row in my gvParts GridView control. How? I need to evaluate the value of one Template Field to determine if the record should be edited or not but the template field always returns an empty string. Any ideas?
|
| 1.1: Setting ImageUrl of ImageButton does not work | 30 Jul 2007 14:56 GMT | 2 |
why does this not work: <asp:ImageButton id="myButt" runat="server"
|
| HTTP POST only knowing server IP and port number | 30 Jul 2007 14:56 GMT | 1 |
I have to pass a SOAP message to a server, and I know only server IP and the port number. I was gonna do it from a form, using WebRequest Class and
|
| TreeView "onmouseover" | 30 Jul 2007 12:59 GMT | 1 |
How can I realize, that when the Cursor is over an TreeNode, that the TreeNode will be underlined. I think the code must be in the "TreeNodeDataBound" Event, or? Regards
|
| how to populate programmatically a dropdownlist in a template? | 30 Jul 2007 12:25 GMT | 9 |
i defined a dropdownlist in the EditTemplate of a gridview like this: <asp:TemplateField HeaderText="min" SortExpression="min"> <EditItemTemplate> <asp:DropDownList ID="DropDownList1" runat="server" SelectedValue='<%#
|
| VS & IIS alternative? | 30 Jul 2007 11:54 GMT | 4 |
I'm looking for a toolset to do basic web-dev w/ some easy if-then type encapsulated biz logic that hits a db - even Access. Can't use VS because IIS isn't an option... and the tool wont even install on the machine. Any alternative tools that have at least a decent GUI
|
| Prevent the URL access. | 30 Jul 2007 10:56 GMT | 1 |
I have a homepage.aspx and lot of other pages also.Some pages are pop up pages which will get input from the user. now what happens is some users try to enter the URL of the popups directly to the browser window and tries to enter values.As he is logged in before, He able to
|
| ASP Newbie -- Please Help! | 30 Jul 2007 10:49 GMT | 2 |
Hi, I am going to start a webpage & the server help people told me it should be in ASP script - I have NO CLUE what that means. I know there are programs which help with the creation of a web site, are there any that do it in ASP script, preferably any free ones? Is there anything
|
| Flush problem with IE6 | 30 Jul 2007 08:48 GMT | 3 |
I have a problem with a Response.Flush code only with some versions of IE6. This is my code:
|
| I would like to add a button that the user can click to execute query - fills gridView control | 30 Jul 2007 07:27 GMT | 2 |
How can I do this with ASP controls & VB.NET On click of button run query to fill gridView.
|
| Select Master Page Option is missing | 29 Jul 2007 23:13 GMT | 3 |
I created a web app in VS.NET 2005 Created a Master page I tried to add a new Item to my project and can not select a Master page. in the dialog I get The option to say I want to select a master page it is
|