Several years ago, I built an employee portal for my organization built on the portal starter kit found here:
http://www.asp.net/downloads/archived-v11/starter-kits/portal
We'd like to build a new portal using asp.net 3.5+ but don't want to reinvent the wheel. Best case scenario would be to...
That would mean I'd have to provide them with a file of our User ID's and Pwd's. Not sure I want to do that.
What about passing a GUID that represents a user ID, then write a web-service that they can call to check the GUID and retrieve the user?
mwa
<><
My organization has an Employee Portal of sorts to retrieve paystubs, benefits info, w2's, etc.. The Portal was written in Asp.net 1.1 using Forms Authentication.
We have just recently contracted with an outside vendor to provide some services to our employees. What we would like to do is have...
I've been tasked with creating a Windows application for our company that users can use to enter information about various different processes. In this form will be various different fields related to the process. One of those fields needs to be a "Notes" field. The Notes field needs to have the...
My company is using a piece of software developed by another company. Their software has an API to add/remove documents from their system. They've given us a sample written in C#, and I'm in the process of converting it to VB. I'm stuck trying to understand one thing. They have the following...
I'll try to spare you some of the irrelevant code... Here is the Insert SP:
-- Generated on: 02/26/10 15:53:47
-- Relational Database: MYSERVER
-- Standards Option: DB2 UDB iSeries
SET PATH "QSYS","QSYS2","MYDB" ;
CREATE PROCEDURE...
I have an ASP.net web application that reads/writes data to a DB2 database. We have been getting numerous "Conversion Errors" when writing data. I think I have narrowed it down to users entering text containing the ' character (or char(146))... Not to be confused with the ' character (or...
Yes, I am using a parameterized query:
Public Function InsertEmployment(ByVal strEmpId As String, ByVal strExpBucket As String, _
ByVal strOldExpBucket As String, ByVal strFromDate As String, _
ByVal strOldFromDate...
I have an asp.net web application that reads/writes data to a DB2 database. We have been logging numerous "Conversion Errors" in our error tracking utility. I've finally been able to narrow the problem down to users entering text containing the ’ character (or char(146))... Not to be confused...
I have a little Task entry application that I wrote for me and my colleagues to track completed tasks throughout the day. The application stays positioned at the top of the screen and has it's height=30px and opacity=25%. When the user mouses over the form, it expands and opacity changes to...
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.