• Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Finding a post from a user

    I have found it! [Click Here](http://www.daniweb.com/software-development/csharp/threads/418869/algorithm-for-array-sorting#post1786474)
  • Member Avatar for castajiz_2
    castajiz_2

    Marked Solved Status for Uploading web-application online

    Hy guys, I managed to upload my winzip archive online and unzip it. However I can not access my website (I have the Default.aspx file which should be automatically recognized …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Uploading web-application online

    I can not believe my eyes, it is working!!! Thank you so much, I have spent nearly 11hours to somehow upload my C# code online but I just could not …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Uploading web-application online

    ok, I ll try the FileZilla
  • Member Avatar for castajiz_2
    castajiz_2

    Created Uploading web-application online

    Hy guys, I managed to upload my winzip archive online and unzip it. However I can not access my website (I have the Default.aspx file which should be automatically recognized …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Uploading web-application online

    Hy guys, I managed to upload my winzip archive online and unzip it. However I can not access my website (I have the Default.aspx file which should be automatically recognized …
  • Member Avatar for castajiz_2
    castajiz_2

    Created Importing database onto the server (000webhost)

    I' ve converted mssql database to mysql database (locally). I ve created a free subdomain and found a free webhoster on 000webhost.com. I m trying to import my mysql database …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Importing database onto the server (000webhost)

    I' ve converted mssql database to mysql database (locally). I ve created a free subdomain and found a free webhoster on 000webhost.com. I m trying to import my mysql database …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Get the root from a virtual directory

    Hi all, i having a little problem, i have a webpage on iism that has 2 virtual directorys each with one project. Now the problem is bechas of "Paths", how …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Get the root from a virtual directory

    have a look at this [Click Here](http://csharp-video-tutorials.blogspot.com/2012/11/mapping-virtual-path-to-physical-path.html) [Click Here](http://csharp-video-tutorials.blogspot.com/2012/11/mapping-virtual-path-to-physical-path_6.html)
  • Member Avatar for castajiz_2
    castajiz_2

    Gave Reputation to cgeier in How to pass data between two forms in C#

    I will be showing how to pass data between two forms in C#. I will be using two forms, two classes which we will define, a delegate, an event, and …
  • Member Avatar for castajiz_2
    castajiz_2

    Gave Reputation to ddanbe in Populating a datagridview row with values from a dictionary

    Google! [Example](http://stackoverflow.com/questions/854953/datagridview-bound-to-a-dictionary).
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Can't find the error can anyone else see it?

    It keeps telling me there is an error on line 22 when I run the program. Does anyone see the problem. My goal was to create a jagged array where …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Can't find the error can anyone else see it?

    using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication14 { public class Grades { public static void Main(string[] args) { int[][] grades; grades = new int[3][]; grades[0] …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in GunSimulator - Console

    Well i don't know the exact definition of a bug altough i should know but if he doesn't consider that as a bug then it is not a bug... @lithium112 …
  • Member Avatar for castajiz_2
    castajiz_2

    Created Random class c#

    Why isn't the Microsoft built in class Random class an type static class as the Math. class is. Why didn't they make this class static?
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Random class c#

    Why isn't the Microsoft built in class Random class an type static class as the Math. class is. Why didn't they make this class static?
  • Member Avatar for castajiz_2
    castajiz_2

    Gave Reputation to lithium112 in GunSimulator - Console

    Thank you very much! I was able to successfully implement that into my code. I also changed a few things up so that I wouldn't keep getting negative numbers when …
  • Member Avatar for castajiz_2
    castajiz_2

    Gave Reputation to lithium112 in GunSimulator - Console

    Thank you very much! I was able to successfully implement that into my code. I also changed a few things up so that I wouldn't keep getting negative numbers when …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching GunSimulator - Console

    Hello, Below is a simple gun simulator for the console, but everytime I hit spacebar, I have to hit it twice before the next line will pop up in the …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in GunSimulator - Console

    The problem is the mutliple readkey() method call, you have to have a storage for you readkey()... try this static void Main(string[] args) { Console.WriteLine("Press Spacebar to fire the gun. …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Gps related web application

    Yea you're rigth. I just couldn't believe when searching the net that there are only several gps-c# related articles and another bad thing is that they are really outdated...
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Cloud Computing

    Greetings, I need to know about the cloud computing tech. especially the private cloud computing security and I need some help even with books URLs
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Cloud Computing

    If you need introduction to it(plain theory) I suggest to write on another section of daniweb...
  • Member Avatar for castajiz_2
    castajiz_2

    Created Gps related web application

    I ve been searching google for a long time now but I m not sure what kind of application (gps) should I develop. I would like from you guys to …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Gps related web application

    I ve been searching google for a long time now but I m not sure what kind of application (gps) should I develop. I would like from you guys to …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching datagrid and database

    Hello,I am Vanen,from Mauritius Island,new to c# and vs. I am getting difficulties while saving values from my datagrid to database. If possible,option for selecting all the rows and option …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in datagrid and database

    Post some code of your's...
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Play a video

    Hello, I try to play a video I i don't know how.. I searched and i found some tips and articles, but all of it if about Windows Media Player. …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Play a video

    [Click here ](http://www.youtube.com/watch?v=Aun44YiNJXc)
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching database connection

    How to connect sql database to your c# program
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in database connection

    http://www.dotnetperls.com/sqlconnection
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Generate the code of a panel

    Hello, I'm making a program creator... I have a toolbox that adds a button and it's event...etc. to a panel called thepanel. How do I get the code of thepanel …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Generate the code of a panel

    If i understood correctly you want your form covered with another panel? If so then just make a new location for panel2 for example: panel2.Location = new Point(0, 0); Adjust …
  • Member Avatar for castajiz_2
    castajiz_2

    Gave Reputation to ddanbe in How to arrange the sequence of data per line in text file?

    Perhaps [this](http://www.daniweb.com/software-development/csharp/code/470084/splitting-a-string-delimiters-included#post2049667) can help you out or get you started.
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching bring value from popup window to parent window c# (ListView)

    Hi EveryOne, Can I ask your help/suggestion: click a button to open popup window, how can i carry the one of col. info to parent window's text box when user …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in bring value from popup window to parent window c# (ListView)

    You've listed a lot of things what exactly is the main problem that s keeping you behind?
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Cool ideas

    Hello guys. Does anyone have some ideas for some **cool** projects in C#?
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Cool ideas

    Consider talking to your professor at school, he will definetly give you some ideas based on your knowledge... Your current knowledge is the most important thing. Don't get into something …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Conversion for Vb.net to C# Problem

    Hello every one . I have a piece code in VB.net which work perfectly. but now i convert that code to C# Which give me the follwing error. "No suitable …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Conversion for Vb.net to C# Problem

    You should post more code, your event is not defined as it is in VB
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Accessing the data randomly from data base

    Hi, I am developing a quiz contest in before starting the quiz user is to select the types of question(combobox) & number of question and when the button is clicked …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Accessing the data randomly from data base

    -make two tables, first one(subjects or themes whatever this is called, for example geography, astronomy mathematics, medicine, physics... depending on your questions). Second one(questions, all sorts of questionS no matter …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching ComboBox SelectedItem vs Text

    I'm having a ComboBox in which I added items in order provide the user autocomplete for the text he's typing. I am looking for a property of ComboBoxes that could …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in ComboBox SelectedItem vs Text

    What do you mean exactly when you say 'if the thext was an item' what else could it be in your case?
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Inserting the image

    Hmmm... I really don t know i m looking at the code and everything seems ok but maybe i missed something, anyways since your code is not long press f11 …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Binding the results of an IEnumerable<int> to a combobox

    I would like to do something like this: comboBox6.Items.AddRange(new IEnumerable<int> { Enumerable.Range(1,8).ToArray() } ); (add numbers 1 to 8 to ComboBox Items using an IEnumerable object), but i can't figure …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Binding the results of an IEnumerable<int> to a combobox

    Dont want to sound too smart here but it's the same as the output from the MessageBox.Show(string) you must have a string output otherwise you'll get an error ... For …
  • Member Avatar for castajiz_2
    castajiz_2

    Gave Reputation to theashman88 in Help understanding code

    I apologize for my slow learning I want to thank everyone that posted. So final rundown to make sure I understand. the `++` before the `frequency` just adds on everytime …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Help understanding code

    I think you got it correct now. But your writting is only a bit incorrect if I may say so. > just adds on everytime the random number is selected. …

The End.