- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
28 Posted Topics
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 … | |
Re: yes. Its called dash commerce and it is part of several open source pre-made solutions known as starter kits. I have just discovered it and was blown away to find all of the files there in visual studio along with two databases in the app folder. I guess microsoft fighting … | |
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 … | |
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 … | |
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 … | |
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 … | |
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" … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
Re: My Name is Rick Pace and I am a junior web applications developer looking for a career where I can further hone my skills. I decided to stray from the traditional resume in favor of projecting my talent through a website. For the sake of practicality, I will utilize the … | |
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 … | |
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 … |
The End.