13,936 Topics

Member Avatar for
Member Avatar for Slade

Ok here is the issue. I am getting this error when making my sql statement: "Error 409: The assignment operator operation could not take a text data type as an argument" Here is the code: [CODE] CREATE procedure sf_GetArticle @ArtID int, @Title nvarchar(200) output, @Content text output, @Hits int, @HitText …

0
70
Member Avatar for gicio

HI! I am currently at the beginning of a new project and I would like to start with something out of the box. As we started our Web project we used IBuySpy Portal and it worked fine because we did not waste our time on authentification, authorisation and all that …

Member Avatar for Tekmaven
0
136
Member Avatar for siddartha_pal

I need to know how to get support for dot net for mac mahcines. I have a asp.net app, I need to run the same on mac machine,how the same can achived,pls let me know. thnks n ragrds siddartha

Member Avatar for Tekmaven
1
104
Member Avatar for pwfisher

Does anyone have knowledge of how to manipulate the IE statusbar using code-behind-forms in .NET 1.1? I can do it via JavaScript on the client side, but I'd rather do it behind the form, or, even better, in an assembly.

Member Avatar for Tekmaven
0
71
Member Avatar for 111000

MEMO To: all of ASP Beginners :p From:Hanqing@beginner Date :June 1, 2004 Subject: how the scripting language is used in interactive Web site design some fundamential theory: Kindly remind:Windows 2000/XP Pro - IIS can be found in 'Add/Remove Programs' in the 'Control Panel'. :o

Member Avatar for Slade
0
67
Member Avatar for tommi

Hi, my asp.net app runs on my laptop but when i put it on my webserver, the aspx pages won't load. I'm a pro VB programmer, both computers are on win2000 pro. it says: error in "/" application. I think the code is ok, no trace or debug problems, so …

Member Avatar for Tekmaven
0
420
Member Avatar for gicio

Hi! I have a litte problem with my CustomValidator. What my CustomValidator should do: The CustomValidator should check if 2 textboxes are empty.. if yes he should diplay a message. This is my code: [CODE] <asp:customvalidator id="CustomValidator1" runat="server" ErrorMessage="Sie m

Member Avatar for red_evolve
0
412
Member Avatar for zqurra

TierDeveloper lets you map your .NET business components against your relational databases, embed complex SQL in them along with your business rules. It generates truly object oriented .NET components in C# and VB.NET. Use these components in COM+ or stand-alone environments and in ASP.NET or Windows Forms applications. Develop apps …

0
104
Member Avatar for daniel75

How do I install and run a windows application from the web? I want to at the click of a button install a windows application on the local pc and run it. The application itself is going to be using WMI to get info from the PC and send it …

Member Avatar for Paladine
0
159
Member Avatar for Slade

