Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~4K People Reached
Favorite Forums
Favorite Tags
Member Avatar for ricksvoid

Hi, Im using Microsoft's Bing Map control in order to display Push Pins based on a series of latitudes and longitudes that i have strored in the database. Once I figure out how to display multiple hard coded push pins, I can figure out how to pass the values from …

0
123
Member Avatar for TechExpressInc

Can someone recommend a good free shopping cart database software package? Thanks Russ

Member Avatar for ayni
0
210
Member Avatar for ricksvoid

Hi everyone, I've created an accordian menu for a web application containing many headings, sub-headings and pages. Everything behaves fine except that it defaults to the top pane everytime a page is clicked. The client has requested that the pane that is being navigated in should remain open and not …

Member Avatar for ashumiloff
0
55
Member Avatar for ricksvoid

I need some help here. I have a page which I am using the ToolkitScriptManager for the use of some AJAX Calendar Control Extenders, and that works fine. Where I am running into a problem is using the UpdatePanel. I am not getting a partial or any postback on a …

Member Avatar for amitshrivas
0
175
Member Avatar for ricksvoid

Hi, I am a mostly self taught aspiring asp.net developer looking for some constructive criticism. Here is a sales lead management application ive been working on. [url]www.skylimittechnology.com/enterprise.aspx[/url] I was developing this for a company before they went bankrupt and never paid me. I should be able to take the same …

0
78
Member Avatar for ricksvoid

what up Gurus, My name is Rick Pace and Im a recent IT grad who has been working on a sales lead management system using ASP.net and SQL server. This is a highly functional web app that ive been working on for longer then I care to admit. I had …

Member Avatar for lincylucy
0
111
Member Avatar for ricksvoid

I have a simple sqlDataSource that populates a GridView control Nothing out of the ordinary here. [CODE] <asp:SqlDataSource ID="personalInfoSource" runat="server" ConnectionString="<%$ appSettings:Maya%>" SelectCommand="SELECT customerID, lname, fname, dateNow FROM dbo.customers ORDER BY lname ASC"> </asp:SqlDataSource> <asp:GridView ID="names" runat="server" Width="280px" DataSourceID="personalInfoSource" AutoGenerateColumns="False" DataKeyNames="customerID" AllowSorting="True"> <RowStyle BackColor="#FFBA00" Font-Names="arial" ForeColor="#26354a" /> <AlternatingRowStyle BackColor="#D3DCE6" Font-Names="arial" …

Member Avatar for Ramesh S
0
236
Member Avatar for ricksvoid

