Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~7K People Reached
Favorite Tags

32 Posted Topics

Member Avatar for justapimp

I recently been assigned a project to develop an internal web service that makes use of an outside service from Sprint. the only thing I have is a .wsdl file web reference from Sprint. When I add the web reference to the project and compile my code, I get a …

Member Avatar for Hung D.
0
434
Member Avatar for justapimp

Hello all, I am trying to read value from a XML message fragment using C# and I am unable to load and read the document mainly because I don't enough experience working with xml data. I don't have the raw xml document on hard drive, so it is generated from …

Member Avatar for apegram
0
618
Member Avatar for justapimp

Hello fellow developers I have a site project I've just acquired for a quick repair and I have problem with the url string being truncated because of the "#". What I mean by that is if I have a url string with a nave/value pair: deviceNane= AjaxText #2 only the …

Member Avatar for digital-ether
0
127
Member Avatar for justapimp

I need some help creating a query that will pull a series of record that falls with a date range with specific interval. for example: I would like pass in a date like getdate() - 10 for start date and getdate() for the end date. However, the dates in between …

Member Avatar for darkagn
0
454
Member Avatar for justapimp

I have been looking for a way to evaluate if a column in a database has a null value in it. So far, every method suggested have failed and I would like to know anyone else have successfully evaluate a null value in C# Visual Studio 2005.

Member Avatar for Kusno
0
346
Member Avatar for SheSaidImaPregy

Are you also getting the category information with your query result? If you are, you could select TOP 10 record of each category and use the foreach method to filter out the categories and populate your nested repeater. In ASP.NET this seems a bit difficult, but in PHP this problem …

Member Avatar for SheSaidImaPregy
0
216
Member Avatar for justapimp

I've just taken over an old project that my boss would like me to incorporate a couple of session variables into the code in order to maintain data history on a few pages. The project itself is web page that consists of a frame design and on one frame is …

Member Avatar for Ramy Mahrous
0
95
Member Avatar for justapimp

I have been assigned this project to create a dynamic key code and I don't have a clue about how I can get it done. The problem: I am given a 10 digit number like a phone number 5627775698 and I need to parse through the number and set every …

Member Avatar for justapimp
0
105
Member Avatar for techbound

If I were you, I would start with a basic cisco 2600 series router and a basic 18 to 24 port switch. These routers are not very expensive on eBay and you can one in the neighborhood of $100 - $200 if you use good bidding technique. You can start …

Member Avatar for justapimp
0
101
Member Avatar for justapimp

I have a CISCO 2621 with two CSU/DSU T1 serial cards that I would like to connect it to an Adit-600 device that already has a router slot. I have a public ip range of 55.136.100.31 - 59 that I can use for my devices. When I configure the router …

0
45
Member Avatar for justapimp

I have this webservice that connects to my database via a table adapter and I am trying to read the column value based on the controls passed by an AJAX script that I wrote. I tried to use a hash table to replicate the actual database column. What I like …

Member Avatar for justapimp
0
93
Member Avatar for justapimp

Hi Fellow programmers, I need to print the content of a repeater list located inside of an asp:panel. once the page is loaded, the code for the asp:panel is displayed as a regular div tag. What I need to do is to print the content of the div/asp:panel once the …

Member Avatar for justapimp
0
611
Member Avatar for toadzky

There is insufficient information here to help you out. I recently created an AJAX code that would dynamically create a table and populate its table data. Could that be what you are trying to accomplish.

Member Avatar for ~s.o.s~
0
93
Member Avatar for justapimp

I have this ASP.NET web page that makes use of the <asp:TextBox> tag and I would like to use it with my codebehind as well as an a small AJAX code. The text box field will be use to edit/enter data into a database. at the same time, I would …

Member Avatar for justapimp
0
233
Member Avatar for narender_gandi

why don't you create your own method that would make use of a regular expression. Do some research on regular express and ASP.NET or .NET and see what comes up. HINT: you are going to start with something like this -->@"^(~.....) and so on.

Member Avatar for a496761
0
112
Member Avatar for justapimp

I have coldfusion file that I am calling from my ASP page using the response.redirect() method. Inside my url string, I am passing a variable/value pair as shown below. [code] Response.Redirect("http://www.gpsit.com/tools/glr/index.cfm?acctuid=" + accntData.Uid); [/code] The page that I am calling is: [code] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> …

0
72
Member Avatar for justapimp

How do I create a single sql statement that will insert a row into a data table and return the row number back for processing? I tried to use the scope_identity method and find out it works well within a stored procedure environment. If anybody out there have another method, …

Member Avatar for serkan sendur
0
106
Member Avatar for justapimp

I have this peace of code that I am working on and I would like to get the record count data returned by this querrey bellow. [code] SELECT COUNT( *) AS 'TotalGeofence' FROM GeofenceData WHERE (DeviceUID = @DeviceUID AND Time BETWEEN @StartTime AND @EndTime) [/code] I then used this C# …

Member Avatar for justapimp
0
119
Member Avatar for justapimp

I have this ArrayList that consist of list of structure and I would like to use the content of the ArrayList as the return type for the function bellow. Can anyone help please. [code] public struct DeviceSchedules { public string StartDate; public string EndDate; public string Interval; public string DeviceTimeZone; …

Member Avatar for justapimp
0
98
Member Avatar for justapimp

my application makes extensive use of the Google map and I would like to know how I can pass latitude and longitude information obtain from one page to the next. the function I like to access exist in a completely different web page located on our server. The problem seems …

Member Avatar for justapimp
0
193
Member Avatar for justapimp

hello Members, I have an ASP.NET website that uses an IFrame settings and I am using the response.redicret("...") to load a new page within the same IFrame. below is my code snippet. [code] Response.Redirect ("../TrackApp/history2Display.aspx?deviceUID=" + DevUID + "&fromDate=" + startDate + "&endDate=" + endDate); [/code] when the page redirects, …

Member Avatar for justapimp
0
267
Member Avatar for justapimp

I have a website that uses a frameset which consist of a left frame and right frame. The right frame consists of the main contents, which are selectable via a set of iframes. The left frame has a graphical panel that users interact with to request info from or send …

Member Avatar for SheSaidImaPregy
0
103
Member Avatar for justapimp

I wrote a program that makes use of the System.Timers.Timer name space and it is not working like expected it to. My program listed bellow excepted two date values and determined if one date is greater than the other by using the DateTime.compare method. If one date is greater than …

Member Avatar for SheSaidImaPregy
0
133
Member Avatar for justapimp

I have a data table adapter that returns a single column and I would like to assign the column to a string variable. Can anyone help me on this. it seems very simple but when I use this syntax [code] GpsitDataTableAdpater provider = new GpsitDataTableAdapter(); string CarrierString = Convert.ToString(provider.getProviderByDevUID(1789)); [/code] …

Member Avatar for SheSaidImaPregy
0
164
Member Avatar for swep

Verified the IP address of the server your database is running on is the same IP address sets in the web.config file. you might be overlooking the ip differences between your local machine and the machine your website/database server is running on. You could overcome this problem in the future …

Member Avatar for justapimp
0
1K
Member Avatar for Nthusiast

You can start by doing online consulting work for companies who may not have technical resources. As part of doing that you could let them know that you would like to use them as references for future employment opportunities By doing that, the company could vouch for your technical skills …

Member Avatar for Nthusiast
0
133
Member Avatar for justapimp

I am trying to create a program that will disable an equipment after a priod of time. To disabled the equipment, a user would use our web application to set the time span before the equipment would be disabled. I first tried to accomplised this by using an AJAX method …

Member Avatar for justapimp
0
103
Member Avatar for priyankaprakash
Member Avatar for justapimp

How do I calculate time interval in javascript. I want to create a javascript that will except a DateTime value. Once the date is received, I would like to calculate the differenct between current date and the date parameters received by the function. once that is calculated, I want to …

Member Avatar for MidiMagic
0
94
Member Avatar for justapimp

I have a device control panel that consist of a veiw and settings buttons. the buttons are binded to a dataset that populates the devicenumber and deviceUID I have a javascrip function [code] function gotoGeo(username, name, duid) { top.main.location.href="../TrackApp/main.aspx?selectedTab=" + selectedTab + "&deviceName=" + name + "&deviceUID=" + duid; } …

Member Avatar for SheSaidImaPregy
0
134
Member Avatar for justapimp

I have a device control panel that consist of a veiw and settings buttons. the buttons are binded to a dataset that populates the devicenumber and deviceUID I have a javascrip function [code] function gotoGeo(name, duid) { var username = document.getElementById('txtUsername'); top.main.location.href="../TrackApp/main.aspx?selectedTab=1&deviceName=" + name + "&deviceUID=" + duid + "&username=" …

Member Avatar for justapimp
0
95
Member Avatar for justapimp

I have this web page that sends a start real-time tracking command to GPS devices all over. The way the code is currently written fulfills its purpose as long as the page is actively loaded. However, if the user shuts down the browser or the computer, the device does not …

Member Avatar for SheSaidImaPregy
0
92

The End.