Hey all, I just wanna know how to record the time and day a link on my website is clicked to a label, what code do I need to use to get the date and time?. [CODE] [size=2][color=#0000ff]Private[/color][/size][size=2] [/size][size=2][color=#0000ff]Sub[/color][/size][size=2] lnkVac_Click([/size][size=2][color=#0000ff]ByVal[/color][/size][size=2] sender [/size][size=2][color=#0000ff]As[/color][/size][size=2] System.Object, [/size][size=2][color=#0000ff]ByVal[/color][/size][size=2] e [/size][size=2][color=#0000ff]As[/color][/size][size=2] System.EventArgs) [/size][size=2][color=#0000ff]Handles[/color][/size][size=2] lnkVac.Click[/size] [size=2][/size] …

Member Avatar for Billy_
0
117
Member Avatar for Billy_

We have an really weird problem on our web server. A few times each day, all requests are unanswered for 10 to 30 seconds. The delay looks similar to when a page is compiled (on first load). However, when the problem occurs it looks like all users of all applications/pages …

Member Avatar for Billy_
1
191
Member Avatar for gicio

Hi! At first I tell you what I will do: 1. Load data from DB 2. Fill System.Web.UI.WebControls.TextBox with data from DB 3. Than the user can change some data in the System.Web.UI.WebControls.TextBox and now how I can compare what the user change? should I add a new Item to …

Member Avatar for Paladine
0
150
Member Avatar for srikkanthan

In ADO and VB6, you can just place some textboxes and ADO Data control and bind those textboxes to the data control and columns. Simple that you can navigate through records easily by just clicking arrow buttons. Ever wondered how to do it with ADO.NET (and dataset)... The following link …

0
100
Member Avatar for Slade

This is driving me absolutely insane I swear. Every time I load up visual studio, no matter how I have the windows layed out, it resets to the visual studio default and it's driving me CRAZYYYYYYYY! See. Please help, for the good of the kittens. Slade:rolleyes:

Member Avatar for Slade
0
105
Member Avatar for Slade

Hey, I'm making a website as you all know by the millions of threads I've created, and I have a members area. I will have a datagrid that will display data and an image (chosen by the user). All data is bound to a database stored procedure. I suppose I …

Member Avatar for Slade
0
109
Member Avatar for chika100

[color=navy]I am trying to learn the .net framework and I am stuck on the issue of connecting via Webmatrix to an Win Access database. :cry: [/color] [color=navy]Basically I want the user's input to be entered automatically into the according column in the database. [/color] [color=navy]Furthermore I would like to create …

Member Avatar for Paladine
0
224
Member Avatar for dwhite02

I am doing this in Microsoft Visual Studio.NET as an ASP.Net Web Application. I am new to .NET, and Am trying to learn, I just cant figure this out. <html> <head> <title>Shopping Cart</title> <script runat="server"> Dim objDT As System.Data.DataTable Dim objDR As System.Data.DataRow Private Sub Page_Load(s As Object, e As …

Member Avatar for Paladine
0
304
Member Avatar for Slade

Ok guys, here is what the problem is. I have a column "reference number", now I want to make a column for "email" and depending what value is in the ref. No cell, the email will change accordingly, here is an example. If the reference number is "THVP" then I …

Member Avatar for Slade
0
125
Member Avatar for Slade

Hi, I am currently creating a website for my company and I am new to VS .NET programming. I have been using it for about two or three months as a trainee but my supervisor has currently gone away for a project she must complete up there. Anyway, my problem …

Member Avatar for Slade
0
186
Member Avatar for rajheera

Respected , How can I install .NET on Win XP I tried for it but getting error that Frontpage Server Extension can not be installed in Component installation. Plz send me solution. Is it necessary to install Win2k service pack 2 for Win XP during .NET installation? Waiting for reply. …

0
74
Member Avatar for luckydude

hi all, I am a newbie to ASP.Net and IIS. I just installed .net framework 1.1 and it was working just fine. But this morning when I tried opening a .crpoj file, I got this error while the VS.Net was opening and when I selected "OK" ([color=darkorange]The Web server reported …

Member Avatar for luckydude
0
232
Member Avatar for m3rc

I was wondering if someone could please explain to me what the difference is between visual basic .net and visual studio .net. I have searched endlessly on google, but I just can't seem to find anything helpful. I haven't programmed since I took a couple fortran classes a long time …

Member Avatar for m3rc
1
394
Member Avatar for Dani

[font=Arial][size=3][color=black][b]This is something I picked up somewhere ...[/b][/color][/size][/font] [font=Arial][size=5][color=#0000ff]Microsoft .NET FAQ [/color][/size][size=2]When Microsoft formally introduced its .NET strategy in mid-2000, analysts were confused about how the company would pull off such a massive platform shift. Two years later, they're still wondering. But .NET isn't vaporware, and it's not a pipe …

Member Avatar for luckydude
0
356
Member Avatar for venkat_9099

Hi, I want to download the code for classmates portal. This portal should contain individual member's homepage where he/she can update his/her page, guestbook.. Thanks in advance Venkat

0
79
Member Avatar for dopeymom

Do to some puter problems, I have had my computer hard drive completely redone. Upon reinstalling my windows 98 and then all the updates, I have been confronted with this update for .net framework. Being computer illiterate I have no idea whether or not I need this download and because …

Member Avatar for Dani
0
321
Member Avatar for Paladine

I am dabbling in ASP.NET, and since I have switched to Mozilla Browser I have had coding problems. Partly because I know IE will load and display a page whether there are errors or not sometimes. Anyhow, when I use something simple like this in ASP.NET, it is not displayed …

Member Avatar for Tekmaven
0
370
Member Avatar for gicio

Hi! does the ASP.NET forums support newgroup in the forums? (gateways) like [url]http://www.dbforums.com/f23/[/url] does? when yes, are some forums anywhere only that are newsgroups 'gateways' ???? regards, gicio

Member Avatar for Tekmaven
0
127
Member Avatar for gicio
Member Avatar for gicio
Member Avatar for bigpoppapumpg

when I create an ASP web application it saves it in the default location with the default name which is WebApplication1. This now appears in the IIS([url]http://localhost/WebApplication1[/url]) list under web sites->Default web sites. Another folder is also created in mydocuments->visual studio with the same name. I can change any of …

Member Avatar for Paladine
0
136
Member Avatar for Mazon

Hello, hello! =o] I've programmed a pretty decent script to manage news, users, profiles, and pages for a typical website. This script is loaded with features, and it even comes with a default template! Sadly I just released v1.2 and I'm already working on 1.3, so expect quick updates =o/ …

Member Avatar for Mazon
0
208
Member Avatar for Tekmaven

[url]http://www.aspenterprisemanager.com/[/url] <-- This is a great thing if you just have the plain old MSDE with no real Enterprise Manager!

Member Avatar for Tekmaven
0
191
Member Avatar for samaru
Member Avatar for samaru

The Next Wave: "Visual Studio for Yukon" [url]http://msdn.microsoft.com/vstudio/productinfo/roadmap.asp#section4[/url]

0
151
Member Avatar for Tekmaven

I decided to aquire Windows .NET RC1 the legal way, direct from Microsoft. I signed up about a week and a half ago, for the "CPP Preview Program" (whatever that means) and got the email today. Aparently, MS does not have enough servers to meet demand. I can't get there …

Member Avatar for Z28James
0
395
Member Avatar for samaru

This is a nice free tool that Microsoft released to help out ASP.net Web Developers. It's a WYSIWYG development tool that kind of looks like Visual InterDev/Visual Basic. From Microsoft's site: http://www.asp.net/webmatrix/default.aspx?tabindex=4&tabid=46 An article from "The Register" http://www.theregister.co.uk/content/4/25898.html

Member Avatar for Tekmaven
0
248

The End.