• Member Avatar for rproffitt
    rproffitt

    Began Watching Binding all Data of Grid view in Dictionary in vb.net

    I am working in vb.net in that i need to get all the data of gridview column number2 and store it into dictionary. please give a solution it is urgent
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Logging out and destroying a session

    This looks to be similar to the discussion at https://stackoverflow.com/questions/6472123/why-session-destroy-not-working Short version, clear those variables.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Logging out and destroying a session

    Hi, I have a logout script that works just fine but I don't think its actually killing the session(?). so i have index.php, login.php, home.php, session.php, and logout.php. When i …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Connecting a HTML form to a Html page with table

    I think you are asking how to pass values from page to another without a trip to the server. But I'm guessing. https://stackoverflow.com/questions/14693758/passing-form-data-to-another-html-page kicks that around and should work. I …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Connecting a HTML form to a Html page with table

    I have a form and I need to connect the form with another page wich contains a table, afer pressing the submit button (form page), should redirect me the other …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in what am i doing wrong with __str__ in python ?

    I'm a Python beginner but line 36 looks to missing it's self. to the the variable. Line 43 seems to have a similar issue so my view is maxHeight() is …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching what am i doing wrong with __str__ in python ?

    So for this program im trying to print out the max height the projectile reaches and when i run the __str__ on the object it dosent change the value to …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in How to do programming for game ???

    How long it takes to learn a new skill depends on many things. Among them are: 1. Your current skill set. Do you have any experience in programming in any …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Farah_3 in C++ to MIPS conversion?

    can someone change my coding to mips
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to do programming for game ???

    Let's take a look at how long it takes to learn programming specific to games. [this source](https://www.artinstitutes.edu/san-diego/academics/gaming-technology/visual-game-programming-degree-program) pegs the time at 12 quarters or about 3 years. There are folk …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to do programming for game ???

    I Know to design the games, but i don't know that how to specify controls gor designed game using programming language... Soo can anybody HELP me ??? - Thankyou !
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Help!!!!!

    Try again. Use a meaningful title and read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Help!!!!!

    Draw a flowchart and write the pseudocode to represent the logic for a program that will open two files, input and output.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in captureAudio

    From your last link, a fine example this may not work on all machines. > Some hints if you are using iOS and recording doesn't work: 1.) Try to use …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C / C#

    @tinstaafl, this is a really good area where your choice of C or such can matter. That is, picking C for embedded work is one of your best choices since …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Which is the best Salesforce development company in USA ?

    I checked out Nine hertz and you might want to come clean so you don't get downvoted into oblivion. Maybe you were scouting for talent? Hope to hear back from …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Which is the best Salesforce development company in USA ?

    I am looking for a salesforce development company in USA. who provides the best Salesforce development services.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C / C#

    @S, I'm going to write no. Many years ago before we had C almost everywhere I wrote in assembler. That demanded we know the processor and system to the core. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in crystal Report

    You need to tell more about your SQL server. It should have a management control where you add users, set passwords, etc. I'm not going to duplicate SQL classes here. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Application user Create an account:

    Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question now. OK, you have this app you need to create but your post here can't be a "gimme the code." Instead you share what you have so far …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Application user Create an account:

    please help meon this one. Application user Create an account: user name, age phone number, address, and password. User can login with user name and password after that user can …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Nonny_1 in Web forms vs Mvc

    What are the pros and cons of using Asp.net MVC vs web forms?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in crystal Report

    @z, either add some ID and password to the SQL or try the blank id and see what happens. I've seen this before and it's always been something the author …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in captureAudio

    I meant I went looking for examples and found it's not a simple thing to implement and have work on many clients. I get the feeling you are looking for …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in crystal Report

    You need to tell more about your database. If SQL, just go ahead and use your ID and password you setup the database with.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching crystal Report

    hye Friends, I installed my c# app. with crystal reports , all is fine but when i want to generate crystal report , rises DATABASE LOGON dialog box. and asks …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in captureAudio

    You said this looked easy? I read https://www.raymondcamden.com/2015/07/27/recording-and-saving-audio-in-cordova-applications/ and came away with "Yeah, right."
  • Member Avatar for rproffitt
    rproffitt

    Began Watching captureAudio

    Hello i want to make a script in Ionic 3 to capture audio and video from device. index.html `<button ion button (click)="captureApp()" id="captureAudio">Capture Audio</button>` index.ts document.addEventListener("deviceready", onDeviceReady, false); function id(element) …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to gentlemedia in Alexa Ranking Issue

    My advise is to stop caring about Alexa ranking. Alexa data is not real world data! There are loads of articles and blog posts online with numbers and all explaing …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in an unusual problem of building multiple sites towards a longer term goal

    There's so much to comment on here that I feel that's the problem. Too many targets. Also I'm thinking > Where there is no vision, the people perish: but he …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching an unusual problem of building multiple sites towards a longer term goal

    ok, this is possibly an unusual one... I have a friend who owns a shed-load of domain names, which he's always had the intention of setting up with full blown …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to JamesCherrill in Find numbers divisible by 3 and 4

    Ah yes, APL. In 1970 I was given my own APL golfball for coding on a 16kB IBM 1130 computer. I used it to write an assembler for an IBM …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Dining philosopher

    To me this is the exercise of resource management. In a stretch, queuing theory where you have resources, consumers and time. How do you write an app to optimize or …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Dining philosopher

    I have a question about the dining philosopher problem. This is not about homework. I seem to have solved it, does it actually relate to anything? Is there any software …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Pradosh_1 in Opening and ending tag mismatch: link line 0 and head [what??]

    <div class="container"> <h1>Use Bootstrap's carousel to show multiple items per slide.</h1> <div class="row"> <div class="col-md-12"> <div class="carousel slide multi-item-carousel" id="theCarousel"> <div class="carousel-inner"> <div class="item active"> <div class="col-xs-4"><a href="#1"><img src="http://placehold.it/300/f44336/000000" class="img-responsive"></a></div> …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in 10 different dialect of c++ with examples

    I think a google search and a little effort on your part should do the trick.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Visual studio suddenly close please help me.......

    May have to go nuclear. Uninstall all that, and on a new user account follow your document on how to setup the environment. Make the new user account an admin. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C / C#

    Here's my view. If you are going to write for embedded microprocessors (think tiny!) then C. If not, just bite the bullet and start with C++. Now if you are …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching C / C#

    Is C similar to C# (C-sharp); or are they completely different ? I was wondering if I should begin learning C# and the transition to C will be a tad …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in convert JSON.stringify to HTML Table

    Just in case, read https://stackoverflow.com/questions/17066636/parsing-json-objects-for-html-table and see if that fits.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching convert JSON.stringify to HTML Table

    Hey everyone, I have a script that does an API call, the results are displayed in a json array, but i am trying to break them down into HTML tables …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Visual studio suddenly close please help me.......

    Seems to be a problem for others too. https://www.codeproject.com/Questions/1220636/Visual-studio-suddenly-close-please-help-me Try what fixed it at https://stackoverflow.com/questions/10501042/cannot-open-rpt-crystal-reports-file-in-visual-studio-2010
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Visual studio suddenly close please help me.......

    Visual Studio suddenly close when i open crystal report right click on page and design>page setup i try many time result is same please help me please.... please help me …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Find numbers divisible by 3 and 4

    Above I commented about Divisibility Rules. Just that on google gets you articles like https://en.wikipedia.org/wiki/Divisibility_rule These rules were handy when you were coding in assembler or ₛₘₐₗₗ machine or language.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Got a problem with Drives

    Sorry about that. They redirect now but since it appears you have some RAID, you have to check out what they say about that before buying. It's not like there …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Find numbers divisible by 3 and 4

    Your explanation is not consistent. You state that the user is to enter a range as in "find me all numbers between x and y that are divisible by both …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to AssertNull in Find numbers divisible by 3 and 4

    From the OP... > divisible by 3 and 4 From RJ... >divisible by **both** 3 and 4. I mentally stuck the word "both" in there like RJ did, but I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Find numbers divisible by 3 and 4

    Your code would do some very odd things. But first, name your variables and CONSTANTS with meaning. You use the word PRIMES and yet I see nothing in the assignment …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Find numbers divisible by 3 and 4

    Write a program that displays all numbers divisible by 3 and 4 within a range entered by user. Display five numbers per line. Numbers are separated by exactly two spaces. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Got a problem with Drives

    By the way, I never noted spowersoft. My exposure to paid password resets which is rare since we have NTPASSWD or other methods is www.lostpassword.com. Be sure to review what …

The End.