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.
Subin Alex
Posts
-
Alter the size of the Crystal Reports which displays more than 10 fields horizontally in it ? -
How to block the user from copying images from the website ?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
-
How to open a url from a webpart thats created using C# web control library ?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.
-
Problem in sending e-mail through code in asp.net2.0 ?Hi, It is not a local domain , but Remote
-
Problem in sending e-mail through code in asp.net2.0 ?Hi, I tried it, but it returned the err "Sending Failure" Plz help.
-
Problem in sending e-mail through code in asp.net2.0 ?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"
-
How to test my web application?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.
-
Will a website hosted in the webserver affect other sites hosted in the same server?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.
-
How to check that the provided e-mailid is valid or not?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.
-
[Message Deleted][Message Deleted]
-
Response.Redirect() is not working in the Remote EnvironmentHi, 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.
-
How to redirect to my Home page in asp.net2.0?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
-
Server Error in '/' Application.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
-
Making the local database to a remote database serverHi, 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...
-
How to create Database tables in a Remote Server?Thanks a lot for the replies !!! But could guide me through the steps to register remote SQL server Plz help!!
-
How to create Database tables in a Remote Server?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 ...
-
WebDev.WebServer.exe has encountered a problemH, 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.
-
WebDev.WebServer.exe has encountered a problemHi, Thanx ,But should i install the whole .net or can it be repaired with the other ways . Plz help.
-
WebDev.WebServer.exe has encountered a problemHi, 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.
-
Doubt about the path of the File?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