| Thread | Last Post | Replies |
|
| use vb.net function from classic asp page | 21 Mar 2006 01:47 GMT | 7 |
I have a web application that contains asp.net and classic asp pages. I have a vb.net function that I would like to use in one of the classic asp pages. How can I do this? Can I do this? Thanks,
|
| Windows App v. ASP.Net App | 21 Mar 2006 01:43 GMT | 4 |
I'm working with an SDK from a commercial software vendor and am using a sample Windows Application written in C# to learn the SDK (they do not have an ASP.Net example). I need to create an ASP.Net Web
|
| windows 2003 network service password | 21 Mar 2006 01:32 GMT | 1 |
What is the default password for the network service account? I would like to use this account for a windows service thats currently running under the localsystem account. I tried my admin password, but it didn't work.
|
| ObjectDataSource, DropDownList, etc. | 21 Mar 2006 00:45 GMT | 1 |
I've been holding off on moving to ASP.NET because I couldn't program the same way I did in VB6/ASP. Our existing apps are written using a 2- or 3-tier model, depending on how you look at it. The web pages all reference a COM DLL which contained Classes for the Business Logic ...
|
| End of statement expected error | 21 Mar 2006 00:34 GMT | 2 |
Help please I am getting this error: BC30205: End of statement expected. Here is the code: public shared function GetMsAccessOledbConnection(ByVal dbPath As String,
|
| make web.sitemap location dependent | 21 Mar 2006 00:24 GMT | 1 |
I have 2 sites in my company. My .NET site uses a master page and a Menu control connected to a sitemap. In my sitemap file I would like to be able to do something like this: <sitemap>
|
| Error while trying to run project: Unable to start debugging on the web server. | 20 Mar 2006 23:57 GMT | 1 |
This morning I upgraded the .net framework on our development web server from 1.1 to version 2.0. Then I ran aspnet_regiis -i from the v2.0 folder. I ran several tests and everything looked OK until I tried running the remote debugger on my machine. I get the following
|
| dropdownlists in asp.net | 20 Mar 2006 23:49 GMT | 1 |
on my webform i have a dataset with 2 fields in it, 'area' and 'areacode'. each area obviously has an area code. i hav a dropdownlist which uses the 'areacode' field as the DataValueField. but i have a textbox which i want to contain the 'area' field of the value selected
|
| Dirty word filter function has a problem | 20 Mar 2006 22:14 GMT | 3 |
Hi my dirty word filter function has a problem, it is over restrictive. For instance the word "analysis" is ok, but the word "anal" is not. Any advice? code below: Public Function IsHaveDirtyWord(ByVal a_str_Text As String) As String
|
| Database Connection Function | 20 Mar 2006 21:45 GMT | 7 |
Hello to all, I need some help. I am looking for a database connection function that I can use in my ASP.NET site. This would be in VB.NET. What I want to be able to do is call the function and it creates the connection and I can use it in my
|
| difference between htmlbutton and webcontrol button? | 20 Mar 2006 20:56 GMT | 3 |
I 'm starting asp.net and i saw two ways to make buttons. Which way to use? Are the htmlbuttons in specific case better than webbuttons? Are there advantages? Thanks
|
| Looking for a professional ASP.NET developer in NJ | 20 Mar 2006 20:54 GMT | 1 |
We are looking for an experienced ASP.NET / SQL Server developer or company using VB.NET or C# to develop an online reservation system for the limo industry that will handle multiple limo companies, taking resevrations from customers. We'll provide the specs and guidance to this ...
|
| How to Synchronize multi Combo Boxes base on M to M relatioship? | 20 Mar 2006 20:49 GMT | 2 |
I have tblCustomers with name address and State tblCards with (FK CustomerID) and Store tblStores
|
| Please Help!!! Cannot read from the web.config file | 20 Mar 2006 20:35 GMT | 1 |
Is there a specific way that System.Configuration.AppSettings.GetValue("key") works? This method reads the value from the Web.config file, only if I read from a UI component(Web Server(.aspx files) or a user control or a DLL that runs in
|
| How to response.redirect to a new window | 20 Mar 2006 20:30 GMT | 6 |
How to response.redirect to a new window
|