4,124 Topics

Member Avatar for
Member Avatar for dru987

im fairly new to the .Net world and i'm tryin to make a simple page that dynamicly fills a table/form from a database based on user log info. i've been doin some reading and the datalist/repeater seem like more than i need...or maybe they are exactly what i need but …

Member Avatar for tgreer
0
318
Member Avatar for jason_limwk

Dim strMailBodyHTML As String = "" strMailBodyHTML &= "<html><body>" strMailBodyHTML &= " <p><input type=text name=T1 size=20 value=’" & Label2.Text & "’></p> " strMailBodyHTML &= "<form method=""get"" action=""http://pgssystemie02/autouph/admin.aspx""><p></p><br><input type=""submit"" value=""accept""></form>" strMailBodyHTML &= "<form method=""get1"" action=""http://pgssystemie02/autouph""><input type=""submit"" value=""cancel""></form>" strMailBodyHTML &= "<br><br><br>" strMailBodyHTML &= "</body></html>" Dim mail As New MailMessage mail.To = "aaa@aaa.com" …

Member Avatar for jason_limwk
0
138
Member Avatar for socomfused

my interenet is suppose to be sympatico.ca but its some search200 or lop.com and these porn popups and everything plz help me this is what i got when scaning Logfile of HijackThis v1.99.1 Scan saved at 10:41:21 AM, on 9/3/2005 Platform: Windows XP SP2 MSIE: Internet Explorer v6.00 SP2 Running …

Member Avatar for crunchie
0
150
Member Avatar for 2ndPlatform

I've been searching around the web since I don't have my library of books available right now -- but here's my question... can I do a purely javascript session variable without the use of PHP, ASP, or anything else? Any good resource pages on that? I just need to do …

Member Avatar for tgreer
0
201
Member Avatar for crunchie

Ran a log through [the scanner](www.hijackthis.de) and these are the results: R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Bar = http://www.flhrhdisywxtypjrrhipzzo....mBaXrZ8OdK1.php Safe. This page has been identified as safe. R0 - HKCU\Software\Microsoft\Internet Explorer\Main,Start Page = http://www.ggqtkweturoedmnnqgrlvj.i...E96VBQZoo4.html Safe. This page has been identified as safe. Both these entries are from a LOP infection, but …

0
124
Member Avatar for muktidaniweb
Member Avatar for pipeloi

Windows XP Prof crashes with BSOD when I play games like Call of Duty and Farcry. :( What 's the solution of this problem? :rolleyes: System: Windows XP SP2 Asus 9800 XT video with latest ATI 8.162.0.0 driver (Catalyst 5_8) (older driverversions didn't solve the problem) Soundblaster Audigy 2 ZS …

Member Avatar for MartyMcFly
0
220
Member Avatar for mccarthp

I have a script that is called by a batch file. Whether or not the script completes successfully the batch file continues. I need to know the results of the script. Is there a way to open an IE session, and call a CF page that I can pass an …

Member Avatar for vegaseat
0
198
Member Avatar for jhdobbins

for example when i now search for a specific city and none match the function will tell you but if there is a match the program just dies, also when i try the retrieve all function, the program dies by seg fault... so im thinking its in my while loop? …

0
47
Member Avatar for jhdobbins

what all do i have to do to make this work... this is my class and functions... and the errors are at the bottom... do i have to overload operators or is there a much easier way? thanks. and i know the return function isnt written yet. [CODE]#include <iostream> #include …

Member Avatar for jhdobbins
0
130
Member Avatar for npasma

I am working on filling a datagrid based on results found from a user entering criteria in text boxes and clicking a search button. I have been toying around with Session() to store variables but I dont understand it too well and its giving me trouble. After the user clicks …

Member Avatar for Paladine
0
2K
Member Avatar for Letscode

Hi, I have a left frame and right frame.The left frame has lets say three buttons and when each button is selected,a different page is selected in the right frame.The pages in the right frame has its own computation,like dropdown boxes to select the query. Whats happening here is,during the …

Member Avatar for Letscode
0
175
Member Avatar for dru987

i have a very simple access DB and im tryin to update the records but the update never works. im using asp.net/vb.net and i've include the execute in a try/catch block and it always prints the sql string (the catch). here is my code, perhaps i have an error that …

Member Avatar for weilander
0
191
Member Avatar for jhoop2002

I don't know what happened to my site, a file must have been overwritten or something. I don't know what i need to get asp.net to look into the UserData section of the authentication ticket so forms based authentication works, as far as i can tell it should work. I …

0
67
Member Avatar for lawfour

I have no ideal what happen to my databases all of a sudden they stopped working. What I can tell is the problem is in the header, actually I am not sure if it my hosting company who caused the problem because they did an upgrade to their server I …

Member Avatar for lawfour
0
196
Member Avatar for Paladine

I have been playing around with Mozzila, and find it too be a rather nice speedy browser, but I do ASP.NET programming and such and seem to have some issues with ASP.NET pages displaying properly. It seems to be with regards to coloring, I guess ASP controls as well , …

Member Avatar for cambia
0
408
Member Avatar for G-Do

Hi, I'm writing a client program that downloads data from an HTTP server via urllib, like so: [CODE]ufile = urllib.urlopen(urlstring) text = ufile.read() # Do stuff with text[/CODE] Nice and simple. Unfortunately, the server only accepts requests with a session ID embedded inside - and I don't know how to …

Member Avatar for G-Do
0
250
Member Avatar for jhoop2002

So ive got my login page almost completed, now for whatever reason i am stuck trying to get the roles for each user from my database into the authorization cookie. In regular old asp this wouldn't be a problem for me, but don't see what im doing wrong in .net …

Member Avatar for Paladine
0
301
Member Avatar for fragmented_user

Dear Moderator, I am relatively new to the world of adware, malware and other such inventions consisting of malicious/annoying code, and it is a great relief for me to discover, that there does exist, those few individuals who are dedicated to both fighting it and assisting others to protect themselves …

Member Avatar for crunchie
0
412
Member Avatar for robert81978

[B]about:blank![/B] Hi there i have a really bad problem with about:blank i have tryed all kinds of programs to remove this but nithing has worked it just come straight back again? here is my log from hijackthis! Any ideas anyone? Thanks in advance for any help! Logfile of HijackThis v1.99.1 …

Member Avatar for dlh6213
0
236
Member Avatar for jhdobbins

im confused as to how to get the pointers to save values... anyone with helpful advice??? this is where i have gone so far.... [CODE]#include <iostream> #include <cstdlib> using namespace std; int main () { typedef struct dataNode { char arriveCity[30]; char departCity[30]; int totalPassengers; int passengers; int flightNumber; struct …

Member Avatar for jhdobbins
0
247
Member Avatar for earlofroberts

I read that session variables in ASP were a security threat. Is this true for session variables in .Net? thanks, ed

Member Avatar for Letscode
0
132
Member Avatar for cybohemia

Hi. A virus appeared on my computer a few days ago and I've not been able to get rid of it, yet. In fact, I think it's expanded and let in a lot of other viruses, dyfuca and elite toolbar among them. AVG, Adware and Spybot Search and Destroy all …

Member Avatar for DMR
0
368
Member Avatar for olddocks

I am totally tired with Vbulletin/phpBB2 forums, so i decided to code a forum application on my own named "Balakrishnan Forum v1.0", with simple to use and good looking features. I applied my forum on these websites [url]http://www.talkmerchantaccounts.com/forum/[/url] [url]http://www.gamecrashes.com[/url] [url]http://www.apostilleinfo.com/forum/[/url] But the problem i face is all my site pages …

Member Avatar for olddocks
0
189
Member Avatar for cfnut

I would like to rename the users file that they upload to my ftp. I want to add the CustId to the begging of the file name. For example it they select a file called test I want it to be named 223Test in my upload folder on my ftp …

Member Avatar for bkendall
0
168
Member Avatar for nchandra

