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
A

Andrei_KS

@Andrei_KS
About
Posts
18
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • asp.net 2.0 + c#
    A Andrei_KS

    Hi See the following link Active Directory Domain Services

    ASP.NET csharp question asp-net windows-admin

  • gcServer
    A Andrei_KS

    Hi, All Who have experience with used gcServer on .NET 2.0. Please share experience.

    .NET (Core and Framework) csharp

  • gcServer
    A Andrei_KS

    Hi, All Who have experience with used gcServer on .NET 2.0. Please share experience.

    ASP.NET csharp

  • How to have post Remainders??
    A Andrei_KS

    Hi I think you must use Windows Service for this task. You must questioning DB by timer. And the end you receive simple "Scheduled".

    ASP.NET csharp asp-net sysadmin tutorial question

  • How to add an "ENTER" into string ?
    A Andrei_KS

    Hi \r - Carriage return dim str as string = "A \r B" Escape Sequences

    ASP.NET tutorial question

  • string and string builder
    A Andrei_KS

    Hi I think you must read MSDN - StringBuilder Class This class represents a string-like object whose value is a mutable sequence of characters. The value is said to be mutable because it can be modified once it has been created by appending, removing, replacing, or inserting characters. For comparison, see the String class. Most of the methods that modify an instance of this class return a reference to that same instance. Since a reference to the instance is returned, you can call a method or property on the reference. This can be convenient if you want to write a single statement that chains successive operations one after another. The capacity of a StringBuilder is the maximum number of characters the instance can store at any given time, and is greater than or equal to the length of the string representation of the value of the instance. The capacity can be increased or decreased with the Capacity property or EnsureCapacity method, but it cannot be less than the value of the Length property. Implementation-specific default values are used if no capacity or maximum capacity is specified when an instance of StringBuilder is initialized. Notes to Implementers: The default capacity for this implementation is 16, and the default maximum capacity is Int32.MaxValue. A StringBuilder can allocate more memory as needed to store characters when the value of an instance is enlarged, and the capacity is adjusted accordingly. The amount of memory allocated is implementation-specific, and ArgumentOutOfRangeException is thrown if the amount of memory required is greater than the maximum capacity. For example, the Append, AppendFormat, EnsureCapacity, Insert, and Replace methods can enlarge the value of an instance. The individual characters in the value of a StringBuilder can be accessed with the Chars property. Index positions start from zero.

    ASP.NET question

  • Dynamic Control
    A Andrei_KS

    Hi, I think you must use PlaceHolder control how container. For example: protected void Page_Load(object sender, EventArgs e) { Button img = new Button(); img.Width = 15; img.Height = 15; img.Click += new EventHandler(img_Click); mPlaceHolder.Controls.Add(img); }

    ASP.NET help question

  • Slicing audio file
    A Andrei_KS

    Hi, Maybe Windows Media Encoder is help you.

    ASP.NET help

  • How to Save Audion Files to The SQL SERVER using ASP.NET
    A Andrei_KS

    Hi, I think you must use Windows Media Services for online play audio and video file's. I'm not recommend save audio and video file's in DB. I think you must save path to file's in DB.

    ASP.NET database csharp asp-net sql-server sysadmin

  • Programmatically Create a DSN
    A Andrei_KS

    Hi, I think you must reading this Dynamically adding DSN-names.

    ASP.NET csharp asp-net database sql-server sysadmin

  • include aspx in anotherasp
    A Andrei_KS

    Hi, I think you must use ASP.NET User Controls (*.ascx)

    ASP.NET question help

  • html to pdf
    A Andrei_KS

    Hi, You can see next link's - How to create PDF document in ASP.NET: "Hello, PDF!" example and PDF Components Acrobat Controls - for .Net ASP.Net Java ActiveX Delphi C/C++:

    ASP.NET html question learning

  • ASP.Net Uploading Problem
    A Andrei_KS

    Then I think you can see HttpModule and so on (handler for upload file's). See next link's - HttpHandler or HttpModule for file upload, large files, progress indicator? and HttpModule and upload files.

    ASP.NET csharp asp-net help question

  • ASP.Net Uploading Problem
    A Andrei_KS

    See next link Check file size with Javascript

    ASP.NET csharp asp-net help question

  • ASP.Net Uploading Problem
    A Andrei_KS

    You can use client JavaScript for verify file size. And if this size greater, you dont make DoPostBack.

    ASP.NET csharp asp-net help question

  • how to connect to oracle data base using c#
    A Andrei_KS

    Hi, I think you can read more information on this page - Oracle Data Access Components (ODAC)

    ASP.NET question csharp tutorial asp-net database

  • ASP.Net Uploading Problem
    A Andrei_KS

    Hi, I think you can use next attribute in web.config -

    ASP.NET csharp asp-net help question

  • Word Doc from Database
    A Andrei_KS

    Hi, I appologise for my knowledge of English. I think you be able use table in data base - Name(char(50)), Data(text). Name for document title and Data for Ms Word document. For load document you be able use ASP.NET web handler's. Web handlers are software modules that handle raw HTTP requests received by ASP.NET. I be able send you sample use this handler's.

    ASP.NET database sql-server sysadmin help tutorial
  • Login

  • Don't have an account? Register

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