Forum: ASP.NET Sep 28th, 2009 |
| Replies: 6 Views: 396 Take a look here:
here (http://msdn.microsoft.com/en-us/library/bb383961.aspx)
I believe it will help. |
Forum: ASP.NET Sep 28th, 2009 |
| Replies: 6 Views: 396 Can you post the code please? |
Forum: ASP.NET Sep 27th, 2009 |
| Replies: 1 Views: 261 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 Sep 27th, 2009 |
| Replies: 8 Views: 415 I am very confused by this post I have to say. |
Forum: ASP.NET Sep 10th, 2009 |
| Replies: 2 Views: 322 This question should probably be moved by a moderator to the web development section of the forums, but as far as your query goes: using images is a good way of achieving cross-browser compatibility.... |
Forum: ASP.NET Sep 8th, 2009 |
| Replies: 2 Views: 347 Hi Ankitjain1110 and welcome to the forums. This question is very frequently asked on Daniweb so I might point you to search the archives for information regarding this. That aside, here is a link... |
Forum: ASP.NET Dec 22nd, 2008 |
| Replies: 10 Views: 1,529 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 Sep 1st, 2008 |
| Replies: 1 Views: 577 Hi there manickamk, welcome to DaniWeb! The most obvious project would be a user login interface that also has a shopping cart function (like amazon). Here is a great tutorial on how you could build... |
Forum: ASP.NET Jun 19th, 2008 |
| Replies: 2 Views: 1,476 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 18th, 2008 |
| Replies: 1 Views: 471 Hi there Jess, here is a book that I used when I first started ASP.NET 2.0 programming.
Its a great book and contains lots of useful code samples and explains them thoroughly. Hope that helps :) |
Forum: ASP.NET Jun 11th, 2008 |
| Replies: 8 Views: 1,435 Here is an excellent link that details IIS and its tasks. |
Forum: ASP.NET Jun 11th, 2008 |
| Replies: 8 Views: 1,435 For W2K3:
Go to command prompt and type iisreset. Restarting IIS is not without its disadvantages. Restarting IIS is a last resort as any users currently connected will be disconnected and any data... |
Forum: ASP.NET Jun 11th, 2008 |
| Replies: 8 Views: 1,435 Hi there to restart IIS on windows XP go to START>ADMINISTRATIVE TOOLS>SERVICES. Once the services form appears, scroll down to IIS ADMIN, right click then hit Restart! Hope that fixes it! |
Forum: ASP.NET Jun 11th, 2008 |
| Replies: 8 Views: 1,435 Hi there Pranav :). This link has the answer to your problem!
Further information can be found here:
I hope this helps! |
Forum: ASP.NET Jun 9th, 2008 |
| Replies: 5 Views: 815 Hi this link has sample code for a chat application using Asp.net:
Hope that helps :) |
Forum: ASP.NET Jun 9th, 2008 |
| Replies: 2 Views: 433 Hi there FaridMasood, although I cannot give you an EXACT answer (I would need to see your code) I believe this link may have the answer you need:
Hope this helps! |
Forum: ASP.NET Jun 9th, 2008 |
| Replies: 2 Views: 472 Hi there Rashmi, here is a great link with sample code for the asp.net calendar control:
Hope this helps. It does not require javascript :) |
Forum: ASP.NET Jun 8th, 2008 |
| Replies: 7 Views: 987 hi there check this link: |
Forum: ASP.NET Jun 2nd, 2008 |
| Replies: 6 Views: 986 Glad you got a fix there in the end. thanks for sharing the solution :) sorry I was not more help lol |
Forum: ASP.NET Jun 2nd, 2008 |
| Replies: 6 Views: 986 Nice one, have been trying to find some help for you. So I take it that it all works fine now? |
Forum: ASP.NET Jun 1st, 2008 |
| Replies: 1 Views: 3,100 Hi there fayenot, could you please post the exact error message? I have come across this one before myself I think. Also please use code tags :) |
Forum: ASP.NET May 29th, 2008 |
| Replies: 6 Views: 986 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 25th, 2008 |
| Replies: 4 Views: 632 No problem glad you got the answer :) |
Forum: ASP.NET May 25th, 2008 |
| Replies: 3 Views: 522 Hi there Plusplus try this link, its quite in depth:
Hope this helps! |
Forum: ASP.NET May 22nd, 2008 |
| Replies: 7 Views: 9,787 hmmmm are you sure that gives a dialog pop up? Try this one: |
Forum: ASP.NET May 22nd, 2008 |
| Replies: 7 Views: 9,787 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: 632 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: 3 Views: 522 Hi again plusplus :) Here is an awesome link that describes in great detail how to access an access database from ASP.NET 2.0. Hope this helps!... |
Forum: ASP.NET May 22nd, 2008 |
| Replies: 1 Views: 1,277 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 22nd, 2008 |
| Replies: 14 Views: 4,331 Sorry I thought you were using an imagebutton. Try using an ImageButton instead, as I suggested above. it will work I have tested it. :) Hope this fixes it.
1- An image button is a control that... |
Forum: ASP.NET May 21st, 2008 |
| Replies: 14 Views: 4,331 Did you put it in the event handler of the image button in the code behind file? I have tested it myself and got it working this end. It should look something like this:
Partial Class _Default
... |
Forum: ASP.NET May 21st, 2008 |
| Replies: 14 Views: 4,331 Did you try what I suggested in post 8 - it should work ! :) |
Forum: ASP.NET May 21st, 2008 |
| Replies: 5 Views: 601 No problems mate! don't forget to mark the thread as solved ! |
Forum: ASP.NET May 21st, 2008 |
| Replies: 5 Views: 601 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: 601 Are you using Master Pages or a Cascading Style Sheet (CSS) of some sort? |
Forum: ASP.NET May 21st, 2008 |
| Replies: 14 Views: 4,331 Actually, create an event handler for the image (by double clicking it in Visual studio) then in the event handler try this:
Response.Redirect("pagetogoto.aspx");
Or for Visual Basic
... |
Forum: ASP.NET May 21st, 2008 |
| Replies: 14 Views: 4,331 Show me the complete code, it may be a slight error somewhere. That should work. |
Forum: ASP.NET May 21st, 2008 |
| Replies: 14 Views: 4,331 onclick="Response.Redirect(pagetogoto.aspx);"
Should do the trick. If not let me know and post your code. Hope that helps! |
Forum: ASP.NET May 21st, 2008 |
| Replies: 14 Views: 4,331 You want the image button to open the page in the same window (i.e. without launching a new IE browser?)? |
Forum: ASP.NET May 20th, 2008 |
| Replies: 5 Views: 1,237 Can you not see the above post ? The answer is there! |