[url]http://wsprod.colostate.edu/cwis116/hscouns%5Forder/?clear=yes[/url] This server has MX6.1 and session variable apppack is undefined. The same code works on CF 5 server as in [url]http://admissionsinfo.colostate.edu/hscouns_order/?clear=yes[/url] I have in the application.cfm file <cfapplication name="Highschool Counselor Order" sessionmanagement="Yes" setclientcookies="Yes" sessiontimeout=#createtimespan(0,0,20,0)#> And in contact.cfm have :- <cfif form.submit EQ "Continue"><!--- Only get form vars from last …

Member Avatar for bkendall
0
294
Member Avatar for paradox814

I need to load a value from a recently posted page... [php]for ($i=0; $i<10; $i++) { $_SESSION['someVar'][$i] = $_POST['someVar'][$i] $_SESSION['anotherVar'][$i] = $_POST['anotherVar'][$i] $_SESSION['yetAnotherVar'][$i] = $_POST['yetAnotherVar'][$i] }[/php] now the session part works just fine, but the $_POST part just blows up on me! How can I fix this? I want to …

Member Avatar for Troy
0
191
Member Avatar for bkendall

I am fairly new to cf but felt this wasn't really a "getting started" question. I was thrown into this project with tons of legacy and little doc, so any help would be greatly appreciated. the trouble I am having is getting information from form fields to display in the …

Member Avatar for bkendall
0
121
Member Avatar for Jayakumar R

