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
B

Bounz

@Bounz
About
Posts
15
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • AutoPostBack for TreeView in ASP.Net 2
    B Bounz

    So. Sometimes I have to fill my Tree with a lot of nodes and leaves. So I receive html with size about 1.5-2 Mb. It's too large. I looked at html-code and found out, that there is a lot of unnecessary code, related with doPostBack javascript. Can you tell me how can I use client side script to solve the problem? :-O -- Digitally yours, Bounz

    ASP.NET csharp asp-net tools question

  • AutoPostBack for TreeView in ASP.Net 2
    B Bounz

    Hi! I can't find autoPostBack property for TreeView control at my asp script. But I still want ASP don't generate doPostBack script for TreeView. What have I to do for this?:confused: -- Digitally yours, Bounz

    ASP.NET csharp asp-net tools question

  • Active windows users
    B Bounz

    How can I get information about currently logged users (user names) in windows? -- Digitally yours, Bounz

    .NET (Core and Framework) question

  • s JavaScript in ASP.NET page trouble
    B Bounz

    I've solved my problem. Trouble was in page encoding.. windows-1251 nedeed.. :) -- Digitally yours, Bounz

    ASP.NET csharp javascript html asp-net database

  • s JavaScript in ASP.NET page trouble
    B Bounz

    I found some bug (or it's no bug) but this page cannot be displayed properly because of some symbols, which appears in html-code, returned by IIS. So, we have the first line:  As you see, before we have 3 odd symbols. Where are they from and how can I get them out of there? -- Digitally yours, Bounz

    ASP.NET csharp javascript html asp-net database

  • s JavaScript in ASP.NET page trouble
    B Bounz

    Hm-m. Even with html and title tag i have the same error.. Now asp script looks like: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> Untitled Page !! -- Digitally yours, Bounz

    ASP.NET csharp javascript html asp-net database

  • s JavaScript in ASP.NET page trouble
    B Bounz

    Hi. I have index.aspx with the following content: <%@ Page Language="C#" ContentType="text/html" %> Untitled Document Hooray Here stm31.js and mainmenu.js are scripts, which draws menu. When i try to open this page in browser i get an error in browser and my menu is not displayed (but "Hooray" is). The source of generated page is: Untitled Document Hooray And when I make a simple .htm with this html-code I can view my menu in browser. What I do wrong in my asp script and what i have to do to correct my mistake? -- Digitally yours, Bounz

    ASP.NET csharp javascript html asp-net database

  • not case-sensitive string.Replace()
    B Bounz

    Thanks a lot. I have learned a lot of new... :) -- Digitally yours, Bounz

    C# question

  • not case-sensitive string.Replace()
    B Bounz

    thanks a lot to all.. i found answer: i have to use Regex rx = new Regex("(?i)WhatIWantToReplace"); string strRep = rx.Replace("TextInWhichReplace", "WithWhichReplace"); -- Digitally yours, Bounz

    C# question

  • System.net.Mail default smtp host
    B Bounz

    You have to specify SMTP-server, which you will use for sending mail... I did following: myClient = new SmtpClient(serverName, Convert.ToInt32(serverPort)); where serverName is IP-adress of SMTP-server. -- Digitally yours, Bounz

    C# question csharp sysadmin

  • not case-sensitive string.Replace()
    B Bounz

    Give an example, please.:-O I want Replace() to find "thurman" in "Uma Thurman"... How can I implement this? -- Digitally yours, Bounz

    C# question

  • not case-sensitive string.Replace()
    B Bounz

    How can i perfom case-NONsensitive replacing in string? Advice, please.. -- Digitally yours, Bounz

    C# question

  • Tools -&gt; Build Comments Web Pages
    B Bounz

    How can do this in VS 2005? -- Digitally yours, Bounz

    Visual Studio visual-studio tools question

  • exec in C#
    B Bounz

    thanks, I'll try -- Digitally yours, Bounz

    C# question csharp help

  • exec in C#
    B Bounz

    How can I execute some command from my C# programm, as though I execute it from cmd.exe? And how can I get the result of it? So, I need execute "net view \\hostname" and get its output into a string variable.. Help, please.. -- Digitally yours, Bounz

    C# question csharp help
  • Login

  • Don't have an account? Register

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