Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~18.9K People Reached
Favorite Tags
Member Avatar for MaddTechwf

Long story short, I inherited an ASP project. I recently was subject to an SQL injection attack. I'm trying to update the search field that allowed the sql attack. I'm no ASP guru at all and would really appreciate any help anyone can give me on how to check the …

Member Avatar for pritaeas
0
122
Member Avatar for MaddTechwf

I'm trying to pull the total physical memory on a machine and have it show just like it would inside My Computer Properties. I know I can use My.Computer.Info.TotalPhysicalMemory which will return it in bytes. This is where I'm getting stuck. I want to be able to divide it and …

Member Avatar for uchy69
0
1K
Member Avatar for MaddTechwf

I've written a small asp function that query's my database and returns data. I've tested the function and it does return the data correctly. I'm trying to figure out how I can then take that data and store it into my javascript array. I have this below but I can't …

Member Avatar for vsmash
0
3K
Member Avatar for MaddTechwf

Some of my values coming back in my recordset have a ' in them. This data is being read into a JS array so I need to change the ' in the result to the ' html hex code.

Member Avatar for MaddTechwf
0
136
Member Avatar for MaddTechwf

I've written an SQL select statement. I've checked te statement in SQL Server Management Studio Express and it works greate. When I go take the code to my asp page and insert it, I get a generic IIS 500 error. When I take out my variable I'm tyring to use, …

Member Avatar for JorgeM
0
183
Member Avatar for MaddTechwf

I've written a sql select statement that return data just fine. I've got to format the data for my JS array though. The party I'm having issues with is place the , in the correct spot. I need to place it between the } and the next { . Current …

Member Avatar for MaddTechwf
0
206
Member Avatar for MaddTechwf

I'm working with a database that was setup before me. The column name is year. When I'm writing my SELECT string, I try referencing the year column and get NULL repsonses. How can code this correctly to reference the year column?

Member Avatar for MaddTechwf
0
123
Member Avatar for MaddTechwf

I've written my SQL lookup and tested it and it works great. I'm having issues checking and displaying text that might be null. Can anyone help me with this? This is what I've written and does not work at all <% While (Not rsUP.EOF) %> <h3 class="name"> <% If Not …

Member Avatar for MaddTechwf
0
166
Member Avatar for MaddTechwf

When I run the code below it fails. I've run the exact same code without the ID appended to the url and it worked just fine. Am I appending it incorrectly? // CALLS THE PHPSLQAJAX_GENXML2 PAGE AND RETURNS VALUES function downloadUrl(url, callback){ var request = window.ActiveXObject ? new ActiveXObject('Microsoft.XMLHTTP') : …

Member Avatar for MaddTechwf
0
207
Member Avatar for MaddTechwf

I've got a list of hyperlinks that have a specific class assigned to them of "single-location". I need to add an EventListener to my Google Map that when a hyperlink is clicked, it will call the correct function. Can anyone help me?

Member Avatar for MaddTechwf
0
160
Member Avatar for MaddTechwf

I have a APG Vasario 1616 USB cash drawer that I would like to hook up to my PC using a USB cable. I would like to make a small app that when clicked will open the drawer. Is this possible?

Member Avatar for Deep Modi
0
966
Member Avatar for MaddTechwf

I've followed Googles article [here](https://developers.google.com/maps/articles/phpsqlajax_v3?csw=1) and having a working map on my XAMPP installation. I'm trying to take it a bit further and I want to use the "type" attribute from the database to show only specific markers based on the buttons that I have. I have a list of …

Member Avatar for diafol
0
168
Member Avatar for MaddTechwf

I'm writing my first Wordpress plugin and I'm trying to reference the root directory of my plugin. I'm trying to save a PDF file to a folder in my plugin folder. I did some googling and found getcwd() which returned my server path but it took me into the wp-admin …

Member Avatar for diafol
0
160
Member Avatar for MaddTechwf

I've started using Bitbucket recently for version control and I have to say I like it a lot. I've only been using it for HTML/CSS development. I would really like to use it for when I convert those page from html to a Wordpress template. Is there any way to …

Member Avatar for pritaeas
0
196
Member Avatar for MaddTechwf

I have a college student that works for me and I was trying to help him with his perl project but I couldn't figure out what was going on with it. He's got a txt file of numbers in rows. The numbers have to be sorted on a per row …