I have the following code snippet 1) Page1.aspx.cs protected void Page_Load(Object sender, EventArgs e) { if (!Page.IsPostBack) { //other code Session["scdid"] = null; //other code } } //Submit button handler for this page protected void submit_record(object sender, EventArgs e) { //other code string sschd = (string) Session["scdid"]; if (Session["scdid"] != …

Member Avatar for Jayakumar R
0
113
Member Avatar for GerryD

Ref my last thread I haven't recieved any solutions as said I'm using a RICOH MP5240A DVD+RW/+R with Nero 6 reloaded every time I try to burn it goes thru the full process but when it gets to completion it returns with unspecified target error I must be doing something …

0
91
Member Avatar for Gnome_101

I have the following code, which tries to see if someone selected a drop down menu item that is already part of the database. If it is, then the error message should show up. [PHP]$size_of_user_array = count($user_selects); $size_of_db_array = count($already_in_db); for($y=0;$y<$size_of_user_array;$y++) { $input = $user_selects[$y]; for($r=0;$r<$size_of_db_array;$r++) { //echo "Already in …

Member Avatar for Gnome_101
0
121
Member Avatar for luisator

Hi everyone: I am running an java application in a windows xp toshiba computer. My application works fine in an windows 2000 compaq deskpro computer but in the toshiba one I get a strange exception. I think the problem is something with the parser and that makes the second error …

Member Avatar for freesoft_2000
0
294
Member Avatar for symoore22

Im getting an error with my website when i try using sessions. Im new to it so im probably doing something stupid [url]http://www.bluetipdvd.co.uk/cart.php[/url] [B]error message:[/B] Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/bluetip/public_html/cart.php:4) in /home/bluetip/public_html/cart.php on line 4 Warning: Cannot modify header information …

Member Avatar for Troy
0
149
Member Avatar for girlGeek

I have a pretty straightforward pair of aspx pages that were working just fine until last night. The first page has a form that posts to itself, updates some values in a session object, then calls Response.Redirect to the second page. The second page loads a datagrid from the session …

Member Avatar for girlGeek
0
244
Member Avatar for EddyJiang

I intend to use session variable to capture searching keywords and catagory input by user. I created datatable dTable to store "catagory", "keyword" and "ID" and save it into session variable session("MyCat") when page is firstly loaded. If it is still within same session time frame, any new input will …

Member Avatar for Paladine
0
267
Member Avatar for frankcs

guyz.......total newbie to servlets stuff......... have got few java files and their corresponding class files.....don't know where to put those files in the tomcat directory structure............ i have put the html files in the root directory....... the html file is working but the file can't retrieve the servlet............guyz plz help …

Member Avatar for techniner
0
179
Member Avatar for jonchill

What really annoys me with IE is that for each URL you are restricted to 2 downloads unless you open up a new session of IE. I think you can change this with a registry setting but cannot find out how. Can anyone help? Thanks

Member Avatar for Catweazle
0
88
Member Avatar for fineline

hi every one i have a problem with my program the problem is cant make a chek if the account is exist or not in the data base (for login the web site) the error message is: [SIZE=3][COLOR=Red]The ConnectionString property has not been initialized[/COLOR].[/SIZE] here is my code Imports System.Data.SqlClient …

Member Avatar for fineline
0
147
Member Avatar for oracle4me

Hello please help Total php beginner please help i am going crazy my home-page opens finishes loading but with error's on page and my hitcounter does not display on my site but it's still logging my site I looked through my site files and found this error below. Is this …

Member Avatar for Troy
0
240
Member Avatar for jime0726

if anyone can help me, the problem i'm having is i cant get one user to remote control another user through terminal services manager. this person has been able to remote control everyone for yrs with no problem until recently (last couple weeks) she keeps getting access denied error. error …

Member Avatar for Thorny
0
147
Member Avatar for Kamex

When I right-click on the desktop, I see the following things: Bookmarks Run Command... Windows Configure Desktop Switch User Lock Session Log Out "Kamex" I'm curious, is there possibly a way to modify this menu? I don't use Konquerer any more, so one thing I'd like to do is remove …

0
132
Member Avatar for chrispknight

I have a Netgear WGR614 wireless router and a Slipstream 5100 DSL Modem. The problem is that the wireless connection drops about 2 times a day, and it just alltogether stops broadcasting. I then have to go to configuration for the router, change something, and then it works fine. I'm …

Member Avatar for chrispknight
0
185
Member Avatar for whitmarshdaniel

I have a employee table that includes there username and the username of there manager. In one section of the site i need to be able to grant access to only people within certain chains. for example at the moment when a user is logged on i do an sql …

Member Avatar for whitmarshdaniel
0
129
Member Avatar for classifieds100

Hi, Can someone please help? I want to be able when I receive an email from my site's form in the same time to add the visitor in my autoresponder software. I think I must have one more form (script) to get the data from my php form and send …

Member Avatar for classifieds100
0
271
Member Avatar for Nippoo

Righty. I've got an XP Professional computer here, with only one user account. What I'd really like to do would be to be able to access the computer remotely, as I'd be able to do with 2003 Server. By that, I mean see the computer screen, etc... as in Remote …

Member Avatar for shanemort
0
129
Member Avatar for db_york

My disk space gradually fills up during an online session. After a restart everything is back to normal. My hard disk is partitioned into two NTFS drives, C: (10GB) holds Windows and all other software, D: (30GB) holds data files. Once I've started an internet connection the C: drive gradually …

Member Avatar for nanosani
0
166
Member Avatar for lola_202

Hi All: First, I appreciate all advice you can give me beforehand. How can I fix my averatec 3200 computer to display ALL internet pages i visit? It is brand new, has Win XP home ed, windows firewall is on, uses a yahoo/sbc dsl connection and its active firewall, & …

Member Avatar for lola_202
0
108
Member Avatar for Paddy

I'm not 100% sure what the problem is, so forgive me if this is the wrong place to post :) I use Windows XP Pro, and I burnt a DVD-R with about 2 or 3 sessions. I used Nero to burn it, and Nero warned me that any session burnt …

0
71
Member Avatar for jackjill

Hi all, i'm new in linux environment and have a v. tough task. Please help me how to initiate it. give me some expample scripts.. the prob def is : * i am trying to write a full-screen utility, that displays the permissions of a directory and all the directories …

Member Avatar for Paul.Esson
0
143
Member Avatar for alchiasp

Hi, I am wodering how to store and retrieve czech, or other utf-8 related language, characters using IIS 5.0 and SQL server 2000; I try to explain: at the beginning I was using the 1252 default codepage (with no charset specified) and some character was immediately changed when posting toward …

Member Avatar for william_stam
0
108

The End.