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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
K

kavitha_blueindia

@kavitha_blueindia
About
Posts
20
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Hyperlink in a TextBox - Possible?
    K kavitha_blueindia

    Hi all, I have a text box that contains a hyperlink e.g. http://www.mysite.com. Is it possible to get that hyperlink to work so when a user clicks on it brings up this website?.It may be a simple question.Please Help. Thanks a lot.

    ASP.NET question com help

  • Email exist or not.
    K kavitha_blueindia

    Hi all , How to check an email exist or not in asp.net.I know how to check the format but if there is no such email address exist,I need to redirect to page with bounce back message.Please give me code to check email exist or not. Thanks a lot.

    ASP.NET csharp asp-net tutorial

  • Auto send Emails
    K kavitha_blueindia

    Hi all, I need to auto send email when some posted a new ticket/event in my project.Please help me to achieve. Thanks a lot.

    ASP.NET help

  • Saving mail message in Drafts folder
    K kavitha_blueindia

    Hi Abhijit, Can you please tell me how to find whether i have access or not ? Thanks.

    ASP.NET csharp asp-net sysadmin tutorial

  • Saving mail message in Drafts folder
    K kavitha_blueindia

    Hi all, I am using Gmail server to send emails.Can u please tell me how to save mail message into the Drafts folder to send later using asp.net. Thanks a lot.

    ASP.NET csharp asp-net sysadmin tutorial

  • check Email exist or not
    K kavitha_blueindia

    Hi all, Is there any way to check whether Email exists not syntax wise.For eg:aaaaaaaaaaa@bbbbb.com. though it has valid syntax it doesn't exist in real.How to check this using asp.net code.Please help me. Thanks.

    ASP.NET csharp asp-net com help tutorial

  • problem with sending Emails.
    K kavitha_blueindia

    Hi all, I understand what my problem is.I think i need to find out smtp server which my company uses.I have used smtp.gmail.com along with my gmail credentials.It works fine.Thanks for all your suggestion. Thanks.

    ASP.NET csharp help visual-studio sysadmin docker

  • problem with sending Emails.
    K kavitha_blueindia

    what happens when i use IP address: "127.0.0.1", port no 25.can You please explain me? Thanks a lot

    ASP.NET csharp help visual-studio sysadmin docker

  • problem with sending Emails.
    K kavitha_blueindia

    Hi all, I am getting following exception when i send Email.Please help. FailureSystem.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:25 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) --- End of inner exception stack trace --- at System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6, Int32 timeout) at System.Net.PooledStream.Activate(Object owningObject, Boolean async, Int32 timeout, GeneralAsyncDelegate asyncCallback) at System.Net.PooledStream.Activate(Object owningObject, GeneralAsyncDelegate asyncCallback) at System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout) at System.Net.Mail.SmtpConnection.GetConnection(String host, Int32 port) at System.Net.Mail.SmtpTransport.GetConnection(String host, Int32 port) at System.Net.Mail.SmtpClient.GetConnection() at System.Net.Mail.SmtpClient.Send(MailMessage message) --- End of inner exception stack trace --- at System.Net.Mail.SmtpClient.Send(MailMessage message) at Compose.SendButton_Click(Object sender, EventArgs e) in c:\Users\kavitha\Documents\Visual Studio 2008\WebSites\Message\Compose.aspx.cs:line 133 Thanks.

    ASP.NET csharp help visual-studio sysadmin docker

  • Querystring in Hidden Control
    K kavitha_blueindia

    Thanks Navaneeth.It worked.

    ASP.NET help tutorial

  • Querystring in Hidden Control
    K kavitha_blueindia

    Hi all, How to retrieve request.querystring in hidden control.I need to do something like below. "/> Please Help. Thanks a lot.

    ASP.NET help tutorial

  • Retrieve multiple Eval in textbox.
    K kavitha_blueindia

    Hi all, The following code snippet written in asp.I need to convert it as asp.net and language C#.I have to store the strPrevComplete into textbox.Please help. strPrevComplete = vbcrlf & vbcrlf _ & "--------------------------" _ & vbcrlf _ & "Sent: " & strPrevDate _ & vbcrlf _ & "From: " & strPrevFrom _ & vbcrlf _ & "To: " & strPrevTo _ & vbcrlf _ & "Subject: " & strPrevSubject _ & vbcrlf & vbcrlf _ & strPrevBody else strPrevComplete = "" end if

    ASP.NET help tutorial

  • Retrieve multiple Eval in textbox.
    K kavitha_blueindia

    Hi All, How to retrieve multiple eval values in textbox/textarea.I need to use "\r\n" along with multiple eval in textbox.Please help me. Thanks, kavitha.

    ASP.NET help tutorial

  • Request.querystring Problem.
    K kavitha_blueindia

    Thanks Abhijit.It worked.

    ASP.NET help csharp asp-net database tutorial

  • Request.querystring Problem.
    K kavitha_blueindia

    Hi all, The following code snippet is written is in asp.i need to convert it as asp.net.I dont how to check and retrieve a query string variable in td(table column) in asp.net.Please help me. <% select case request.querystring("msg") case "success": strMsg = "Your message has been sent
    "; case "delete": strMsg = "Your message has been deleted.
    "; end select %> <% if strMsg <> "" then %> <%=strMsg> <% end if %> Thanks in advance.

    ASP.NET help csharp asp-net database tutorial

  • Retrieve QueryString
    K kavitha_blueindia

    Hi all, How to retrieve querystring value in td using asp.net.Please help. Thanks.

    ASP.NET csharp asp-net help tutorial

  • Find Child Gridview
    K kavitha_blueindia

    How to find child gridview using find control in RowCommand event?Please help me.

    ASP.NET help tutorial question

  • Select button in nested gridview
    K kavitha_blueindia

    Can you please give me the code to find child gridview using Rowcommand Event? Thanks

    ASP.NET tutorial question

  • Select button in nested gridview
    K kavitha_blueindia

    I have select button in child gridview.How to retrieve the datakeyname for the selected row and assign it to viewstate? Thanks a lot in advance.

    ASP.NET tutorial question

  • Need Help
    K kavitha_blueindia

    How to create a website in IIS using asp.net?Is there any way to check version of IIS is running on machine?

    ASP.NET csharp asp-net windows-admin help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups