thanks for u Abhinav S the problem is connect to the server :)
om_metab
Posts
-
Send Email -
Send Emailthanks to all
-
Send Emailaccore=occur
-
Send EmailHellow every body I can't send mesg by asp.net coz this exception accore the operation time out :((
-
chat softwarethanks for avadence and help mr:BobJanova
-
chat softwarewaw oh my god yes Iam but until now Imaked in LAN not WAN
-
final projectthanks MR:Pete O'Hanlon Iam finsh my project but in LAN I want it in WAN but I did'nt now how to create server and how user connect to remot server that hold DB of information of user
-
chat softwarebut I didn't now how build and create Internet-accessible server
-
chat softwarehello every boday I want help to make my chat software worked over internet untill now it is run in LAN if any one have any idea please help and thanks
-
HotMail in ASP.netthis code not sending email Why? please help me
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Net.Mail;
using System.Net;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;namespace Web11
{
public partial class WebSendMail : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
try
{MailMessage Mail = new MailMessage(); Mail.To.Add("AotherEmail@hotmail.com"); Mail.From = new MailAddress("MyEmail@hotmail.com"); Mail.Subject = "ASp.net"; Mail.Body = " hi I want Help"; SmtpClient smt = new SmtpClient("smtp.hotmail.com"); smt.Send(Mail); Response.Write("Email Was Send"); } catch (Exception ex) { Response.Write(" Email Invalid"+ex.Message ); } } }
}
-
screen Boundaryhi I wish evry body is OK today I have Q about screen resolution I wish from any one have I dea about it to answer my Q this is My q * If send drawing image(bitmap)from on PC(big Screen)to another PC (small screen) Over network connection Some of drawing not appear in another PC * **But Iam send only Drawing points and color Iwant function to calculate screen bound or panel that i drawing on it to send it **** that is all I wish get it thanks***********please if u Don't Know don't give me advice to go to google Iam going beffor but not get anything*************
-
List Of DataRowI will used TCP
-
List Of DataRowHi every body I have Q how read/write List OF DataRaw to network Stream please I want answer Soonly And thanks
-
Import Slide pptCoz some one not have new version and if instull our program not work there
-
Import Slide pptHi I want help to import slides of ppt but from different veresion (2003,2007) I think the reference change of microsoft I can add many reference to one program or what to display any ppt form any version pleeeeese Help Thanks
-
slide ShowI want to embed the Power Point Viewer in my Windows Panel Control. and send slide show on tcp channel Is ther anyway to do this. Please suggest Thanks
-
powerpointhow display powerpoint in panel by c# please help
-
read and writehow read and write from/to stream color and points of line
-
drawimag bitmap or any thing in my board to see other member in eboard messenger project
-
drawhow send drawing over network connection and how to make connected member see wat i drawing in my board