I've been staring at this for sometime and think it's time to pull back for a few and maybe ask for alittle help if anyone can spare a few seconds. I can't seem to get this code working:
<%
Session("frmSearch")=Request("txtSearch")
Session("frmSearchSize")= Len(Request("txtSearch"))...
Just a good link to read about Virus, spyware, and the top programs for protection. If you use google then http://www.MyGoogleSpace.com/index.htm is also a great homepage to use. But anyway here is a page that gives great advise for anyone who wants to remove pests from your machine...
Ok so I was on a service call today for an OS Service. Client had 105 processes running on a windows xp machine completely updated with sp 2 and all. Most of them were viri/spyware. I completely cleaned the machine out of all traces of spyware and tuned it up perfect. I did run into one...
Hi all,
I am using a backend sql2000 db to store information. I have a table with 2 rows in it. The second column(YSItemNumber) has the value 1 for the first row and the value 2 for the second row. When this code below is executed the dropdownlist(lstYSItemNumber) has 2 options both with...
Hey all,
I'm having issues. I have a drop down list populated with values from a database which is working fine. Then the user has the option to add a new option by clicking an asp.net submit button that calls a javascript function to add it to the dropdownlist. However, when the page is...
I want to populate a drop down list programmically and i'm using the syntax:
lstYSItemNumber.Items.Insert(intYSItemNumber, intYSItemNumber)
Is my understanding correct that the first parameter of the Insert operation the index in the dropdownlist collect and the second paramenter of the insert...
hey all was wondering if anyone could help me. I'm trying to get a javascript event handler into an asp.net webcontrol.
in asp.net's form_load procedure i set the webcontrol submit button to right the html event handler like so.
Form_Load event:
btn.attributes.add("onSubmit"...
Hi all,
I am using asp.net webcontrols and wanted to know if I could add html client side event handlers that call javascript functions. For a prime example, I create a webcontrol button, when that is clicked I want it to call a javascript event handler that can return a false value and not...
Hey all,
Guess I'm flooding this board with questions, sorry about my lack of the vb.net syntax 8(. Anyway, i'm having problems with assigning values to a string variable from input controls like a textbox when the user enters in an apostrophe. You can view the error at...
thank you for the help! Errol Barratt
work: 856-810-5712
home: 856-697-1593
*** If there is a possibility, I'm sure all the smart ones out there will enlighten me 8p
Hey all,
I am using client side cookies to track if a user has been to my site before or not. In my html head section I call an asp.net subroutine shown below to decide whether my body tag has the onload method or not. If the user has a cookie then the body tag does not have an onload...
Hi all,
I am having problems with an sql2000 database update stored procedure. I create the connection, command, and parameter objects and use the dbcmd.executenonquery method. It returns a 1 for one records effect as it should but it never updates the record. Here is my stored procedure...
Hello All,
I am running off of a remote host running Windows2000 Advanced server, IIS 5.0, and have a backend SQLServer. Whenever I upload my web.config sessionState arguments:
<sessionState mode="SQLServer" sqlConnectionString="data source=myDsnName" /> My site...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.