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
S

Subin Alex

@Subin Alex
About
Posts
113
Topics
69
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Alter the size of the Crystal Reports which displays more than 10 fields horizontally in it ?
    S Subin Alex

    Hi, I am having a situation ,i've to display more than 10 fields from database to the crystal report But since i had to display it horizontally in the report ; But it's size seems to be fixed .but vertically it can be done . Plz help.

    C# database help question

  • How to block the user from copying images from the website ?
    S Subin Alex

    Hi, i would like to know whether there is any way , to block the user from copying images from the website other than disabling right clicking using javascript

    ASP.NET javascript tutorial question

  • How to open a url from a webpart thats created using C# web control library ?
    S Subin Alex

    i want to open a url from a webpart thats created using C# web control library, generally we use diagnost method but its not working in web control type so i need an alternative method Plz help.

    ASP.NET csharp help tutorial question

  • Problem in sending e-mail through code in asp.net2.0 ?
    S Subin Alex

    Hi, It is not a local domain , but Remote

    ASP.NET csharp asp-net com sysadmin beta-testing

  • Problem in sending e-mail through code in asp.net2.0 ?
    S Subin Alex

    Hi, I tried it, but it returned the err "Sending Failure" Plz help.

    ASP.NET csharp asp-net com sysadmin beta-testing

  • Problem in sending e-mail through code in asp.net2.0 ?
    S Subin Alex

    Hi, When i try to send email using the following code : MailMessage objEmail = new MailMessage(); objEmail.To = "feedback@yendha.com"; objEmail.From = "subinalex007@gmail.com"; objEmail.Subject = "Feed Back to www.yendha.com"; objEmail.Body = txt_feed.Text; try { SmtpMail.SmtpServer = "smtp.yendha.com"; SmtpMail.Send(objEmail); Response.Write("Your Email has been sent sucessfully to "); } catch (Exception exc) { Response.Write("Send failure: " + exc.ToString()); } An Exception is raised i.e, "The server rejected one or more recipient addresses. The server response was: 554 5.7.1 subinalex007@gmail.com: Sender address rejected: Access denied\r\n"

    ASP.NET csharp asp-net com sysadmin beta-testing

  • How to test my web application?
    S Subin Alex

    Hi, I am new to asp.net, i would like to know whether there is any free online website testing tools available, i tried to find in google but could not get it? plz help.

    ASP.NET csharp asp-net testing beta-testing tools

  • Will a website hosted in the webserver affect other sites hosted in the same server?
    S Subin Alex

    Hi, I am new to asp.net,I would like to know whether my website hosted in the webserver affect other sites hosted in the same server?, I mean the resources used by the website is very high, Should i bother about the resource utilization by my site or it is the head ache of the Service Provider? Plz help.

    ASP.NET csharp asp-net sysadmin help question

  • How to check that the provided e-mailid is valid or not?
    S Subin Alex

    Hi, I am new to asp.net,I would like to know if a user enters his e-mailid in my form, How to check whether it is fake or not? Plz help.

    ASP.NET csharp asp-net help tutorial question

  • [Message Deleted]
    S Subin Alex

    [Message Deleted]

    ASP.NET

  • Response.Redirect() is not working in the Remote Environment
    S Subin Alex

    Hi, I am new to asp.net2.0, i've created a sample project and in the code of the project i am redirecting to another page using the code: Response.Redirect("~/A/Hi.aspx"); Which gives me an exception : "Thread was being aborted:mscorlib" What could be the problem ? Plz help me out.

    ASP.NET help csharp asp-net question workspace

  • How to redirect to my Home page in asp.net2.0?
    S Subin Alex

    Hi, I am new to asp.net, since i've created a simple project in asp.net2.0 and sqlserver2000,and hired space in webserver.But my problem is , i uploaded the precompiled version to the server space along with the database .When i typed my domain name it showed the error "Application Error '/'" .I tried to change the web.config property like Custom Error="On" but of no use, i also want to redirect to my home page by default. Plz help

    ASP.NET help csharp asp-net database sysadmin

  • Server Error in '/' Application.
    S Subin Alex

    Hi, I am new to web development; I've created the a web site in asp.net2.0 with SQL Server 2000. I've published the website in the webserver.But when i type the url(domain name) in the browser i get the following error message: Server Error in '/' Application. Plz help

    ASP.NET help csharp asp-net database sql-server

  • Making the local database to a remote database server
    S Subin Alex

    Hi, I am new to sqlserver2000 , so experts please excuse, I am very much stuck in deploying the database created locally to a remote server. Please help me out ,by providing me the basic detail regarding the process of making the local db into a remote db, i've the ip-addr,usrname,psw of the web service provider. Plz help...

    Database database help sysadmin

  • How to create Database tables in a Remote Server?
    S Subin Alex

    Thanks a lot for the replies !!! But could guide me through the steps to register remote SQL server Plz help!!

    ASP.NET database help csharp asp-net sysadmin

  • How to create Database tables in a Remote Server?
    S Subin Alex

    Hi, I am new web programming , so experts please excuse, I've created a simple web app in asp.net2.0 and sql server2000 .I wish to host this web site, and i payed for the webhosting provider. They send me the credentials like: 1. Host Usr name & passwd 2.Database details(ip address,name,usrname,pwd) But my problem is , that i dont know how to copy my database scheme and data into the providers remote database server.i.e from a local db to remote db. Plz help out !!!!! Thax in Advance ...

    ASP.NET database help csharp asp-net sysadmin

  • WebDev.WebServer.exe has encountered a problem
    S Subin Alex

    H, I am new to asp.net, when i created a sample Web App and tried to run it , it showed me an error "WebDev.WebServer.exe has encountered a problem". I reinstalled the VS 2005 but the same error persists when i run the application . How could i solve this problem . Plz help.

    ASP.NET help csharp asp-net visual-studio

  • WebDev.WebServer.exe has encountered a problem
    S Subin Alex

    Hi, Thanx ,But should i install the whole .net or can it be repaired with the other ways . Plz help.

    ASP.NET help csharp asp-net

  • WebDev.WebServer.exe has encountered a problem
    S Subin Alex

    Hi, When i run amy web app in asp.net2.0 with sqlserver2000 , I am getting the Err; "WebDev.WebServer.exe has encountered a problem and needs to close. We are sorry for the inconvenience." What could be the problem . Plz help.

    ASP.NET help csharp asp-net

  • Doubt about the path of the File?
    S Subin Alex

    Hi, i am new to web programming, i've a doubt regarding the iframe in asp.net2.0; I created a project "XX.com" and ; a page named Default.aspx in the folder "one" and another page Default1.aspx in another folder "two" and the Default.aspx page contains an "iframe" When i tried to put the source of the iframe in the mark-up i.e two/Default1.aspx , but the "PickUrl" gave the path like this, If i upload the project with the above said path,will the iframe be able to access the Default1.aspx page ? When i tried to change the path to It showed the mark-up error "File not found err". Plz help to find out a solution

    ASP.NET help csharp asp-net com question
  • Login

  • Don't have an account? Register

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