Posts
 
Reputation
Joined
Last Seen
Ranked #139
Strength to Increase Rep
+10
Strength to Decrease Rep
-2
96% Quality Score
Upvotes Received
198
Posts with Upvotes
153
Upvoting Members
59
Downvotes Received
5
Posts with Downvotes
5
Downvoting Members
5
68 Commented Posts
~169.55K People Reached
About Me

I am a web developer that deals mostly in .NET and C#. My prior background was working in VB6 and VBA. I know my way around data and code, but I'll not pretend to know as much as I want to know.

Interests
Programming! Music and video games.
PC Specs
Dell Studio 17 laptop running Windows 7, plenty powerful enough for my needs.
Favorite Tags
Member Avatar for Duki

Well I just started eating dinner and thought this would be a neat topic. Everyone knows we love to eat while on the computer; two birds, one chair. I'll start it off: Deli Sandwiches, macaroni salad, potato salad and a Pepsi :)

Member Avatar for Reverend Jim
22
17K
Member Avatar for zambetta

hi im new to c# and am looking for a way to radomly shuffle an array and split it into 2 groups. i cant find a way to do this so far :( any steps in the right direction would be gratefully recieved many thanks z

Member Avatar for adajames
0
1K
Member Avatar for mikecole79

I have been having nothing but trouble trying to get C# to read excel. I haven't even gotten to the writing part, but I imagine it's going to be a challenge, too. FYI, I'm pretty new at this, and don't have a ton of experience, so I'm sure I'm missing …

Member Avatar for jackflint
0
427
Member Avatar for elmbrook

Hi I would like to create a method for opening up a form by passing across a string. e.g. Something along the lines of the below code. Is this possible in C#? [CODE] Public void OpenForm (string formname) { formname myform = new formname(); myform.show(); } [/CODE]

Member Avatar for mohamed.a.salim.31
0
933
Member Avatar for jazz_vill

Hi I want to count the number of occurence of each characters in a string from a client then the server will compute the occurences and pass back to the client the result.You may have noticed that I used String for result coz im planning to send a string to …

Member Avatar for Reshma_2
0
2K
Member Avatar for Damon88

I am looking for a code snippet which opens a image, creates a clone of this bitmap in memory disposes this opened image so that all handles are closed. Usually we can open a bitmap using this [CODE] Dim MyBit as new bitmap("C:\Image file.bmp") dim ClonedBit as bitmap = MyBit.clone …

Member Avatar for dwimage
0
2K
Member Avatar for yobotiks

Hello Everyone, I have two form. First is main form which is display the data. Second is a another form which users input the values to the textboxes. I would like to make that When a user type something in textboxes in second form, these data will be shown in …

Member Avatar for ddanbe
0
2K
Member Avatar for mercury113

how can i put an if statement in a OkCancel Msgbox .. for example when i choose OK .. it will perform the code .. and if I Cancel it will not perform the code?

Member Avatar for avtaars
0
219
Member Avatar for JamesGeddes

Hi Everyone, I need to write to a text file that is located on my website Currently, I have the following code to let me read from a text file on my website [CODE]HttpWebRequest reqFP3 = (HttpWebRequest)HttpWebRequest.Create("http://jamesgeddes.com/tracknan/phone3.txt"); HttpWebResponse rspFP3 = (HttpWebResponse)reqFP3.GetResponse(); Stream st3 = rspFP3.GetResponseStream(); using (StreamReader sr3 = new …

Member Avatar for softwareskill
0
755
Member Avatar for buffalo0

Hi I have what I think is a simple problem but after much searching cant seem to find a solution. I have an xml file stored on an web server and I need to read the data using vb.net for a smart device application. I also need the ability to …

Member Avatar for softwareskill
0
5K
Member Avatar for ncaatrackstar

The problem I am having is that I need to reference a dll this is rebuilt every hour and are placed into a unique directory. So every couple hours I have to go to the newest directory and reference that dll for mt project. What I did so far is …

Member Avatar for BhuvanRam
0
541
Member Avatar for mania_comp

This application is currently offline. To enable the application, remove the app_offline.htm file from the application root directory. By removing that file, it works but why does itgets created automatically?

Member Avatar for anandd
0
2K
Member Avatar for ddanbe

Hi all, I know I can make a color lighter programatically, by augmenting some of the RGB values. But is there a standard way to do so or is it just trial and error? And why is a blue component needed to make orange lighter? Perhaps C# .NET has some …

Member Avatar for pvladov
0
1K
Member Avatar for sillyboy

I usually listen to music while I'm browsing here, what are you listening to right now? EL-P - Fantastic Damage

Member Avatar for Helianthus
0
5K
Member Avatar for panpwintlay

Hello friends As I am a beginner of C# in .NET , I got stuck in this program This program is about displaying prime numbers between the range of o and the number you entered. Its running properly.But the output is not correct. Here is my coding [CODE]using System; using …

Member Avatar for Momerath
-1
1K
Member Avatar for prakashmca07

Could anyone tell me whether datagrid in asp.net can be used without database bcos if it is used means not visible during runtime.. anyone can advise if u know in this regard.........

Member Avatar for rispy
0
110
Member Avatar for amby

Hi, I am getting this error at runtime: object reference not set to an instance of object my question is that am i using stringbuilder array correctly here. Because I am new in C#. and i think its the problem with my stringbuilder array. Below is the code: [CODE]using System; …

Member Avatar for Brindha.s
0
219
Member Avatar for adkool
Member Avatar for kat-spn

Hi I have only recently started using c# in my first year of university. I have done a little vb before but pretty much a noob. I have to write a simple console application that counts how many coins are required to make up a particular number given by the …

Member Avatar for Chaitanya Dhote
0
941
Member Avatar for Gaurav arora

Hi I m Having a Problem in retrieving records. I want to get nth maximum value in a column. I have tried it using top select top n ColumnName from tablename where(select top n-1 ColumnName from tablename order by columnName desc) But i m getting all the n records. Any …

Member Avatar for crishlay
0
247
Member Avatar for akamini

I feel guilty about posting again but I need help again and I have tried other sources of help e.g google and asking someone who is familiar with vb.net but still can't find the solution to it. It must be another simple fix but I cant find any reference to …

Member Avatar for raffy3
0
333
Member Avatar for expvice

Hi All, I'm developing a new seo tool.I began my tool by converting aspx pages to html pages.I'm doing this by [code] mywebReq = WebRequest.Create(pageURL); mywebResp = mywebReq.GetResponse(); sr = new StreamReader(mywebResp.GetResponseStream(), System.Text.Encoding.UTF8); strHTML = sr.ReadToEnd(); sw = File.CreateText(filePath+"temp.html"); sw.WriteLine(strHTML); [/code] codes.But didn't get the exact page html from my …

Member Avatar for elaek
0
197
Member Avatar for jake1496

I think the Call of Duty 4 is the best one. I also like the boxing game of<URL SNIPPED> nintendo Wii. Because I drip sweat and get away from the big pressure in the life. It was such a great experience when you get refresh in the game. So many …

Member Avatar for davidlouis88
-8
857
Member Avatar for ana12

best breakfast meal for you what do you think,for me sandwich and milk with orange juice..how bout you?

Member Avatar for jacktb
-7
333
Member Avatar for Ancient Dragon

How to fix you broken computers [url]http://www.youtube.com/watch?v=PFcL6hiyyuc&NR=1[/url]

Member Avatar for dexter737
0
162
Member Avatar for zortec

I have been searching on craigslist, auction sites, and doing research on what is a good car to get. It would be great if anyone knows anything about these cars, so please share your experiences. Even better if you have personally driven one or owned the car in the past. …

Member Avatar for dexter737
0
358
Member Avatar for ana12

do you eat healthy food? what healthy food you eat? me i lways eating vegetables..

Member Avatar for dexter737
-5
217
Member Avatar for ana12
Member Avatar for cwarn23

I borrowed a friends computer and needed to make an online payment. So I looked at the box then placed my credit card into the floppy drive to make the payment. The payment didn't work but now my credit card is stuck in a friends computer. Does anybody know how …

Member Avatar for efmesch
1
173
Member Avatar for PierlucSS

I have this list of object: [CODE]public List<XHTMLError> Report = new List<XHTMLError>(); [/CODE] Which is defined this way: [CODE] public class XHTMLError { public List<string> Errors = new List<string>(); private string _errorType; public string ErrorType { get { return _errorType; } set { _errorType = value; } } }[/CODE] I …

Member Avatar for sohelelite
0
119