User Profile

Collapse

Profile Sidebar

Collapse
jpyguy
jpyguy
Last Activity: Jan 20 '11, 07:44 PM
Joined: Jan 20 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jpyguy
    started a topic Simple .NET to JavaScript

    Simple .NET to JavaScript

    I have this asp.net code that is connecting to a database and creating list, which then is displayed by javascript in an alert message box on startup.

    Here's my asp.net code

    Code:
     <%
           DataSourceSelectArguments args = new DataSourceSelectArguments();  
          
                // Convert SqlDataSource to a DataView variable.  
                DataView view = (DataView)this.GPROD10_PD_MIS.Select(args);
    ...
    See more | Go to post

  • jpyguy
    started a topic manipulating string question

    manipulating string question

    I'm really new to python so I'm hoping for some serious help.

    I have an application that is taking in users inputs from a text box. I need to create a python script that takes in this user sting and formats it.

    The user string will look like the following examples:

    999-99-999
    999-99-999 or 999-99-998
    999-99-999 or 999-99-998 or 999-99-997
    999-99-999 or 999-99-998 or 999-99-997 or 999-99-996...
    See more | Go to post
No activity results to display
Show More
Working...