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
_

_Searcher_

@_Searcher_
About
Posts
9
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Scrollbar
    _ _Searcher_

    Hi. I have a side bar with a menu in an iframe, this sidebar is is very long (heigh). When I click on a button at the bottom of the menu, it reloads and gos up to the top. I want the srollbar to stay at the bottom when I click on this button. Can I somehow use the (not) IsPostBack on the button? How can I do this? Thanks! -- Evil geniuses for a better tomorrow --

    C# question

  • Java script in c#
    _ _Searcher_

    Hi I want to reload a page with a button. The page I wish to reload lies in an i frame, the button that I wish to use to reload lies in another i frame. I have this code in the *.aspx file and it works. The code lies behind a link, and I wish to have it behind a button. href="javascript:location.reload()" target="sub_top" can I use this code in code-behind? how do I do this? Thanks! -- Evil geniuses for a better tomorrow --

    C# question csharp java javascript tools

  • Converting an array list to double array
    _ _Searcher_

    Hi I don't think that you understood me correctly, I'll try to explain it better this time. I want to get values from my db (that I have done). There are at the most 100 values, but there can also be less, but they are all in the same formate (numbers). I want to put theese number in to at double array so I can write them out in a graph. Thanks again!

    C# question data-structures

  • Converting an array list to double array
    _ _Searcher_

    Hi! I'm having some problems in my code. I want to get values from a datareader to a double[]. I have read the values to an array list, this is my code: int counter = 0; ArrayList al = new ArrayList(); while(dtr.Read()) { object[] values = new object[dtr.FieldCount]; dtr.GetValues(values); al.Add(values); counter = counter++; } If I write al it returns the correct values, but I can't get theese values in to a double. How can I do this? Is it maybe easier to put the values directly from the datareader to the byte array? Thanks!

    C# question data-structures

  • Selecting one value from a cookie
    _ _Searcher_

    Hello! I'm having some trouble geting one value (and only one) from my cookie, and would realy appreciate some help. This is my code: HttpCookie UserCookie; UserCookie = new HttpCookie( "strUserID" ); UserCookie.Values.Add("group", "1"); UserCookie.Values.Add("sim", "2"); Response.Cookies.Add( UserCookie ); How do I get only "group"? Thanks! -- Evil geniuses for a better tomorrow --

    C# question help

  • returning a datareader
    _ _Searcher_

    Thanks so much for the answers! It worked out great. I didnt try the data application block, but I will look in to that later!

    C# question database

  • returning a datareader
    _ _Searcher_

    Hello! I want to create a method that connects to a sql db and retrives some values. I want the connection in a method so I can reuse the code. My question is if I can return a data in the same way you return a string or int? And how do i do this?

    C# question database

  • Combining two db columns in one dropdown list
    _ _Searcher_

    Thanks Suzanne! It worked great! :)

    C# database help question learning

  • Combining two db columns in one dropdown list
    _ _Searcher_

    Hi! I'm having a problem whit my page. I have a sql db, and I want to combine to columns, "lastname" and "firstname", from my "user" table. I want to put the the combined two colums in one dropdownlist. This is my sql query: SELECT DISTINCT u.UserID, Firstname, Lastname FROM [User] u, Course_User cu WHERE cu.UserID=u.UserID Does anyone have a suggestion on how i can solve this?

    C# database help question learning
  • Login

  • Don't have an account? Register

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