| Thread | Last Post | Replies |
|
| Best ASP.NET development environment | 22 Jul 2005 20:52 GMT | 3 |
What is the Best ASP.NET development environment? i am now using macromedia HomeSite for ASP.. Many Thanks, Jassim Rahma
|
| Problem with a DataRow in Session | 22 Jul 2005 20:42 GMT | 5 |
Database: SQL Server Session: SQL Server Language: C# Application: ASP.Net
|
| ASP.NET 2 Tag Resolution | 22 Jul 2005 20:33 GMT | 1 |
Interesting problem. I've begun working with my master page in ASP.NET 2, and I wanted to be able set my <title> tag as an HTML control. So, after making the necessary changes to the tag, I went into the code behind and started coding. The problem was that the code behind
|
| Postback | 22 Jul 2005 20:28 GMT | 4 |
I have a button which sets a vaiable in session. I retrieve the session the page load event. I seem to need to press the button twice for the variable to change (I am tracing it to see what the variable is). I am I misunderstanding something?
|
| Classes within classes | 22 Jul 2005 20:14 GMT | 2 |
This is the first time I have tried this and so far, it seems to work, but for me, unexpectedly. I have code similar to... namespace Dave.MyGenerator
|
| Very Puzzled, Please Help | 22 Jul 2005 20:04 GMT | 3 |
I am developing a web application that contains a very complicated and data intensive page. The application has been tested and deployed, but now we are seeing problems. Some form elements (drop-downs) are blanking out during the trip to the
|
| ASP.NET Querying a database | 22 Jul 2005 19:56 GMT | 1 |
In my .aspx file i have: <form runat="server"> <asp:GridView ID="GridView1" DataSourceID="SqlDataSource1" runat="server"/>
|
| Anyone use Visual Sourcesafe? | 22 Jul 2005 19:52 GMT | 7 |
I've taken over a vb.net application. Any time I open an aspx page i visual studio, I get the "check out" box from visual source saf telling me that I cannot edit files without checking them out first. This box appears as soon as the page is opened - before I even have
|
| Site Statistics - AWStats, other? | 22 Jul 2005 19:22 GMT | 1 |
Does anyone here have any experience with AWStats (http://awstats.sourceforge.net/) or other similar packages for site traffic reporting? I'm looking to provide statistical reporting on Web site traffic and I'm
|
| Missing DefaultWsdlHelpGenerator.aspx | 22 Jul 2005 19:04 GMT | 1 |
I am attempting to write a webservice in VS.NET2003 for the first time, and when I try to run the service I get the following error: c:\winnt\microsoft.net\framework\v1.1.4322\Config\DefaultWsdlHelpGenerator.aspx Description: An unhandled exception occurred during the execution of
|
| Check box in DataGrid | 22 Jul 2005 18:54 GMT | 2 |
How to add CheckBox in DataGrid? any example code? thanks.
|
| Setting a QueryString for a startup page | 22 Jul 2005 18:24 GMT | 3 |
Hi -- I'm developing an ASP.NET application in VS.NET and I want the startup page to read in some parameters from a querystring. But I can't figure out where to set the querystring. I thought it was in the Project Properties dialog under the Debugging tab. There's a dropdown
|
| GUI interface in IE ---to that in FireFox | 22 Jul 2005 18:18 GMT | 1 |
i have a web page designed in asp.net for IE ... but when it is opened in a Firefox browser the controls do not show up in the exact location... rather one contro overlaps over the other... why is it happening?? thanks
|
| can't import external assembly using single-file asp.net | 22 Jul 2005 18:17 GMT | 2 |
I have a single-file aspx file (no codebehind). when I try to do this: <%@ Import Namespace="MySql.Data.MySqlClient" %> I get this: CS0246: The type or namespace name 'MySql' could not be found (are you
|
| return logged in user name | 22 Jul 2005 18:05 GMT | 3 |
Good Morning, I have an asp.net app where I want users to be able to update a database. I want to automatically pass the logged in persons name to the database as well. In a vbscript file I can do this easily. How do I do something
|