I just keep getting the same error. can not insert record. Problem near keyword "where". [CODE]Imports System.Security Imports System.Data.SqlClient Imports System.Web.Configuration Imports System.Data Partial Class admin Inherits System.Web.UI.Page Public connectPath As String = ConfigurationSettings.AppSettings("Maya") Protected Sub fillDropList(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load If Not Page.IsPostBack Then …

Member Avatar for mail2saion
0
147
Member Avatar for ricksvoid

Ive successfully managed to bind my DropDownList control to the membership.getAllUsers class. The problem is, no matter who i select from the list, it always returns the same value which is the first selection. Is this some kind of postback issue? Yikes! [CODE] Protected Sub fillDropList(ByVal sender As Object, ByVal …

Member Avatar for ricksvoid
0
756
Member Avatar for ricksvoid

Im a recent grad working on my first paid project as an aspiring freelance .net developer. I have no idea what to charge for the project description below: Client needs a web app to manage sales leads. Sales reps, managers, and call center will all be able to insert a …

Member Avatar for guru_sarkar
0
139
Member Avatar for ricksvoid

Ive downloaded these "would be" awesome controls from the excentric world web site. One of them is calendar pop up. The problem lies in the fact that when i try to insert the data into sql 2005; it inserts "..." instead of the selected value. Anyone know a way around …

0
54
Member Avatar for ricksvoid

Ive got my first paying gig since graduation and im very interested in finding out what the .net community thinks about e-commerce. I have a decent command of the VB.net language and asp.net but I know very little about e-commerce. I noticed that there is an existing starter kit called …

0
48
Member Avatar for ricksvoid

Ive got my first paying gig since graduation and im very interested in finding out what the .net community thinks about e-commerce. I have a decent command of the VB.net language and asp.net but I know very little about e-commerce. I noticed that there is an existing starter kit called …

0
69
Member Avatar for ricksvoid

What I want to do is get a users current login username, and pass it to an SQL query which will search a table and return all entries belonging to that person. Ive managed to pass the username onto a label when that person logs in. [code] Protected Sub Page_Load(ByVal …

Member Avatar for ricksvoid
0
147
Member Avatar for ricksvoid

Although im not new to asp.net, this will be my first e-commerce project. Any thoughts on using paypal? Im very tempted to use it for the sheer simplicity alone. any downfalls? Ive never built my own shopping cart but i could probably figure it out using session states and what …

0
91
Member Avatar for ricksvoid

Im using a gridview to display just the names of the customers in my database. When i click on a name, I get all of that persons information (address, email, mortgage, ect) displayed nicely in a detailsview control on the right side of my page. I believe that this is …

Member Avatar for dnanetwork
0
138
Member Avatar for ricksvoid

Hi there, Im working on an application that allows me have sales leads inserted directly into a sql table which can then be easily managed with a datagrid master/details model. This can be viewed at [url]www.rickpace79.com/scum2.aspx[/url] My next step is to add a droplist containing the e-mail values of our …

Member Avatar for kameswari
0
182
Member Avatar for ricksvoid

Hi there, I know that .net comes with an encapsulated control for both logging in and creating a new profile. These seem to work great on my local server but Im not shure how to deploy it to a remote server. WHERE IS THE CONNECTION STRING??? Its not in the …

Member Avatar for sedgey
0
112
Member Avatar for ricksvoid

I cant seem to find anything wrong with this code. However, I get an error message from my catch block everytime. [code=vb.net] Imports System Imports System.net.mail Imports system.web Imports System.Web.UI Imports System.Web.UI.WebControls Imports System.Web.UI.HtmlControls Imports System.IO Partial Class contact2 Inherits System.Web.UI.Page Protected Sub submit_Click(ByVal sender As Object, ByVal e As …

Member Avatar for Jamie Shedley
0
127
Member Avatar for ricksvoid

I have a large backup database file and I am having trouble opening it. I tried renaming it from database.BAK to database.MDF. I hope that this did not permanently destroy my hopes of ever recovering the database by changing the format. Does anyone out there know how I can open …

Member Avatar for Ole Raptor
0
90
Member Avatar for ricksvoid

Ive created a database driven web app in visual studio that works great in visual studio. Ive stored the connection string in my web config file with the following code: localhost/sqlexpress ect ect.... Works great!!! Now how do i adjust the connection string to work on a remote server. I …

Member Avatar for vuyiswamb
0
84
Member Avatar for ricksvoid

Hi there, Im starting my own development company and would like some feed back on my two options for a company name. I will specialize in asp.net (front and back) [B]Castles in the Sky IT solutions[/B] or [B]Infinity Technology solutions[/B] I am a very indicisive and would appreciate some feed …

Member Avatar for SheSaidImaPregy
0
164
Member Avatar for ricksvoid

Hi everyone, Im rebuilding an asp.net site in Joomla and neet a way to redirect the old site pages to there respective new pages. Ive gone into the web config file and pasted the new Url under the <sendTo> tag but there is a syntax error with the new Url …

0
95
Member Avatar for ricksvoid

Hi everyone, Im rebuilding an asp.net site in Joomla and neet a way to redirect old site to its coorasponding new pages. Ive tried to make changes in the web config file but it doendt seem to have any effect. The existing web config file goes as follows: <RewriteRule> <LookFor>~/realestate/atlanta/cobb/sattleCreek\.aspx …

0
53
Member Avatar for ricksvoid

Ive created a realestate application that allows the agent to upload photos along with a description of the estate, price, bedrooms and financial options. On the buyers side ive used a forms view to enable a viewer to browse through records and display images directly from the database. Everything seems …

0
36
Member Avatar for ljn1atty

I have an open position for .net developer in Miami, Florida. MUST be SPANISH speaker. Please email resume to [email]larry@itcomputercareers.com[/email].

Member Avatar for ricksvoid
0
72
Member Avatar for ricksvoid

Ive created a realestate application that allows the agent to upload photos along with a description of the estate, price, bedrooms and financial options. On the buyers side ive used a forms view to enable a viewer to browse through records and display images directly from the database. Everything seems …

Member Avatar for dickersonka
0
138
Member Avatar for ricksvoid

First of all here is how i created my SQL database and established a connection in visual studio 05. I go into the server explorer and right click on the data connections node and and select "create new SQL database". A window then prompts me for a server name and …

Member Avatar for ricksvoid
0
386