Forum: ASP.NET 15 Days Ago |
| Replies: 3 Views: 428 Yes, thanks Ramesh. This worked great. |
Forum: ASP.NET 25 Days Ago |
| Replies: 3 Views: 428 I have a simple sqlDataSource that populates a GridView control
Nothing out of the ordinary here.
<asp:SqlDataSource ID="personalInfoSource" runat="server"... |
Forum: ASP.NET 27 Days Ago |
| Replies: 4 Views: 375 This is probably so simple but i just cant seen to figure it out. Im trying to insert the dropList1.selected.value into the column named "rep" in the dbo.customers table where customerID= the... |
Forum: ASP.NET 27 Days Ago |
| Replies: 4 Views: 375 I just keep getting the same error. can not insert record. Problem near keyword "where".
Imports System.Security
Imports System.Data.SqlClient
Imports System.Web.Configuration
Imports... |
Forum: ASP.NET 27 Days Ago |
| Replies: 5 Views: 316 Solved!!!
Thank You. All is well now. |
Forum: ASP.NET 27 Days Ago |
| Replies: 5 Views: 316 Ive tested the values for both gridView1 and dropList1 and they are exactly what I want them to be. Too bad I cant figure why the above error keeps popping up. Im no .net expert so im hoping this is... |
Forum: ASP.NET 27 Days Ago |
| Replies: 5 Views: 316 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... |
Forum: ASP.NET 31 Days Ago |
| Replies: 3 Views: 326 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... |
Forum: eCommerce 31 Days Ago |
| Replies: 2 Views: 635 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... |
Forum: eCommerce 31 Days Ago |
| Replies: 2 Views: 635 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... |
Forum: ASP.NET Oct 19th, 2009 |
| Replies: 0 Views: 224 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... |
Forum: eCommerce Oct 15th, 2009 |
| Replies: 0 Views: 649 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... |
Forum: ASP.NET Oct 15th, 2009 |
| Replies: 0 Views: 366 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... |
Forum: ASP.NET Sep 3rd, 2009 |
| Replies: 2 Views: 366 Thanks, that totally worked. It seems i was missing the apostrophes.
ahhh sytax. |
Forum: ASP.NET Sep 3rd, 2009 |
| Replies: 2 Views: 366 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... |
Forum: ASP.NET Aug 17th, 2009 |
| Replies: 0 Views: 311 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... |
Forum: ASP.NET Jul 14th, 2009 |
| Replies: 2 Views: 442 BTW. an example of what i have so far can be found at www.rickpace79.com/scum2.aspx
If you can think of a way to e-mail the information on the right side of the screen based on a dropmenue of... |
Forum: ASP.NET Jul 14th, 2009 |
| Replies: 3 Views: 459 Thanks for taking time out to reply to my question but im already familiar withe the System.net.mail namespace. Let me rephrase my question.
Im using a gridview to display just the names of the... |
Forum: ASP.NET Jul 14th, 2009 |
| Replies: 2 Views: 442 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... |
Forum: ASP.NET Jul 13th, 2009 |
| Replies: 3 Views: 459 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... |
Forum: ASP.NET Mar 9th, 2009 |
| Replies: 1 Views: 400 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... |
Forum: ASP.NET Feb 19th, 2009 |
| Replies: 3 Views: 1,105 error = System.
the stack trace leads me to line 26 smtp.send.
Im begining to think its my hosting company aplus.net. Ive learned the hard way that its not worth it to save a few dollars on... |
Forum: ASP.NET Feb 16th, 2009 |
| Replies: 3 Views: 1,105 I cant seem to find anything wrong with this code. However, I get an error message from my catch block everytime.
Imports System
Imports System.net.mail
Imports system.web
Imports... |
Forum: ASP.NET Feb 2nd, 2009 |
| Replies: 3 Views: 1,321 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... |
Forum: ASP.NET Jan 24th, 2009 |
| Replies: 2 Views: 602 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... |
Forum: ASP.NET Jan 2nd, 2009 |
| Replies: 3 Views: 423 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)
Castles in the Sky IT solutions... |
Forum: ASP.NET Oct 6th, 2008 |
| Replies: 0 Views: 767 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... |
Forum: ASP.NET Oct 6th, 2008 |
| Replies: 0 Views: 462 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... |
Forum: ASP.NET Aug 24th, 2008 |
| Replies: 0 Views: 497 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... |
Forum: ASP.NET Aug 22nd, 2008 |
| Replies: 1 Views: 450 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... |
Forum: ASP.NET Aug 21st, 2008 |
| Replies: 3 Views: 868 Thank you for your interest but my images are stored as a file with the url stored in a database. How can I apply this code or any other code to my existing asp.net markup.
I am very new to asp and... |
Forum: ASP.NET Aug 21st, 2008 |
| Replies: 3 Views: 868 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... |
Forum: ASP.NET Jun 1st, 2008 |
| Replies: 2 Views: 1,584 I found the solution for establishing a connection to a .MDF in the app-data folder. Im not shure how to deploy it yet because I am still working on the website and have'nt approached this obstacale... |
Forum: ASP.NET May 11th, 2008 |
| Replies: 2 Views: 1,584 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... |