| Thread | Last Post | Replies |
|
| Saving data from a dropdown list in FormView?? | 28 Jun 2006 07:39 GMT | 1 |
I'm using a FormView for data entry and it works fine so far. With one exception: I replaced one of the automatically generated textfields by a dropdown list and the value from that list does not get saved in the database! I know that it's because it's missing in the
|
| Current Context in Libraries | 28 Jun 2006 06:29 GMT | 2 |
I have a question. I have a library in my webapp (1.1) that requires access to certain application cache and session variables. At the moment, I have been passing these in as parameters to the function. Could I pass in the current context to access these variables directly?
|
| Socket Programming, web client applicatoin | 28 Jun 2006 06:18 GMT | 2 |
Hi, all i am doing a web client application using sockets, from this web page i am able to send meesge to server application. But if any message sending from server i am not able to receive can anybody tell me how to receive messages from other application
|
| Getting IP address | 28 Jun 2006 02:03 GMT | 2 |
I have an asp.net 1.1 application on our internal web server that logs when a user logs in and records the ipaddress; however, it is returning the address of the server, not the user's workstation. How would I get the user's workstation's ip address, if possible. This is what ...
|
| template column checkbox problem in grid view | 28 Jun 2006 02:01 GMT | 2 |
I have the following on my page... a link button that will send the command name "use" to the command handler and a grid view with the following columns 0 - Template column - just a checkbox (asp.net control) 1 - Bound column - DisplayName from data table
|
| ASP.NET/ CONTRACT/ FL | 28 Jun 2006 01:45 GMT | 1 |
OMNI GROUP tgugger@sbcglobal.net 419-537-9447 ASP.NET/ ...
|
| Monitoring error | 28 Jun 2006 00:55 GMT | 1 |
My webform works fine on local dev server but when uploaded to a remote host it comes up with the following error. What is the problem and how can I fix it? Thanks
|
| MasterPage really replaces frame? | 27 Jun 2006 23:55 GMT | 5 |
Hello aspx World, I've already posted a question very similar but I want to better explain my problem. I want to create a webform with 3 "frames", the top and the left frame don't change and the central frame display a HTLM external page. With
|
| Publish Web Site Oddity | 27 Jun 2006 22:51 GMT | 4 |
When I go to publish my web site with Visual Studio 2005, it would delete the destination files then claim the entire process was successful. When I check to see if all the files and folders were copied over, a majority of them are missing. Any clue why this would
|
| Please help with Compiler Error: CS0030 | 27 Jun 2006 22:05 GMT | 1 |
This application works without error in the development environment using the VS web server. When I publish the site to my IIS 6.0 server, I get this error at runtime when I open the Change Password page: Compiler Error Message: CS0030: Cannot convert type
|
| newbie: problem with master pages! | 27 Jun 2006 21:48 GMT | 1 |
I'm creating a simple helloworld project in visual web developer 2005 express In my my project I've created a simple master page, that contains 1 table (3 rows x 3 columns) and 1 contentplaceholder. The contentplaceholder is placed
|
| 2.0: DataList with nested LinkButton | 27 Jun 2006 20:56 GMT | 3 |
Please help me in simple problem. I defined DataList, FooterTemplate with nested asp:LinkButton, and command handler procedure: <asp:DataList ID="BooksList" runat="server" OnEditCommand="BooksList_Edit"
|
| conditional in GridView Eval binding? | 27 Jun 2006 20:49 GMT | 4 |
I'm trying to replace a user code in data column with user friendly text for a GridView ItemTemplate as in: Text='<%# Eval("LocationType")%> == "P" ? "Pickup" : "DropOff"' However the value always displays "DropOff" as if the binding doesn't return
|
| Is there anyway to detect a F5-Refresh | 27 Jun 2006 20:40 GMT | 2 |
I know, this question has been asked a lot of time.... It seems that it is not really possible to detect it within the code-behind. However, I would like to know if it is possible with a Java Script to detect it and for instance set a hidden checkedbox (or ...) to a value that ...
|
| TableAdapters Created in Dataset (XSD) Issues | 27 Jun 2006 19:58 GMT | 2 |
I've been trying to work with the XSDs and ran into a few road blocks. 1. Stored procedures that uses temp tables, i.e. #TempTable. The wizard complains that #TempTable is an invalid object. What gives? 2. How do you programatically change the connection string at runtime
|