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
C

ckruger

@ckruger
About
Posts
23
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Can I modify ANSI_NULLS after table is created?
    C ckruger

    I have a table that was created a few years ago (LIVE), but I need to change ANSI_NULLS from OFF to ON for this table. How can I do that without re-creating the table? Thanks in advance!

    Database question

  • SQL Reporting Services
    C ckruger

    How can I make the items in the report to have alternating gridlines? e.g. first line second line third line fourth line The lines with the strike trough should have a light grey background colour, and the other lines must have a white background colour. Thanks Cornelis

    .NET (Core and Framework) question database

  • PivotTable
    C ckruger

    How to craete an Pivot table object with ActiveXObject("Excel.PivotTable"); Excel.PivotTable does not work

    .NET (Core and Framework) tutorial

  • c# and javascript functions
    C ckruger

    How to call a javascript function from c# code behind

    .NET (Core and Framework) csharp javascript tutorial

  • How to use a c# sring in javascript
    C ckruger

    How do I get bananas = Fruit.text

    .NET (Core and Framework) csharp javascript tutorial

  • How to use a c# sring in javascript
    C ckruger

    I assume Fruit.Text is a ASP.NET textbox. How do I get the text inside the textbox into bananas

    .NET (Core and Framework) csharp javascript tutorial

  • How to use a c# sring in javascript
    C ckruger

    I want to use a string from WebApplication1.aspx.cs in the WebApplication1.aspx code behind (javascript).

    .NET (Core and Framework) csharp javascript tutorial

  • Object reference not set to an instance of an object.
    C ckruger

    If I call it like this within the same class it works fine... private void Page_Load(object sender, System.EventArgs e) { tb1.Text = "text 1"; dtStartDate.Value = "11 Dec 2005"; **GetDate();** } **public void GetDate() { test_string = dtStartDate.Value; }** But if I call GetDate() from another Web Form **( NOT THE test class)**it gives an error ... see code: test t = new test(); **t.GetDate();** test is the class where the GetDate function is located

    C# help

  • protected string to public static string
    C ckruger

    How can i use the protected string (TextBox.Text) inside the public static function? I get the following error on the return statement: MyWebForm.test.tb1' denotes a 'field' where a 'class' was expected public class test : System.Web.UI.Page { protected System.Web.UI.WebControls.TextBox tb1; private void Page_Load(object sender, System.EventArgs e) { } public static string GetDate() { **return tb1;** }

    C# question design help

  • web forms
    C ckruger

    How to set string myString= javascript_string; where myString is a string created by c# and javascript_string is a string created with java script on the same form

    C# csharp java javascript asp-net tools

  • Closing or ending a process
    C ckruger

    Sorry! I've clicked on X of the main form.

    C# csharp question

  • Closing or ending a process
    C ckruger

    Sorry! I've clicked on X of the main form.

    C# csharp question

  • Closing or ending a process
    C ckruger

    Yes, basically the user does...

    C# csharp question

  • Closing or ending a process
    C ckruger

    I have opened a Excel spreadsheet with c# by using the Excel.Application class. After I have closed the excel file in windows by clicking on the X in the upper right hand corner, the process EXCEL.EXE stil remains.???

    C# csharp question

  • How to reference a string from another class?
    C ckruger

    I'm in one class and would like to use a string that was defined in another class. Ho to...

    C# tutorial question

  • Open an excel document
    C ckruger

    I have used the following code Process.Start("EXCEL.EXE", "c:\\temp\\test.xls"); and ASP.NET starts a process, EXCEL.EXE, but the window does not open. I have tried to set the WindowStyle to maximize but stil nothing... What to do?

    C# csharp tutorial

  • Open an excel document
    C ckruger

    How to open an excel document with c#, The excel document must open in its own window when i press a button

    C# csharp tutorial

  • Pasing a string from c# to javascript
    C ckruger

    MyString and aString, c# string or Javascript string? I have a url string (named urlString)in c#, and I want to use it in the window.open function in Javascript?

    C# csharp javascript question

  • Pasing a string from c# to javascript
    C ckruger

    How?

    C# csharp javascript question

  • CheckBoxList inside in web forms
    C ckruger

    How to make a CheckBoxList that scrolls on a web forms (inside a given size window for example) page?

    C# tutorial asp-net 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