| Thread | Last Post | Replies |
|
| How do degub aspx page when loaded from winforms app. | 07 Sep 2007 07:16 GMT | 4 |
I have a .net 1.1 winforms app that calls an aspx page which I need to debug. I also need to start the debugging process from the winform because the winform first calls a web service which passed secure data to the web server and is cached for 10 seconds and returns a guid. ...
|
| Preferred way to start website project in VS 2005 | 07 Sep 2007 07:14 GMT | 3 |
What's the preferred (best) way to start a website project in VS 2005? I know of 2 ways and each creates a site differently and has different behavior. Open VS 2005
|
| How to get the IP for website given domain name | 07 Sep 2007 06:00 GMT | 1 |
How can I get the IP for web site when I have the Domain Name ? To make my question clear: For example when you go to www.netcraft.com and search for any web site by given the web site name alot of data coming up included the IP address for
|
| gridview result back from detail page | 07 Sep 2007 02:46 GMT | 1 |
I've a GridView contains hyperlink in each row. If user click that link it will open another detail page with all information. After seeing the details user can go back to search result by click back button of the internet. Is there any better way to user can go back to sarch ...
|
| Storing additional user information with ASP.NET | 07 Sep 2007 02:12 GMT | 1 |
I've just started using ASP.NET's membership feature and it all seems pretty good. However, I need to have additional fields such as Address, Postal Code, Country, State, City...etc... stored in another table. The rows can potentially be over 1000000 rows. What's is the
|
| Label not able to take <p> | 07 Sep 2007 02:06 GMT | 4 |
I have an asp:Label that I am trying display some formatted text. I can do this in my aspx page, but not from Javascript where I am getting the text from the opener. I couldn't figure out why my script stopped executing until I realized what was happening.
|
| page load cause "Unterminted string constant" in IE 7 | 07 Sep 2007 00:29 GMT | 3 |
I have a page in my web app that allows users to send change request to HR. It stores the info to the backend first before using an instance of the System.Net.Mail to send email through an smtp gateway. For some strange reason, when I that page is loaded, I get
|
| http request server variables | 06 Sep 2007 22:41 GMT | 1 |
Why would I lose a server name? I had an app that returned a server name, and it was working fine, and now for unknown reasons the server name is blank so the app is not responding appropriately. This is my code: Dim sServer as String =
|
| compositecontrol: design time error creating control, nullreference exception | 06 Sep 2007 21:35 GMT | 2 |
I've created a composite control that uses 6 textboxes and 2 buttons. The control works fine, but the design time is frequently goofed up. I've never gotten the thing to render in design time but it has always rendered it's properties and events to the properties window. Now I'm
|
| Dynamically displaying images in a gridview | 06 Sep 2007 21:23 GMT | 11 |
I've googled and tried various approaches, but could not resolve this problem. The article at MSDN: Displaying Images in a GridView Column only presents a simple case where all data (including the images) of the gridview come from a single table/datasource.
|
| Auto Page Reload | 06 Sep 2007 21:21 GMT | 1 |
Is it possible to have an aspx page reload every nn minutes? I assume I would have to do something in Javascript at the client? I want my ASP.Net application to display running dollars collected and I have the code to do that in the Page_Load but I need a timed postback. ...
|
| Retrieving Local and Network Printers installed on Client ? | 06 Sep 2007 21:19 GMT | 2 |
How can I retrieve Local and Network Printers installed on Client, for use in my ASP.Net Intranet Application. Best Regards, Luqman
|
| DataGrid BoundColumns and ViewState - A Question | 06 Sep 2007 20:48 GMT | 1 |
I understand that viewstate is not saved for bound columns, so although I can add my bound columns in the Init event, Im not sure how I get retreive the posted back information. Let me explain more clearly. If I have a column which is added programatically and bound to the data ...
|
| ASP Image causes page to load twice | 06 Sep 2007 20:44 GMT | 8 |
Howdy All, I need some help I can't believe this is bug in Visual Studio 2005 and hasn't been reported yet, but I have recreated it on two different machines with the same result. I created a brand new website using VS
|
| Web Application Stress Tool | 06 Sep 2007 20:27 GMT | 2 |
Hopefully a simple question: can anybody tell me whether the "Total Bytes Received" and "Total Bytes Sent" values that are logged in the Web Application Stress Tools Report are taken in in the context of the client or the server?
|