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
D

DotNet

@DotNet
About
Posts
57
Topics
33
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Try to display the IP address, but failed....
    D DotNet

    thanks Guffa....

    C# csharp visual-studio debugging question

  • Try to display the IP address, but failed....
    D DotNet

    Grab it n display. For example, Console.WriteLine( 'the IP Address' );

    C# csharp visual-studio debugging question

  • Try to display the IP address, but failed....
    D DotNet

    Hi... using System.Net; In the Main Program, I declared... String strHostName = Dns.GetHostName(); IPAddress[] add1 = Dns.GetHostAddresses(strHostName); // <- set a breakpoint Console.WriteLine("Local Machine: " + add1); In the Locals Dialog box of Visual Studio 2005, I found the value of add1[1] is {15.854.457.47} and type: System.Net.Address. Have any idea to grab this IP Address? Thanks.

    C# csharp visual-studio debugging question

  • [Message Deleted]
    D DotNet

    Thanks a lot, Paul... NEWBIES

    Database

  • [Message Deleted]
    D DotNet

    Yes, I even try to figure out the reason, I'm puzzled still. Why can't be -> sp.StateProvinceID = p.StateProvinceID, instead of p.StateProvinceID = p.StateProvinceID ? NEWBIES - Aaron

    Database

  • [Message Deleted]
    D DotNet

    [Message Deleted]

    Database

  • How to declare First Record of file?
    D DotNet

    Well, this question is totally new topic. So please post it to a new section. Thanks.

    Database csharp asp-net tutorial question

  • It's difficult to run my Web Application. Why?
    D DotNet

    Hie, Finally, my problem is solved. Thank you very much, Niklas. Regards, Aaron

    Web Development csharp asp-net database visual-studio sysadmin

  • It's difficult to run my Web Application. Why?
    D DotNet

    I haven't. As I'm building my web application in WinXP, IIS 5.1, so I have tried on Windows 2000 Professional. What is your suggestion? Regards, Aaron

    Web Development csharp asp-net database visual-studio sysadmin

  • URGENT: How to solve on hard-code the database file path?
    D DotNet

    Well, I had put targeted file path location in web config. Come to this part, value="C:\Inetpub\wwwroot\abc\12345.mdb". When I declare as C:\ , I already hard code it. So what if, I want to set my database file path dynamically? What if I put my web application into D:\ or E:\ ?

    ASP.NET question database tutorial

  • URGENT: How to solve on hard-code the database file path?
    D DotNet

    Opps... some thing can't display here. It is the access database file path here. Hope to hear from you guys soon. Thank you very much.

    ASP.NET question database tutorial

  • URGENT: How to solve on hard-code the database file path?
    D DotNet

    Hie... Currently, this is what I declared as below: I know is not a good thing to hard code the path mentioned. So, how can I solve it? Regards, Aaron

    ASP.NET question database tutorial

  • It's difficult to run my Web Application. Why?
    D DotNet

    I develop my web application in using Ms Visual Studio.NET 2003, OS - Windows XP, Web Server - IIS 5.1. My web application (using ASP.NET, VB) is connect to Access database. Now, I have deploy it and try to run it in the Windows 2000 Platform, with IIS 5.0. Why my web application failed to perform on the necessary task like, edit, update, and delete? Is that mean my web application got some bugs or something? Please advice.

    Web Development csharp asp-net database visual-studio sysadmin

  • How to declare First Record of file?
    D DotNet

    I'm talking about ASP.NET. Do they have this BOF and EOF?

    Database csharp asp-net tutorial question

  • How to declare First Record of file?
    D DotNet

    I can't remember on the recordset.first which I had it in ASP. When comes to ASP.NET, I can't find it. Is there anyway to declare it?

    Database csharp asp-net tutorial question

  • Can I bind more than 1 field in a HyperlinkColumn?
    D DotNet

    In the datagrid.aspx, there is a Edit Hyperlink. When you click on the current page, it will go to customer.aspx. Whatever is in the datagrid - "data binded", will be bind on the (i.e, txtPCID.text, txtName.text, txtPrice.text, txtDescription.text). Is there anyway to do that? Can I bind more than 1 field in a HyperlinkColumn? If so, how?

    Database sales question

  • Edit Function in datagrid
    D DotNet

    Hie..... I'm still stuck with the Sub Page_Load of the detailpage.aspx. I don't know how to code it. I'm using Ms Access as my database. Can you please help me. Thank you.

    ASP.NET question

  • Edit Function in datagrid
    D DotNet

    I wish to do, click on the Edit hyperlink in the datagrid, and it brings me to another page, where I can do the edit in a new page. Please advice? Thanks.

    ASP.NET question

  • Can set auto-increament value in Ms Access database?
    D DotNet

    I try to find the auto-increament for the Number - field, but can't. In Ms SQL database, it supports this value. Can anyone please advice me? Thank you very much.

    Database database question

  • How to invisible the text?
    D DotNet

    It is a SPAN - display text.

    ASP.NET help 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