Forum: ASP.NET Sep 27th, 2009 |
| Replies: 1 Views: 260 Can you set the fields to invisible?
For example:
DetailsView1.Fields[index_to_hide].Visible = false;
in your Page_Load event? where index_to_hide corresponds to the index in your collection... |
Forum: ASP.NET Dec 22nd, 2008 |
| Replies: 10 Views: 1,605 Hmm try this Sonia :
Are you using a Computer at work? You may need to speak to your system administrator as you might not have sufficient privileges to open admin tools. HTH |
Forum: ASP.NET Jun 19th, 2008 |
| Replies: 2 Views: 1,497 Have you defined (in your ASPX code) the "onclick event" as 'SubmitACH_Click'? I see that you have defined it. Have you solved this ? |
Forum: ASP.NET Jun 2nd, 2008 |
| Replies: 6 Views: 994 Nice one, have been trying to find some help for you. So I take it that it all works fine now? |
Forum: ASP.NET May 29th, 2008 |
| Replies: 6 Views: 994 Hi there Fungus1487. Hmmm, I have not tried this before myself but I think the answer may lie in this article:
Hope that helps. Its a rather large article I am afraid but deals with accessing... |
Forum: ASP.NET May 22nd, 2008 |
| Replies: 7 Views: 10,328 hmmmm are you sure that gives a dialog pop up? Try this one: |
Forum: ASP.NET May 22nd, 2008 |
| Replies: 7 Views: 10,328 Hi there Rakesh here is a great site that fully explains how to open a PDF without the dialog box:
I hope this helps! Please don't forget to mark the thread as solved!:) |
Forum: ASP.NET May 22nd, 2008 |
| Replies: 4 Views: 642 Great link there nandhinijp I have found another that plusplus might like to take a look at:
http://www.w3schools.com/ASPNET/control_panel.asp |
Forum: ASP.NET May 22nd, 2008 |
| Replies: 1 Views: 1,320 Hi there plusplus;
Hope that answers your query sufficiently :) Here is a useful tutorial on the ImageMap control complete with code samples:
... |
Forum: ASP.NET May 21st, 2008 |
| Replies: 5 Views: 604 No problems mate! don't forget to mark the thread as solved ! |
Forum: ASP.NET May 21st, 2008 |
| Replies: 5 Views: 604 Hmm I might recommend you take a look at your two CSS my friend. I am no pro with CSS myself so I might not be of much help - maybe someone with more experience with CSS will respond. If you get... |
Forum: ASP.NET May 21st, 2008 |
| Replies: 5 Views: 604 Are you using Master Pages or a Cascading Style Sheet (CSS) of some sort? |
Forum: ASP.NET May 20th, 2008 |
| Replies: 36 Views: 3,474 |
Forum: ASP.NET May 20th, 2008 |
| Replies: 36 Views: 3,474 Hmmm, you are not having much fun here with this one are you?
Try this link: |
Forum: ASP.NET May 19th, 2008 |
| Replies: 36 Views: 3,474 Hi, does 'public' have full access permissions?
i.e CREATE DATABASE, CREATE ANY DATABASE, or ALTER ANY DATABASE permissions. |
Forum: ASP.NET May 18th, 2008 |
| Replies: 10 Views: 1,175 What happens if you change :
TO
In your VB script. |
Forum: ASP.NET May 18th, 2008 |
| Replies: 6 Views: 1,898 Right I see, I remember once I tried to do this. That was a while back mind, and I didn't find a solution. However, I will do some research, hold on.. |
Forum: ASP.NET May 18th, 2008 |
| Replies: 10 Views: 1,175 Are you using MSSQL database as backend store for credentials ? |
Forum: ASP.NET May 18th, 2008 |
| Replies: 6 Views: 1,898 Could you try adding the files to the server and then pointing a hyperlink to them to download them or must you have a download box? |
Forum: ASP.NET May 18th, 2008 |
| Replies: 10 Views: 1,175 I understand, I think there is a better way of doing that than using scripts. Can you post the code where the administrator is differentiated from normal users? |
Forum: ASP.NET May 18th, 2008 |
| Replies: 10 Views: 1,175 Hi there, I am not sure why you have this line in the script:
This will force a user to log out and clear the form authentication ticket. Therefore, it will redirect the user to the login page... |
Forum: ASP.NET May 16th, 2008 |
| Replies: 36 Views: 3,474 That's ok, I am just sorry I haven't managed to help you out totally yet. There is still time.....lol. I am deteremined to help fix this one! |
Forum: ASP.NET May 16th, 2008 |
| Replies: 36 Views: 3,474 Check the file attributes in the website directoy. Ensure that the db is not marked read only and that the folder structure that contains it is also not read only. We will get there mate!
EDIT
... |
Forum: ASP.NET May 16th, 2008 |
| Replies: 36 Views: 3,474 Apparently if you didn't set applicationname in the membership provider/rolemanager setting in the web.config, and access your application from different places(e.g. using application running on you... |
Forum: ASP.NET May 16th, 2008 |
| Replies: 36 Views: 3,474 have you tried setting up a new user and logging in with their credits? try it... |
Forum: ASP.NET May 16th, 2008 |
| Replies: 36 Views: 3,474 We will get it fixed buddy just hang in there! do you have a deadline for this ? |
Forum: ASP.NET May 16th, 2008 |
| Replies: 36 Views: 3,474 So you have named your app, added in my suggestion in post 16 and you are getting the original login error ? |
Forum: ASP.NET May 16th, 2008 |
| Replies: 36 Views: 3,474 |
Forum: ASP.NET May 16th, 2008 |
| Replies: 36 Views: 3,474 try adding this to your conn string |
Forum: ASP.NET May 16th, 2008 |
| Replies: 36 Views: 3,474 Ok, will have an investigation and get back to you |
Forum: ASP.NET May 16th, 2008 |
| Replies: 36 Views: 3,474 Have you tried that yet? I think its the solution... |
Forum: ASP.NET May 16th, 2008 |
| Replies: 36 Views: 3,474 No, you misunderstood I think, give your app a name like"\applicationname" then in your providers section set your app name to whatever you called it.... |
Forum: ASP.NET May 16th, 2008 |
| Replies: 36 Views: 3,474 Hmm, interesting. I shall investigate more and get back to you a bit later. Good luck in the meantime, really thought that would work. What did you name your app in the end? |
Forum: ASP.NET May 16th, 2008 |
| Replies: 36 Views: 3,474 ok glad to have helped, I hope this fixes your problem. Please remember to mark this thread as solved if it is fixed. |
Forum: ASP.NET May 15th, 2008 |
| Replies: 36 Views: 3,474 In fact, I recommend you DO give your application name as per this article here:
The upshot of the above article is that if you DO NOT give your application a name, ASP.NET will use the... |
Forum: ASP.NET May 15th, 2008 |
| Replies: 36 Views: 3,474 You are welcome, hope this fixes your issue. Odd that your application is named "/". Why is that ? |
Forum: ASP.NET May 15th, 2008 |
| Replies: 36 Views: 3,474 Hi there and welcome to DaniWeb. :) I have conducted an investigation into your problem (I haven't come across this before myself) and believe the remedy may be to place applicationName="/" just... |
Forum: ASP.NET May 15th, 2008 |
| Replies: 7 Views: 6,590 Hi again Sebastian, I have been conducting some research for you and believe this link may have the information you need to get your application firing:
I hope this helps, if not let me know... |
Forum: ASP.NET May 15th, 2008 |
| Replies: 7 Views: 6,590 Did you find your answer at the link I gave ? |
Forum: ASP.NET May 14th, 2008 |
| Replies: 7 Views: 6,590 Hi there and welcome to DaniWeb. Have you deployed your application? If so did you deploy the global.asax file? If this doesn't help may I suggest you view this thread in another forum, I think the... |