Member Avatar for 2teez
0
256
Member Avatar for MaddTechwf

I've never worked with the Select, Delete, Update functions in a GridView before. I only want to use the Delete function, which I currently only have setup. I have the following information being show in my gridview: degree, institution, graduation date, dissertation, id(hidden).

Member Avatar for MaddTechwf
0
183
Member Avatar for MaddTechwf

I've successfully gotten authentication to work on my web application using LDAP. So nothing is technically wrong with my login. What I'm having trouble with is once I have verified that a user is in active directory, I need to check a database to see if they have an account …

Member Avatar for MaddTechwf
0
291
Member Avatar for MaddTechwf

I've got a small application that I need to read data from my data, which I already have setup. What I'm having issues with is taking that data and parsing it into a specific RSS layout. Can anyone help me with that? Here is an example of how I need …

Member Avatar for JorgeM
0
126
Member Avatar for MaddTechwf

I've been working on an ASP.NET project. I've successfully implemented LDAP authentication for login and have tested it with multiple users with no issues. LDAP is only controlling my login credential. Everything else is stored in a SQL db. In that database I have a users table that has a …

Member Avatar for |-|x
0
181
Member Avatar for MaddTechwf

I have created an uninstall list that is populated when a form loads. I want to add the ability to right click on the item and have an uninstall option. Below is the code that I'm using to show my Uninstall Manager so far. [CODE] Private Sub UninstallMgr_Load(ByVal sender As …

Member Avatar for callofcyandic
0
172
Member Avatar for MaddTechwf

Would anyone possibly know how to make a small program that would open a cash drawer? The interface for the cash drawer is a 6 pin phone cable.

0
61
Member Avatar for MaddTechwf

I have an obout Treeview on my masterpage along with a ContentPlaceHolder (CPH). The Treeview has a bunch of pages that I want to populate the CPH when they are clicked. Can anyone help me with this?

Member Avatar for JorgeM
0
81
Member Avatar for MaddTechwf

I've been scowering the web for a good 3 hours this morning looking for an alternative to our OSTicket installation. I've looked at quite a few items. I have some requirements that I'm basing my selection on. * LDAP Integration (**Not a deal breaker**) * Email Notification (**When an ticket …

Member Avatar for reconnect
0
114
Member Avatar for MaddTechwf

I've been working on getting a basic VB ASP.NET application put together that uses LDAP to login and I have it working. The login page has a form on it for login but the actual code for the login is inside my web.config file. When the user clicks login it …

Member Avatar for hollystyles
0
1K
Member Avatar for MaddTechwf

I've tested my application with the build in localhost in Visual Studio 2010 and it responds great. When I published the page and go to the login page, it takes FOREVER to load. Once it logs in, it renders all the internal pages quickly. Any idea?

Member Avatar for JorgeM
0
84
Member Avatar for MaddTechwf

I'm wanting to have a few different type of Rights/Roles that a user can be assigned. Since I'm using LDAP for authentication, I have a table setup on an SQL server that has my Rights Groups setup. I want to only show certain content on the site to individuals based …

Member Avatar for JorgeM
0
104
Member Avatar for MaddTechwf

I have a GridView called GridView1. I want to load it based on a ButtonTest being clicked. When the button is clicked, I need to do a SQL retrieval of data and popuplate the GridView with it. I can write the SQL code to get the data but I wasn't …

Member Avatar for MaddTechwf
0
107
Member Avatar for MaddTechwf

I just recently created a new **Default ASP.NET Web Application** and it had quite a few pre-built forms for me. One being a Login.aspx form. I've worked with these before where I created the users using the ASP.NET Configuration but I would like to learn to leaverage ActiveDirectory for this. …

Member Avatar for TimCadieux
0
87
Member Avatar for MaddTechwf

I have the below code working greate except for one spot. After a user selects everything from the drop downs like they are suppose to, if they change the Semester in the first drop down, how can I make the dropdown for Houseing fresh as well? <%@ Page Language="VB" AutoEventWireup="false" …

Member Avatar for ronitmathurseo
0
2K
Member Avatar for MaddTechwf

I'm trying to develope a Javascript fuction that will show the current funds raised. I'm needing to be able to specify a Start Dollar Amount ($0), Goal Dollar Amount ($XXX,XXX,XXX), and a Current Dollar Amount ($XX,XXX). I would like to have this show up as numerical amount and then also …

Member Avatar for rotten69
0
242