| Thread | Last Post | Replies |
|
| HTML is different | 24 Jan 2007 19:57 GMT | 2 |
Why is the HTML returned from an .aspx page to a web browser is different than the HTML returned when I call the GetResponse() method of the HTTPWebRequest object that is accessing the same .aspx page? Thanks in advance,
|
| ASP.NET 2.0 Menu Control. | 24 Jan 2007 19:43 GMT | 5 |
** IF this is a duplicate post, I appologise as it does not seem to have appeared when I posted it ** half an hour ago. I've been playing with this control for the last day or so and its looks
|
| Hidden IFrame Values Not Making It To Server: How Do I Debug This? | 24 Jan 2007 19:28 GMT | 5 |
hi. i have a hidden iframe for uploading files. when i check the httpfilecollection on the server, it is always zero - the files never make it to the server. i know all the javascript is working correctly on
|
| Absolute URLs in Master pages | 24 Jan 2007 18:48 GMT | 2 |
I'm creating a .Net 2.0 (VS2005) web app using master pages. The HTML that is generated uses relative URL's. I need .Net to generate absolute URL's because these pages are going to be emailed. I've looked but don't see where I can set a property (or something) to do
|
| Generic List to String | 24 Jan 2007 18:40 GMT | 3 |
I have a Generic.List and I need to create a string out of it. Something like: "Item1, Item2, Item 3, ItemN" How can I do this? Thanks,
|
| Where do you handle your exceptions? | 24 Jan 2007 18:34 GMT | 6 |
In a typical 3 tier model (view layer, busines layer and data access layer) where do you handle your exceptions? do you let it buble up all the way to the .aspx pages or do you handle it in your business layer and/or data access layer?
|
| Best way to get FORM variables? | 24 Jan 2007 17:56 GMT | 4 |
On a postback, what is the best way to get FORM variables so that there is a key/value structure that allows accessing by key name. For example: INSERT INTO table1 (keys['columnone'], keys['columntwo'])
|
| Simple layout question | 24 Jan 2007 17:38 GMT | 3 |
Hey guys, I last made a site using Asp.net in vis studio 2003. Now in 2005 and .net 2 i want to make anothe rbut i cant get the layour working. Before i used to make eveyrhting position absolute and just drag
|
| not working: <customErrors mode="Off"/> | 24 Jan 2007 16:33 GMT | 2 |
I made the above change to my web.config file so that errors would be reported from a remote site as explained in the Server Error: Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web ...
|
| Overwriting viewstate | 24 Jan 2007 16:27 GMT | 2 |
I have 2 pages, PageA and PageB. On PageA i allow our users to update a details of a record using textboxes, dropdownlists etc. When a user clicks on a button on PageA, i would like them to be directed to PageB. Here they can select a value from a datagrid, and then go back to ...
|
| 2 divs on same line | 24 Jan 2007 15:32 GMT | 14 |
i have a requirement for the following layout in my masterpage: 1 div for header 1 div for footer Between those divs i want a div for the left menu, then a div for the
|
| dynamic table and repeater at run-time | 24 Jan 2007 15:23 GMT | 5 |
i was able to add the table via the codebehind to the repeater (itemtemplate). the key was to add it to the container. however, now, the data is repeating itself in each row. can someone help me understand how the repeater works? thx in advance.
|
| How to connect to .adp file | 24 Jan 2007 14:32 GMT | 4 |
Is it possible to connect to a .adp file? I'm pulling data from a sql server, but my files are stored on a different server? I'm not sure how to connect across servers so I thought using an .adp file would be the easiest solution?
|
| wrong TreeView node selected | 24 Jan 2007 12:43 GMT | 2 |
I have a TreeView with 1 expanded top node, it has several childnodes (call it row A), which have childs of their own. The top node is selected correctly and all childnodes from the row A nodes are selected correctly.
|
| Object Reference not set....... | 24 Jan 2007 12:06 GMT | 1 |
I am working on asp.net project which I converted the code fron VB to C# and instead of RaiseEvent in VB code I used the following code. using System; using System.Data;
|