It sure can be done..
Say the name of your server control is "testcontrol", then the code will be like this..
document.getElementById("testcontrol").disabled = true;
Hi,
I had an application which used to gather credit card information and post it to the third party site which used to authenticate and then post back transaction results. The working module was in asp. Now, I am trying to do this POST completely in .NET by using the uploadvalues method. But I...
Hi,
I am facing a problem in displaying content on the web browser. What I want to be able to do is to display an rtf document in the web browser. I set the Mime types in the IIS to application/rtf. But, when I try to view this in the browser, it comes with all the formatting details and a lot...
Hi,
I am having a problem in ASP.NET/C#. I am actually trying to open a file for reading. The code is in C#. However, everytime, I get this error which says that the system is exiting becuase it does not have the privilages to access the folder. I did some search on this problem and came to know...
Hi,
I followed the suggestion of specifying the db explicitly and it worked. Thanks for that. But I still don't understand why it works for "Select * .." and fails for "Select Top 5 *.." when db is not specied explicitly.
Thanks
dummie
hi,
Yes, db is SQL server. Also I am trying to execute only that stmt. Why do u say that it might not work if it is Sql server. The version is 2000.
Thanks again
dummie
Hi,
I am trying to use TOP in Select query to restrict the number of rows. I always get an error saying
Incorrect syntax near '20'.
for the sql query
Select TOP 20 from companies;
Can someone tell me how to use Top and what the prb might be.
Thanks
dummie
Hi,
Thanks for the reply. Yes, I have access to both the servers and I can configure them as I need them. Can you please let me know what to do. Also, I read that using FSo, we can only display text files.Is this correct?
Thanks a lot for your help,
regards,
Aravind
Hi,
I want to display pdf files that are there on a different server and be able to view it over the web. What are the configurations I need to take care as far as Web server and the other server on which the files are present are concerned.Also, if you can tell me what APIs I need to use from...
Hi,
We have Sql server 7 running. We have installed SQL server 2000 on another machine. We now need to migrate all the data files from m/c running 7 to 2000. What are the issues involved? Should we create login and password again.
Thanks a bunch for your help..
regards
Hi pgtek,
What is a viewer?What kind of a viewer do I need to download? Sorry, but I am new to Crystal reports. CAn u help me with this..
Thanks
regards
Hi,
We have professional edition of Crystal Reports 9. I read that to create a report and be able to display it on the web, we need to use Report Designer Component which is available only in Enterprise and developer editions. Without this, is it impossible to invoke a report in asp and view it...
Hi,
I have created a crystal report that takes input parameters. But, how do i display this report on a web page using ASP?
Thanks and regards,
Aravind
Hi,
I need to clarify..Crystal reports I am working on is not version 9. ..It is for Visual Basic 5 and the version is 4.6.1.0..
Sorry abt that..
regards
Hi,
I have a very simple table with two fields
1.login
2.Password
I want to display a report where after I provide the login, the reports returns a record with login and password. Both are text fields and the table is created in Access.
I am using Crystal reports 9. There is no Field object...
Hi,
I am facing a similiar problem. I want to create a crystal report that accepts input parameters. So, I followed the suggestion given above
---
Sure, select Insert->Field Object->Right click Parameter Fields and fill it in apporpriately to the table.field type you will be comparing to.
Now...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.