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

buffering83

@buffering83
About
Posts
116
Topics
82
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • vbscript do not work on windows 2003.
    B buffering83

    Hi, I am using vbscript. vbscript is working on windows xp. but not windows 2003. what should i do?

    hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~

    ASP.NET question

  • vbscript question..
    B buffering83

    below work in vs 2003, but not work in vs2010. what the difference? and what should i do if i want to run below code in vs2010? 1. behind code Dim commonScript As String commonScript = "SelectItem({0},{1},{2},{3},{4},{5},{6})" objRadio.Attributes.Add("onclick", String.Format(commonScript, SQLReader.GetString(0), SQLReader.GetString(1), SQLReader.GetString(3), IIf(SQLReader.GetString(5).Equals("0"), "", SQLReader.GetString(5)), IIf(SQLReader.GetString(6).Equals("0"), "", SQLReader.GetString(6)), SQLReader.GetString(7), SQLReader.GetString(8))) 2. <input id="_ctl0" type="radio" name="A" value="_ctl0" onclick="VBScript:SelectItem "JMX0579","visual2005","visual2006","visual2007","visual2008","visual2009","visual2010";" /> 3. Sub SelectItem(sItem1, sItem2, sItem3, sItem4, sItemGov, sItemNm, edu_ck) . . . . end sub

    hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~

    ASP.NET question visual-studio

  • vbscript don't work in visual studio 2010?
    B buffering83

    thanks for answer!!

    hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~

    ASP.NET csharp javascript html visual-studio sysadmin

  • vbscript don't work in visual studio 2010?
    B buffering83

    Hi, I am using vs2010 in windows7 32bit. And i have below code and it does not work at all. What should i do? --------------------------- <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <script type="text/vbscript"> Sub SelectItem2() MsgBox "test vbscript.", vbInformation, "OK" End Sub </script> <script type="text/javascript"> function SelectItem() { alert("test javascript"); } </script> </head> <body> <form id="form1" runat="server"> </form> </body> </html>

    hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~

    ASP.NET csharp javascript html visual-studio sysadmin

  • how can i detect when user click back button in android webkit?
    B buffering83

    Hello, I want to detect when user click back button in android webkit. I can detect back button event by below code. But it does not work in android webkit. Response.Cache.SetNoStore(); Response.Cache.SetCacheability(HttpCacheability.NoCache); Is there any way to catch back button button?

    hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~

    ASP.NET question android

  • How can i connect and insert data to oracle database without installing oracle client?
    B buffering83

    thanks for answer. It is really helpful for me. Have a nice Day. And I also find blow link to connect oracle database without installing oracle client. But I don't know that it is working. http://omegacoder.com/?p=445[^]

    hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~

    ASP.NET question database oracle sysadmin

  • How can i connect and insert data to oracle database without installing oracle client?
    B buffering83

    It is convinient for me to install oracle client. But my client don't want to install oracle client in web server. Is there any way to connect and insert to oracle server without oracle client?

    hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~

    ASP.NET question database oracle sysadmin

  • how can i run ~~~.aspx page without popup in c#?
    B buffering83

    I want to run some page and don't want to popup. Just run page, because i want user to don't know.

    hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~

    C# question csharp javascript tools

  • how can i run ~~~.aspx page without popup in c#?
    B buffering83

    I want to run some url and don't want to popup.

    Below code is calling default2.aspx but do not execute javascript which is in the default2.aspx.

    url = "http://localhost:56286/PIS\_INTERFACE/default2.aspx";
    URLReq = (HttpWebRequest)WebRequest.Create(url);
    URLRes = (HttpWebResponse)URLReq.GetResponse();

    Below code is default2.aspx.

    <script type="text/javascript">

    alert("default2.aspx");
    </script>
    </body>

    hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~

    C# question csharp javascript tools

  • maintain scroll in master page
    B buffering83

    Test.aspx is contained to master page. ans Test.aspx page create sub menu by using jquery. I want to maintain scroll when i click submenu which url is also Test.aspx. So if i click click submenu , page move to Test.aspx. Amd I want to maintain scroll. So I insert below code to masterpage and Test.aspx page. maintainScrollPositionOnPostBack="true" But it does't work...

    hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~

    ASP.NET javascript

  • how can i get server value from *.js?
    B buffering83

    I have A.js file and I need to get server value which is in *.cs code.

    for example below code is working in aspx page but not working A.js file.

    var hiddenYear_id = "<%=common_config.hiddenYear_id%>";

    So how can i get "<%=common_config.hiddenYear_id%>" value?

    Have a nice day.

    hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~

    ASP.NET question javascript sysadmin tutorial

  • How can i include Jquery.js in master page?
    B buffering83

    I have Master Page.

    i insert jquery to head tag like this but I think that page can't load jquery_min.js file. How can i slove this?
    (Below is master page)
    <head runat="server">
    <script type="text/javascript" src="common/scripts/jquery_min.js"></script>
    I want to load Jquery script when page load

    Because I have to use below code.

    (Below is master page)

    <script type="text/javascript">
    $(document).ready(function () {
    $.get('../common/path.xml', function (data)...........
    });

    hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~

    ASP.NET javascript question sysadmin tools xml

  • I want to catch event when user close page.
    B buffering83

    Function < body önbeforeunload="alert('Closing');"> is also working when I click other button(which make refresh page). I want to execute .cs fuction when user close page or move other page. Thank you!

    hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~

    ASP.NET question

  • I want to catch event when user close page.
    B buffering83

    I want to catch event when user close page. And i expect to work just one time. So i Write blow but it does work when page load. How can i catch event? protected void Page_UnLoad(object sender, EventArgs e) { }

    hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~

    ASP.NET question

  • How can i check executing time from mssql2008?
    B buffering83

    I Have complicated sql. (there has many join sql.) so i want to check executing time. How can i check time? Have a nice day.

    hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~

    Database question database

  • I want to force webpage to IE9 compability mode.
    B buffering83

    Some web page is rigt action only in IE7 or 8.

    So i want to force webpage to Compability mode.

    I cod blow but it doesn't work.

    How can i do that?

    <head runat="server">

    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9"/>
    <link rel="stylesheet" type="text/css" href="../style/company.css" />
    <script type="text/javascript" src="../../common/script/ui.js"></script>

    <title></title>
    

    </head>

    hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~

    ASP.NET javascript question css design sysadmin

  • How can i get year, month different from calendar?
    B buffering83

    If user click dates such as 2008-06-12 ~ 2011-09-25 I want to get year, month different not days. example) 3years 2month I am using TimeSpan function. but this function only show day's difference.

    hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~

    C# question tutorial

  • i want to make download link.
    B buffering83

    I am using visial studio 2010. And i want to make download link. so i made by using href tag. for example) temp for example) temp xls show me download windows, but jpg file was opened by browser. How can i download link about all files?

    hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~

    ASP.NET question tutorial

  • i have question about rss xml.
    B buffering83

    i was mading xml file for rss.
    but I can see only 3 elements in rss reader program.
    what is problem?
    I think that xml format is fine.

    <?xml version="1.0"?>
    <rss version="2.0">
    <channel>
    <title>회사명</title>
    <link >http://nhn.com</link >
    <language >ko</language >
    <copyright >Copyright (c) by KoreaZinc, Inc. All rights reserved</copyright >
    <pubDate >2011-08-08 오전 10:36:09</pubDate >
    <lastBuildDate >2011-08-08 오전 10:36:09</lastBuildDate >
    <description >회사명 보도자료 Rss 입니다.</description >
    <image>
    <title>회사명 보도자료 소식</title>
    <url>http://nhn.com</url>
    <link>http://nhn.com</link>
    </image>
    <item>
    <title>회사명 회장</title>
    <link>http://naver.com</link>
    <description>출처:한국경재 회사명 회장</description>
    <author > </author >
    <pubDate>2011-08-08T10:34:42+09:00</pubDate>
    </item>
    <item>
    <title>회사명 창업</title>
    <link>http://daum.net</link>
    <description>출처:메일신문 회사명 창업</description>
    <author > </author >
    <pubDate>2011-08-08T10:34:42+09:00</pubDate>
    </item>
    <item>
    <title>1</title>
    <link>http://daum.net</link>
    <description>출처:메일신문1 1</description>
    <author > </author >
    <pubDate>2011-08-08T10:34:42+09:00</pubDate>
    </item>
    <item>
    <title>2</title>
    <link>http://daum.net</link>
    <description>출처:2 2</description>
    <author > </author >
    <pubDate>2011-08-08T10:34:42+09:00</pubDate>
    </item>
    <item>
    <title>3</title>
    <link>http://daum.net</link>
    <description>출처:3 3</description>
    <author > </author >
    <pubDate>2011-08-08T10:34:42+09:00</pubDate>
    </item>
    <item>
    <title>4</title>
    <link>http://daum.net</link>
    <description>출처:4 4</description>
    <author > </author >
    <pubDate>2011-08-08T10:34:42+09:00</pubDate>
    </item>
    <it

    XML / XSL question csharp com xml help

  • i want to use url rewriting by using iis setting.
    B buffering83

    I create web site. But url has many parameters for example http://test.aspx?pageNumber=123&headerId=123123. So when user click some button(it will go to http://test.aspx?pageNumber=123&headerId=123123.) I want user to only show http://test.aspx in the url bar. So, there is many url rewriting. But i want to simple way. We have windows2003 server. If you know site which explain simeple way. Let me know.

    hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~

    ASP.NET sysadmin windows-admin tutorial 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