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...
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...
hey all,
I'm attempting to use a framed site. On the left side of the frame i have declared my main categories to navigate the site, and when they choose an option from the left naviagtion frame, the right frame will display the appropriate choose. The problem i'm encountering is that the...
hey all,
I'm attempting to use a framed site. On the left side of the frame i have declared my main categories to navigate the site, and when they choose an option from the left naviagtion frame, the right frame will display the appropriate choose. The problem i'm encountering is that the...
Hey all,
Here's my dilema. I have a left navigation bar that when you go over one of the options on that bar it pops up a style sheet with more options. Like if u go over the search button it'll show on a pop up style sheet Basic Search, Advanced Search and search results. The problem is...
Hey all,
Here's my dilema. I have a left navigation bar that when you go over one of the options on that bar it pops up a style sheet with more options. Like if u go over the search button it'll show on a pop up style sheet Basic Search, Advanced Search and search results. The problem is...
Hello all,
I'm writing an app that uses combo & listboxes in the form. Is there a way to make the characters inside the options fixed width? Currently, my option descriptions are all zig zaggy lol if that's a word.
style="font-size:9pt; color=navy; face=?" maybe inside of the...
Hello all,
Here is my Problem. I'm populating comboboxes and listboxes with values from a db. The problem is say if i have 3 values in my combobox and the largest length of those values is 4 but I want my combo or list boxes to always have a length of say 20 (padded with spaces.)
It...
Hey all,
I'm doing a left outer join with sql. Sometimes the fields that I'm using to join on do not find a matching record. For instance.
Select tb1field, tbl2field from tbl1 Left outer join tbl2 on tb1field = tb2field.
Most of the records join together, however sometimes there are no...
Hey all,
I currently have multiple options being saved to a db and I want them to be highlighted when i load the values in.
Currently i'm using javascript to populate the listbox with values and was wondering if anyone knew the syntax to get the options highlighted in javascript.
something...
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.