thanks Guffa....
DotNet
Posts
-
Try to display the IP address, but failed.... -
Try to display the IP address, but failed....Grab it n display. For example, Console.WriteLine( 'the IP Address' );
-
Try to display the IP address, but failed....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.
-
[Message Deleted]Thanks a lot, Paul... NEWBIES
-
[Message Deleted]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
-
[Message Deleted][Message Deleted]
-
How to declare First Record of file?Well, this question is totally new topic. So please post it to a new section. Thanks.
-
It's difficult to run my Web Application. Why?Hie, Finally, my problem is solved. Thank you very much, Niklas. Regards, Aaron
-
It's difficult to run my Web Application. Why?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
-
URGENT: How to solve on hard-code the database file path?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:\ ?
-
URGENT: How to solve on hard-code the database file path?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.
-
URGENT: How to solve on hard-code the database file path?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
-
It's difficult to run my Web Application. Why?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.
-
How to declare First Record of file?I'm talking about ASP.NET. Do they have this BOF and EOF?
-
How to declare First Record of file?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?
-
Can I bind more than 1 field in a HyperlinkColumn?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?
-
Edit Function in datagridHie..... 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.
-
Edit Function in datagridI 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.
-
Can set auto-increament value in Ms Access database?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.
-
How to invisible the text?It is a SPAN - display text.