Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
O

Os Sutrisno

@Os Sutrisno
About
Posts
13
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Passing variable to a new browser window
    O Os Sutrisno

    Hi all, need some help here. I've been cracking my skull but I'm new at asp.net. I have a web form for polling (Form1) with radio buttons and a button control. When the user selects an option from the radiobuttons and clicks the button, my desired effect is to open up a new window (Form2) and pass the radiobutton.selecteditem property to the new window. How can I achieve this? I can open a new window by setting the postbackurl property of the button to javascript:var win=window.open("form2.aspx") but I'm not sure how to pass the variable.

    ASP.NET question csharp javascript asp-net help

  • Loading multiple image files
    O Os Sutrisno

    Hmm, I'm starting to get this :-D Thanks guys!

    C# question

  • Loading multiple image files
    O Os Sutrisno

    Thanks, array is a great idea! I never thought of that :~ Newbie here X| Regarding PictureBoxes, if I want to load multiple images, I have to use one PictureBox for each correct? Is PictureBox or using Graphics class a better way to approach this?

    C# question

  • Loading multiple image files
    O Os Sutrisno

    Hi all! I'm trying to load several image files into a form. These files may overlap and can be moved by up, down, left and right button controls. How can I achieve this? Do I have to use picture boxes? Can one picture box contain several images? Thanks!;)

    C# question

  • try catch and return value
    O Os Sutrisno

    I see! Thanks very much Colin! Regards, Os

    C# debugging help question

  • try catch and return value
    O Os Sutrisno

    For example, if I am retrieving data from a DB and returning the dataset. An exception occurs and no data is retrieved. In this case, should I still return the dataset in the catch block\after finally? My initial thought was that I wouldn't return anything if an exception occurs. :(

    C# debugging help question

  • try catch and return value
    O Os Sutrisno

    I'm writing a function as below: public string returnString() { try { //open connections return var1; } catch (Exception ex) { //write to trace } finally { //close connections } } I'm getting an error that says the function will not return a value in some execution. Where should I return the value? After finally? X|

    C# debugging help question

  • Adding Events to Web User Controls
    O Os Sutrisno

    It will work for me i suppose. But i've seen a few articles that can do in all within .Net. It just that I don't get it =( I was hoping that someone would be kind enough to guide me. Oh well, back to reading them articles i guess! Thanks!

    ASP.NET question winforms

  • Adding Events to Web User Controls
    O Os Sutrisno

    I have created a user control with an image and a label in it. I want to add an event when the user control is clicked to change the back color of the label (within the user control). How can I achieve this? Thanks! :)

    ASP.NET question winforms

  • Image.FromFile()
    O Os Sutrisno

    Find as in when I type Image myPic = new Image. Intellisense doesn't list FromFile as one of the methods. Anyways, I found out what was going on ;P .Net Compact Framework doesn't support Image.FromFile :doh:

    C# graphics help question

  • Image.FromFile()
    O Os Sutrisno

    I can't seem to find and use the Image.FromFile method. MSDN states that there is this function available and I have already included: using System.Drawing Can anyone help me please? :sigh:

    C# graphics help question

  • API Programming
    O Os Sutrisno

    Very useful site! Thank you! :)

    IT & Infrastructure json question

  • API Programming
    O Os Sutrisno

    Thank you! I have been wondering for the longest time!

    IT & Infrastructure json question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups