| Thread | Last Post | Replies |
|
| Moving from ASP to ASP.NET? | 29 Oct 2005 00:36 GMT | 3 |
I've been programming ASP VBScript applications for years, & now I want to move to .NET, partially for the increased efficiency it will give me. But something has me confused: what's the difference between "ASP.NET" and "VisualBasic.NET"?
|
| SQL Server Authentication from IIS | 28 Oct 2005 23:48 GMT | 12 |
I have read a bunch of topics on this issue but none seems to have resolved my problem. I have set up a user account in my SQL server database. e.g. User: TheUser Password: Password and assigned it as a datareader with the ability to issue SELECT statements on one table.
|
| How to trap the click event of the browser window's "x" button? | 28 Oct 2005 23:48 GMT | 1 |
In our ASP.Net app, we need to do some backend house keeping job when a user is about to end his/her session. We do have an "Logoff" button designed for this purpose and we have been telling our client to always exit using this button. When they exit this way, our server logic ...
|
| DataGrid page level delete all error | 28 Oct 2005 23:22 GMT | 1 |
Hi, Here is my issue. I have a datagrid on my aspx page. I have paging enabled for the datagrid. Suppose Suppose I have 3 pages in my datagrid. When I go to the last page (which is the 3rd page here) and select all the messages and
|
| Changes to ASP.NET 2.0, since ASP.NET 1.1 | 28 Oct 2005 22:44 GMT | 4 |
Does anyone have an overview of the changes to ASP.NET 2.0, since ASP.NET 1.1?? Thanks
|
| HOW TO HIGHLIGHT TEXT WITHIN ASP CONTROL ON PAGE LOAD | 28 Oct 2005 22:43 GMT | 2 |
How do I highlight text in my first (tabindex = 1) asp control (eg: textbox) on the webform on page load. If I try to set focus using javascript then I get script error "Cannot move focus to invisible control)". Because the tabindex of first control is 1 therfore I can
|
| VS 2005 freezes when trying to add ContentPlaceHolder to master pa | 28 Oct 2005 22:39 GMT | 3 |
Has anyone run into this?? Basically, I prototyped a standard aspx page, then copied the source into a new master page. When I then tried to delete a bunch of filler text, add a ContentPlaceHolder, and show the page in the designer, VS froze and my processor throttled (until I ...
|
| Hide using a div tab | 28 Oct 2005 22:19 GMT | 5 |
I have an aspx page that contains a drop down and 3 divs and lots of other stuff. I'd like to hide the divs depending on which option from the drop down is selected. It works fine until I do a postback then all 3 divs are visible. When the page initially loads I see just the div ...
|
| converting ASP.Net session type to an ASP one | 28 Oct 2005 21:53 GMT | 2 |
Well, I'm looking around for another opinion. We have two webservers, the legacy one writen in ASP and the new one in ASP.Net. Once a user logs in the ASP.Net web app, the session of the Login page gets stored in a DB (in a binary format). Meantime, if the user chooses to go and
|
| User control question | 28 Oct 2005 21:51 GMT | 2 |
I have created a copuple of user controls for my web app, but when I add any one of the to a web form I cannot reference it without mannualy adding: "Protected Withevents MyControl as MyUserControl" Is there any way to have the control add this line by itself when it is dropped ...
|
| The simplest ASPX page deployment | 28 Oct 2005 21:50 GMT | 3 |
I used a text editor to create a aspx file and its code-behind c# file, then I put these two files in the ...inetpub\wwwroot\test folder. When I tested it, the result was that the code-behind is ignored. When I used Visual Studio to do the same, the result was correct. Please
|
| Secure option for Copy Web Site tool? | 28 Oct 2005 21:03 GMT | 1 |
As I understand it the Copy Web Site tool in VS.NET 2005 sends the username/password unencrypted. Is there an option for it send this information encrypted instead? If not is there any way to get this similar functionality of Copy Web Site tool to do so securely?
|
| How do I query a dataset and return a new table | 28 Oct 2005 20:40 GMT | 1 |
I have an application that is requiring me to pull 4 tables into a dataset then perfom the final query to display on the page Dim objODBCAdapter As New Data.Odbc.OdbcDataAdapter("SELECT WBS_CMF_NO, WBS_KEY, WBS_DESCRIP FROM CT07WBS;", conn)
|
| Which to use VB.NET or C#? | 28 Oct 2005 20:33 GMT | 53 |
I'm planning on developing an ASP.NET web site. I know both VB.NET and C# but am unsure on which would be more useful to develop an ASP.NET site with? Also I maybe looking to become a web developer in the future so it would help if I use the langauge that most companies use to ...
|
| Keep track of Session value | 28 Oct 2005 20:23 GMT | 3 |
Once my application gets complicated and complicated. I found it's really hard to keep track of Session value I am using in my asp.net application. I am just wondering if anyone have any experience on how to keep track of session value. Any help it's appreciated.
|