Click here to Skip to main content
15,885,546 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to get Error message using Error No When Sql Exception is raised Pin
kiranchandu618-Jul-06 18:49
kiranchandu618-Jul-06 18:49 
AnswerRe: How to get Error message using Error No When Sql Exception is raised Pin
_AK_18-Jul-06 19:01
_AK_18-Jul-06 19:01 
GeneralRe: How to get Error message using Error No When Sql Exception is raised Pin
kiranchandu618-Jul-06 20:56
kiranchandu618-Jul-06 20:56 
Questiondatagrid to database connection [modified] Pin
ultracrap18-Jul-06 18:23
ultracrap18-Jul-06 18:23 
AnswerRe: datagrid to database connection Pin
minhpc_bk18-Jul-06 21:01
minhpc_bk18-Jul-06 21:01 
QuestionADO.NET [modified] Pin
nisha261218-Jul-06 18:15
nisha261218-Jul-06 18:15 
AnswerRe: ADO.NET Pin
Colin Angus Mackay18-Jul-06 20:16
Colin Angus Mackay18-Jul-06 20:16 
QuestionA question about Asyn-communicating by using UdpClient of .NET. [modified] Pin
weiyuw18-Jul-06 12:04
weiyuw18-Jul-06 12:04 
I have a loop to send aysn message to different clients as below.
but even if all the clients are online and the configuration of all the clients are the same, I can only received a part of responses from clients.

Would you pls give me some suggestion about this problem?Thank you
code below------------------------------------------------------------------

foreach (IPEndPoint endPoint in this.endPoints)
{
try{
udpClient = new UdpClient();
udpClient.Connect(endPoint);
udpClient.Send(buf, length);
udpClient.BeginReceive(new AsyncCallback(ReceiveCallback), new UdpState(udpClient, endPoint));
}
catch (Exception ex){
}
----------------------------------------------------------------------------
Sincerely,



WeiYu Wang

-- modified at 18:09 Tuesday 18th July, 2006
Questionadrotator Pin
kjosh18-Jul-06 11:40
kjosh18-Jul-06 11:40 
AnswerRe: adrotator Pin
Sushant Duggal18-Jul-06 18:08
Sushant Duggal18-Jul-06 18:08 
Questionmedia player stops when expand or collapse a tree node Pin
3nbar, A7mad A18-Jul-06 10:13
3nbar, A7mad A18-Jul-06 10:13 
AnswerRe: media player stops when expand or collapse a tree node Pin
RichardGrimmer21-Jul-06 3:52
RichardGrimmer21-Jul-06 3:52 
Questionexpand/collapse images in TreeView control Pin
3nbar, A7mad A18-Jul-06 9:30
3nbar, A7mad A18-Jul-06 9:30 
AnswerRe: expand/collapse images in TreeView control Pin
Not Active18-Jul-06 9:32
mentorNot Active18-Jul-06 9:32 
Questionrotating images in Adrotator Pin
ravindradonkada18-Jul-06 7:30
ravindradonkada18-Jul-06 7:30 
AnswerRe: rotating images in Adrotator [modified] Pin
StonePit18-Jul-06 8:29
StonePit18-Jul-06 8:29 
QuestionDownloading file from ASP.NET 2.0 web page Pin
seee sharp18-Jul-06 6:43
seee sharp18-Jul-06 6:43 
AnswerRe: Downloading file from ASP.NET 2.0 web page Pin
StonePit18-Jul-06 7:31
StonePit18-Jul-06 7:31 
GeneralRe: Downloading file from ASP.NET 2.0 web page Pin
seee sharp18-Jul-06 22:22
seee sharp18-Jul-06 22:22 
QuestionRegarding datagrid Pin
DivyaJagadish18-Jul-06 5:29
DivyaJagadish18-Jul-06 5:29 
AnswerRe: Regarding datagrid Pin
Saifi Hasan18-Jul-06 19:02
Saifi Hasan18-Jul-06 19:02 
Question.net Atlas project problems!! Pin
richiemac18-Jul-06 4:50
richiemac18-Jul-06 4:50 
AnswerRe: .net Atlas project problems!! Pin
minhpc_bk18-Jul-06 20:11
minhpc_bk18-Jul-06 20:11 
GeneralRe: .net Atlas project problems!! Pin
richiemac18-Jul-06 22:01
richiemac18-Jul-06 22:01 
GeneralRe: .net Atlas project problems!! Pin
minhpc_bk18-Jul-06 22:59
minhpc_bk18-Jul-06 22:59 

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.