Click here to Skip to main content
15,917,645 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Message Box using Java Script Pin
Paddy Boyd4-Jul-06 2:22
Paddy Boyd4-Jul-06 2:22 
AnswerRe: Message Box using Java Script [modified] Pin
Guffa4-Jul-06 2:27
Guffa4-Jul-06 2:27 
GeneralRe: Message Box using Java Script Pin
Mircea Grelus4-Jul-06 2:34
Mircea Grelus4-Jul-06 2:34 
QuestionGOOGLE Pin
MHASSANF4-Jul-06 0:59
MHASSANF4-Jul-06 0:59 
QuestionBackcolor for separate rows DataRow in Datatable in C# Pin
michaeil4-Jul-06 0:29
michaeil4-Jul-06 0:29 
AnswerRe: Backcolor for separate rows DataRow in Datatable in C# Pin
Tirthadip4-Jul-06 1:22
Tirthadip4-Jul-06 1:22 
QuestionIntranet and Internet site Pin
SatyajitV4-Jul-06 0:29
SatyajitV4-Jul-06 0:29 
QuestionEncode & Decode in ASP.NET Pin
leanhsang4-Jul-06 0:12
leanhsang4-Jul-06 0:12 
AnswerRe: Encode & Decode in ASP.NET Pin
Guffa4-Jul-06 0:52
Guffa4-Jul-06 0:52 
AnswerRe: Encode & Decode in ASP.NET Pin
Sushant Duggal4-Jul-06 2:21
Sushant Duggal4-Jul-06 2:21 
QuestionHow to convert xml document to word document in asp.net Pin
BalasahebK4-Jul-06 0:00
BalasahebK4-Jul-06 0:00 
AnswerRe: How to convert xml document to word document in asp.net Pin
minhpc_bk4-Jul-06 16:19
minhpc_bk4-Jul-06 16:19 
QuestionTab Control Pin
Brendan Vogt3-Jul-06 23:51
Brendan Vogt3-Jul-06 23:51 
AnswerRe: Tab Control Pin
Mircea Grelus4-Jul-06 1:05
Mircea Grelus4-Jul-06 1:05 
GeneralRe: Tab Control Pin
Brendan Vogt4-Jul-06 3:37
Brendan Vogt4-Jul-06 3:37 
GeneralRe: Tab Control Pin
Mircea Grelus4-Jul-06 3:42
Mircea Grelus4-Jul-06 3:42 
AnswerRe: Tab Control Pin
minhpc_bk4-Jul-06 16:22
minhpc_bk4-Jul-06 16:22 
Question*.dtsx file and query execution problem Pin
For_IT3-Jul-06 23:00
For_IT3-Jul-06 23:00 
AnswerRe: *.dtsx file and query execution problem Pin
Mircea Grelus4-Jul-06 1:13
Mircea Grelus4-Jul-06 1:13 
AnswerRe: *.dtsx file and query execution problem Pin
Tirthadip4-Jul-06 1:45
Tirthadip4-Jul-06 1:45 
QuestionFolder security Pin
Snowjim3-Jul-06 22:27
Snowjim3-Jul-06 22:27 
QuestionNeed help for custom control VS2005 Pin
Sandeep Akhare3-Jul-06 22:15
Sandeep Akhare3-Jul-06 22:15 
AnswerRe: Need help for custom control VS2005 Pin
Mircea Grelus4-Jul-06 1:21
Mircea Grelus4-Jul-06 1:21 
Questionhow to connect to remote server through my application in asp.net Pin
nishak3-Jul-06 22:04
nishak3-Jul-06 22:04 
hi,
i have an query,im working on webportal in asp.net.Basically i have to keep track of remote machine shutdown or up,For this i take input of DNS and connect to that particular server domain from there i know status of machine,this application working fine in INTRANET but when i host this application on INTERNET it will not work when user input the DNS address of that particular server it will not connect and give error,i will show error below.If my concept is wrong to connect the server then please reply of my query how to connect to remote server.please reply ASAP.

error is:-
Server Error in '/' Application.
--------------------------------------------------------------------------------

The requested name is valid, but no data of the requested type was found
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.Sockets.SocketException: The requested name is valid, but no data of the requested type was found

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SocketException (0x2afc): The requested name is valid, but no data of the requested type was found]
System.Net.Dns.GetHostByAddress(IPAddress address) +264
System.Net.Dns.GetHostByAddress(String address) +65
try_web.WebForm2.Button1_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\try_web\webform2.aspx.cs:81
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1292



QuestionSearch page with multiple option-need help Pin
dinhzap3-Jul-06 21:38
dinhzap3-Jul-06 21:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.