Jump to content
Xtreme .Net Talk

justjosh

Members
  • Posts

    3
  • Joined

  • Last visited

Personal Information

  • Occupation
    In-House Software Developer
  • Visual Studio .NET Version
    Visual Studio .NET 2003 Enterprise Architect
  • .NET Preferred Language
    VB.NET

justjosh's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, I've got a functinon that calls a sql query, I then want to send the results into a datagrid into a page on a different frame. it looks something like this: __________ submit form | __________| datagrid | __________| If you have any ideas I would appreciate it. I am already familiar with pushing the information and displaying the datagrid, just need to figure out how to display the datagrid in the other HTML Frame. Thanks a bunch
  2. Thank you very much for your help, I havnt gotten to the point of testing ftp/image part, but the paging and radio buttons are working now, thanks!
  3. Couple of questions: 1) Is there a good site that can help me create an asp.net page to upload files to an FTP server 2) I need to be able to have somebody upload an image to me, then will want to convert it to jpg, and resize the image. Any sites you could direct me to for this? 3) K, last but not least, I have a search that pulls data from an SQL Query and sticks the results in a datagrid. I have set the code to change the page to be: When I click "next page" it clears the datagrid, and when I click on the "search" button again it will show the next page. One last thing, I have two radio buttons on another page that I want it to swap some text when I switch the two. But it has no effect when I switch the radio buttons. Here is the code: I am using Visual Studio .Net 2003, with VB.NET Source. any help would be GREATLY appreciated
×
×
  • Create New...