Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~5K People Reached
About Me

C#, Coffee, SQL, Coffee, Gears of War, Coffee

Interests
Hockey and C#, Coffee, SQL, Coffee, Gears of War, Coffee
PC Specs
I'm a PC
Favorite Tags
Member Avatar for bill_kearns

I've been through a dozen blogs tonight looking for a solution for this problem. I am populating pages dynamically (shopping cart) and I grab the product name and descriptionfrom SQL Server then use that data to populate the page title, keywords and description meta tags. This is usually simple until …

Member Avatar for bill_kearns
0
167
Member Avatar for coder91

There is code in the project I am working on that increments. Basically the user selects from a drop down list and than there is a button that increments the number for that option, to record how many times they've done something. Now I need to write code to decrement …

Member Avatar for bill_kearns
0
97
Member Avatar for HunainHafeez

am near to cry bcz solving this problem took my whole day , simply, i am trying to get status of checkbox from grid view, so i converted it into tempaltefield and in .cs code i used findcontrol property but still getting error: Object reference not set to an instance …

Member Avatar for HunainHafeez
0
946
Member Avatar for while(!success)

Hi everyone, I'm having difficulty updating information within my database in regards to a checkboxlist. I have a table which has attributes of DealerId and ProductId which reflects the products that a dealer is authorized to sell. The table looks as follows: DealerId | ProductId 100 5 100 8 100 …

Member Avatar for bill_kearns
0
84
Member Avatar for bill_kearns

OK friends, so I need your advice. I'm reprogramming another web app that was originally written in .Net 1.1. The page I am working on looks like simple GridView with select, update and delete enabled. But it isn't so simple. In the code I have 10, yes 10 calls to …

Member Avatar for pritaeas
0
143
Member Avatar for ROSS679
Re: ASP

Hi Everyone, I am currently practicing through the NorthWind Example in ASP.NET, when i debug i am greeted with the message "Could not find output table 'ViewCustomer'. Despite linking to the form in the try statement, am i missing something here? I am using a OleDb connection rather than SQL. …

Member Avatar for bill_kearns
0
124
Member Avatar for Techwriter10

A funny thing happened this week. Google tried to become Bing by displaying full color pictures on its Home page, and was undone by a bug. The irony here is just too obvious to ignore. Bing influences Google to change its plain white page, and it comes apart because of …

Member Avatar for jovy_WOG
0
822
Member Avatar for bill_kearns

I'm using C# in VS2010 and I need some help with a web application. I don't have much experience with web services. I was given the url to a webservice containing methods required to build the login part of the application. No documentation. I have the login piece working though. …

Member Avatar for skatamatic
0
174
Member Avatar for compulove

I have code for a browse button and I wanted to know how to write the code to output a sucess message if it saves correctly. Also how to output the file path to a textbox... here is the code I have so far... [CODE] protected void Browse_Click(object sender, EventArgs …

Member Avatar for bill_kearns
0
318
Member Avatar for bill_kearns

I have a bunch of database methods that I normally copy and paste into my aspx code behind files on every web app I build. That said, I was trying to build my next app by putting all of my connection info and data calls into a class library. Then …

0
73
Member Avatar for bill_kearns

I am so stuck, I lost 2 days trying to figure this out and here I am! I have an online cart selling subscriptions and I want to offer customers the ability to subscribe and choose their own payment schedule by paying monthly, quarterly or annually. Further, I want to …

Member Avatar for bill_kearns
0
216
Member Avatar for bill_kearns

OK my programming/accountant friends, this is very long but I need your help again with an ad-hoc report! I am having a hard time getting my brain around solving this part of an application I am programming and was hoping to get your point of view. Maybe I'm going about …

Member Avatar for bill_kearns
0
1K
Member Avatar for bill_kearns

So the deeper I get into my first Windows Forms application the more I'm questioning myself. In the VB6 days I would distribute my apps with a password protected MS Access db (not very secure) and hope nobody hacked into it. In this app. I created my MDF in MS …

0
57
Member Avatar for bill_kearns

I'm coding a small test app in C# and I thought it would be real nice to be able to parse the "description" meta tag and also download the favorite icon. I'm not asking for a complete solution but does anyone have any ideas where I should start? Thanks. As …

Member Avatar for apegram
0
122
Member Avatar for bill_kearns

Hi Folks! I am developing my first Windows Forms app in C# using VS 2008. Back in my VB 6 days I always used Wise Installation System to package my apps into a single .EXE file for distribution. What is the best Installer creation software for Windows Forms applications with …

Member Avatar for bill_kearns
0
199
Member Avatar for ALOK.53

hii alll, i am working on very simple gridview control.i m able to edit update n cancel bue AS SOON AS I CLICK ON DELETE :I GOT EXCEPTION AS : Object reference not set to an instance of an object. [CODE]protected void GridView1_RowDeleting(object sender, GridViewDeleteEventArgs e) { GridViewRow row = …

Member Avatar for reach_yousuf
0
135