440 Posted Topics

Member Avatar for vitou85

[quote=vitou85]Hi everybody, I can't transaction(Insert,delete, and update) to Ms. Access. I use C#(Web Broswer). This is the message Error: Operation must use an updateable query. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and …

Member Avatar for Paladine
0
75
Member Avatar for Aubrey

SQL Connections string [code] Network Library=DBMSSOCN;Data Source=[COLOR=#800000]192.168.90.10[/COLOR],1433;database=Northwind;User id=;Password=; [/code]

Member Avatar for Paladine
0
185
Member Avatar for jturlington

Ok first off, have you tested your Stored Procedure? Here is what it should look like : [code] [color=#0000ff][size=3]CREATE PROCEDURE [/size][/color][size=3]userUpdate ( @id [color=#0000ff]bigint[/color], @name [color=#0000ff]varchar[/color](50), @address [color=#0000ff]varchar[/color](50), @city [color=#0000ff]varchar[/color](50), @st [color=#0000ff]varchar[/color](2), @zip [color=#0000ff]varchar[/color](5), @phone [color=#0000ff]varchar[/color](10), @email [color=#0000ff]varchar[/color](75) ) [color=#0000ff]AS UPDATE [/color]users [color=#0000ff]SET name[/color]=@name,address=@address,city=@city,st=@st,zip=@zip,phone=@phone,email=@email [color=#0000ff]WHERE [/color]id = @id [color=#0000ff]Return [/color][/size] …

Member Avatar for Kate Albany
0
218
Member Avatar for sathiya

Have you thought of using CSS to create a Style sheet for your printing purposes?

Member Avatar for Paladine
0
66
Member Avatar for Munira
Member Avatar for Paladine
0
149
Member Avatar for blacklocist

Have you verified that the Server is running in ASP.NET 2.0 code level? This is a problem if you are running a 2.0 application in 1.1 code level, and vice versa. Just another thing to check.

Member Avatar for blacklocist
0
207
Member Avatar for katli

Question for you: This bar code scanner how does it hook up to your system? USB? PS/2 via Y-Connection with Keyboard ? Have you tried using the scanner on a barcode with notepad? The .dll that you require, what is the requirement? I have some experience with bar code scanners …

Member Avatar for Paladine
0
100
Member Avatar for web_developer

[quote=web_developer]hey all i need ur help i have a database, and a table with report column. in this column, i storing data and i can change the bold, colored and aligned the text using a toolbar,[B] like the toolbar here when u want to put a thread[/B]. all that is …

Member Avatar for web_developer
0
134
Member Avatar for crbeckman

exactly. You should be able to use a declared variable and include this in your INSERT statement.

Member Avatar for Paladine
0
108
Member Avatar for sahimel

[quote=sravankolla]Hii First of all just try to search the web using Google That's the best way for knowing a new thing. We can mention just 3 to 4 sites But it will provide u 100s of webpages related to ur topic.[/quote] Agreed. Please try to do some searches for tutorials …

Member Avatar for Paladine
0
227
Member Avatar for letuscode

Are you using ASP.NET 1.0/1.1 or 2.0 ? Have you thought about a DataBase entry? Or is that not an option? (temp table, or a log file (csv / txt) ) ??

Member Avatar for Paladine
0
170
Member Avatar for Paladine

This is a start to a tutorial on Security in ASP.NET 1.1 using VB.Net code behind. [size=2][b] SETUP:[/b] [/size] [size=3][color=red][b][size=2]** Note this tutorial builds on/off the[url="http://www.daniweb.com/tutorials/tutorial19303.html"] Updated:Simple ASP.Net Login Page tutorial[/url] **[/size] [/b][/color][/size] [u] [color=Blue][b] Login.aspx HTML Code[/b][/color]:[/u] [code] [size=3]<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Login.aspx.vb" Inherits="NorthLogin3.WebForm1"%> [color=#0000ff]<![/color][color=#800000]doctype [/color][color=#ff0000]html public [/color][color=#0000ff]"-//w3c//dtd html …

Member Avatar for mak101
0
306
Member Avatar for technicalItch

The above code you have used is for ASP.Net 1.0 or 1.1. Visual Studio 2005 is operating with ASP.Net 2.0. The code is very different from the tutorial code I had created. I am in the progress of creating an updated tutorial for those login examples, but my time is …

Member Avatar for technicalItch
0
229
Member Avatar for Dani

Nice look here Dani. It is going to take some getting use to, but nice job.

Member Avatar for Dani
0
806
Member Avatar for alihamilton

[b]alihamilton [/b] - Ok, well I think I can be of some help. [b]#1[/b] - You have no JavaScript attached to the HTML page, or inline Javascript inorder to process the [i]email form[/i] the way you are suggesting you want to have it work . [u]This is the key component …

Member Avatar for aalglas
0
85
Member Avatar for mitchdawg22
Member Avatar for DotNetUser

That would be the in the properties window when you have clicked on the button object in the design view. [QUOTE=DotNetUser]In Visual Basic 6.0, all the available events for an object (ex. Button) are displayed in the Procedure box of the Code window for the developer to choose from. But …

Member Avatar for salamkottayam
0
150
Member Avatar for ironman25

Doesn't work for me either. Good thought [b]campkev[/b], if his friends is within the school network than it would make sense that he can view it and we can't. I would suggest checking on security settings for access to this ip address.

Member Avatar for Paladine
0
109
Member Avatar for samaru

[b]Name:[/b] Troy [b]Nickname:[/b] None that I know of [b]Height:[/b] 6'2" [b]Weight: [/b]195 [b]Hair:[/b] blonde [b]Eyes:[/b] blue [b]Location:[/b] Edmonton, Alberta, Canada [b]Age:[/b] 30 [b]Hobbies:[/b] Weight lifting, travelling, computers, movies, music, women, beer, wine, cars,......Medicine, Drugs, Physiology....... [b]Relationship Status:[/b] single [b]Fav Music[/b]: 80's Metal, Jazz....Diana Krall.. Her concert was awesome !!! Frank …

Member Avatar for Dani
3
6K
Member Avatar for campkev

I have a few times. It can depend on many things, but often it depends on the how you setup your SQL scripts.

Member Avatar for campkev
0
107
Member Avatar for Slade

Code looks good Slade, but it is 2:30am and I am not following it as well as I should. I want go through your discovery and see what it is all about tomorrow. Good post!

Member Avatar for Paladine
0
187
Member Avatar for rayferns

Hi there rayfrens; I can tell you why you are getting this error. You are passing only 3 arguments to a 4 argument subroutine. You have declared strPass twice in the AddNewUser Subroutine Public Sub AddNewUser(strUser As String, [b] strPass As String[/b], strEmail As String,[b] strPass As String[/b]) Hope this …

Member Avatar for Paladine
-1
102
Member Avatar for jabberwock486

I use to agree with XP being buggy, but you know, once I clean my system up and reinstalled, it has worked like a charm. Personally, I too am still a favorite of 2000/2000 Server, but I find XP runs things so much nicer, and it a little slicker. Althought …

Member Avatar for outlook
0
2K
Member Avatar for myth512

Ok, I looked over the code, and just in general it looks to be fine. What is not working? Are you gettting an error message ( aside from your catch block error message)? And please when you post code on forums in general use "["code"]""["/code"]" blocks to enclose that code. …

Member Avatar for Paladine
0
308
Member Avatar for cumadhu

What does the code look like that is referencing this file in your project? Are you using the UNC or the literal location. Remember that Web address for you file is not what you would use to open the file in Windows.

Member Avatar for Paladine
0
671
Member Avatar for rcrevolution

Well this is just my opinion; Don't waste time on the 6800GT AGP (I have it and love it, but it is just starting to show signs of age, still rocks, but showing age). And my current system is slight above your current one. So with that in mind I …

Member Avatar for moderate_rock48
0
227
Member Avatar for lkaravi

Sure thing. I am a little unclear as to what you are having an issue with, so let me say this (in hopes that it will help). Ok, if you have the U_Id set to Autonumber then you have no need to increment it. Saying that, this means you do …

Member Avatar for kedar_challa
0
457
Member Avatar for aarya

Just a quick question [b]aarya[/b] where did you save this file? In a virtual directory in your IIS wwwroot folder? AS you can't save this to just anywhere and have it work like a standard HTML file. You need to place it in a virtual directory. If you don't know …

Member Avatar for Paladine
0
623
Member Avatar for akraj

[QUOTE=akraj]Hi ! anyone tell me the link or explain abt ASP.NET Page Life Cycle. thanks in advance.:-|[/QUOTE] Here you are: [URL=http://aspnet.4guysfromrolla.com/articles/011404-1.aspx]ASP.Net Web Page Processing[/URL] Hope this helps :)

Member Avatar for kedar_challa
0
242
Member Avatar for frmsasp

Check your internet zone security settings as well as the security tab under the IIS section in Administrative tools for that web folder as to your rights to it. Make sure ASP_NET is one of the those with rights too it.

Member Avatar for kedar_challa
0
99
Member Avatar for AlexClifford

Have you checked the permissions on the Access DB? Is it set to owner, or user mode? Under the Right Click -> Properties -> Security tab is those computers that work with it listed, and those that don't not listed??? How about the same for the folder / IIS folder …

Member Avatar for Paladine
0
326
Member Avatar for jody

Well, what have you tried? Have you looked through the tutorials here on Daniweb? Do you want to display things in a data grid, a page of scrolling text, etc? Provide more specifics as to what you want to do, where you have had difficulties, and even sample code you …

Member Avatar for Paladine
0
182
Member Avatar for fieryidris

Yes, the code in .Net Framework 2.0 and 1.1 are inherently the similar, but no the same. You can go from 1.1 to 2.0 with the VB2005 application performing a code conversion, but going backwards is not very easy. Some features you maybe using in VB2005, do not exist in …

Member Avatar for fieryidris
0
123
Member Avatar for bradford68

Suggestion: Use an array to store the class details, and loop through the array to perform the calculations of Average and Total

Member Avatar for bradford68
0
223
Member Avatar for aarya

Change your connection string to this format (with your application specific details of course) [code] oConn.Open "Provider=MySQLProv;" & _ "Data Source=mySQLDB;" & _ "User Id=myUsername;" & _ "Password=myPassword" [/code]

Member Avatar for aarya
0
261
Member Avatar for Naters_uk

Are you meaning hard code the Dropdownlist or retrieve the data from a DB source? [url=http://authors.aspalliance.com/das/dgcombo2.aspx]Try this link[/url]

Member Avatar for Naters_uk
0
97
Member Avatar for Naters_uk

What is the data_type you have set for the column storing this hashed password? char, varchar?

Member Avatar for Naters_uk
0
220
Member Avatar for Paladine
0
70
Member Avatar for Paladine

FYI [b]78.03 beta's[/b] - Improved Fix of the Shimmering Effects with 7800 series cards [URL=http://www.nzone.com/object/nzone_downloads_rel70betadriver.html]http://www.nzone.com/object/nzone_downloads_rel70betadriver.html[/URL] [b]78.01[/b] - Non-Beta - offical Drivers - Minor fixes for Shimmering Effects with 6800 SLI/7800 Serious Cards [URL=http://www.nvidia.com/object/winxp_2k_78.01.html]http://www.nvidia.com/object/winxp_2k_78.01.html[/URL]

Member Avatar for hoobastank68
0
94
Member Avatar for Toulinwoek
Member Avatar for Paladine
0
141
Member Avatar for Kishor_kurapati

[b]Jagdish_ce[/b], Please don't double post! Here is something that may help you: a link to something similar [url="http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=3469&lngWId=10"] LINK[/url] [QUOTE=jagdish_ce]Hi, I want to make one small web application in which I can able to drag and drop objects like circle, rentangle,line etc. in webform or Iframe and set the properties …

Member Avatar for dexterz
0
468
Member Avatar for cargenius42
Member Avatar for cargenius42
0
144
Member Avatar for Iron_Cross
Member Avatar for johnsonlim026

Yes, XP Pro can do it, but it has a 10 user limit! And XP Pro is not a true server environment, you won't have load balancing. so feel free to give it a whirl, but as Zachery suggested, Windows 2000 or 2003 Server is preferred.

Member Avatar for Paladine
0
139
Member Avatar for jimache

If you are importing a CSV into SQL server it will remove the quotation marks for you. Use Enterprise manager in SQL Server to import the CSV file as data and you should be fine. If you don't have enterprise manager, then use excel or ms access to import that …

Member Avatar for Paladine
0
105
Member Avatar for SpS
Member Avatar for SpS
0
192
Member Avatar for newjerseydr

Correct me if I am wrong, but I thought you had to specify the location as well as the report name? i.e. using the UNC for file location. See link: [url="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/crystlmn/html/crsamreportbindingoptionsforwebformsviewers.asp"] LINKY! [/url]

Member Avatar for Paladine
0
104
Member Avatar for Prabhakar

From what you have said, [i]Yes[/i] it is possible, as you stated. You provide the choices from which the user can pick from, and from the selections (essential just variables given the value by the selections made by the user) you should be able to pass those in to create …

Member Avatar for Paladine
0
319
Member Avatar for Arizona Web

Anyone have a good tutorial link to show how to use CSS to match Table designed layouts? I just never seem to replicate my "table" site in a CSS styled site.

Member Avatar for Rashakil Fol
0
444
Member Avatar for switty

The End.