| Thread | Last Post | Replies |
|
| problem aplying css formating to a link | 30 Apr 2009 09:23 GMT | 1 |
asp.net 3.5 Somehow this markup below don't work in IE6 and IE8, I'm not sure what I do wrong... any ideas?
|
| div with dynamic ID | 30 Apr 2009 08:33 GMT | 1 |
I have code like that: <asp:Repeater ID="repClients" runat="server" > <ItemTemplate> <div runat="server" id="aaa" >
|
| Looking for Suggestions | 30 Apr 2009 07:39 GMT | 12 |
I'm implementing shopping cart functionality on a Website. In some cases, the products will be selected on another site. The product ID will be posted to my site, which will look the product up in a database, and allow the user to purchase it.
|
| How to save html tags at SQL Server? | 30 Apr 2009 06:52 GMT | 8 |
I need to save a text with html tags in a SQL Server database. I'm using server.htmlencode, but don't function. A error is generate. Somebody know how to resolve this problem?
|
| Dynamic ImageButton Handler | 30 Apr 2009 05:57 GMT | 5 |
I'm dynamically creating a table on my Web form. Among other things, each row contains an edit control and an ImageButton that performs a task based on the value in that edit control. I'm having the following problems:
|
| can you get this as an rss feed? | 30 Apr 2009 01:34 GMT | 2 |
any one know how or where to get this as an rss feed? it'd make my life a lot easier
 Signature Share The Knowledge. I need all the help I can get and so do you!
|
| Download a page as a file. | 29 Apr 2009 20:53 GMT | 1 |
I have a spot in my website where I will generate a list of stuff and then people will want to download it. Now I could make it so that cut and paste it but I'd rather have it that they click on a button/link/something and have the system automatically ask if they want to ...
|
| Why does VS2005 use Ie instead of Firefox? | 29 Apr 2009 15:55 GMT | 4 |
I have just installed VS2005 on my new Vista Home Premium PC, and have discovered that when I hit f5 to run/debug the site, it starts it up in IE, despite the fact that I have Firefox set as my default browser. I have VS SP1, as well as the SP update for Vista.
|
| How do I enable AJAX in .NET 3.5? | 29 Apr 2009 15:50 GMT | 2 |
I've just got a new PC, which has Vista Home Premium installed. I opened up one of my existing web sites, and got a build error that it couldn't find System.Web.Extensions. This makes sense, as I didn't install it on this machine as I thought
|
| problem with image swapping on imagebutton | 29 Apr 2009 15:37 GMT | 2 |
asp.net 3.5 <asp:ImageButton ID="ImageButton1" ImageUrl="~/Images/normal.gif" runat="server" /> protected void Page_Load(object sender, EventArgs e)
|
| broken image problem | 29 Apr 2009 13:05 GMT | 1 |
asp.net 3.5 In a Web User Control I have this image tag: <img src="Images/normal.gif" name="link2" border="0" /> This image tag works great when the Web User Control is used on pages on the
|
| Sql close connection issue.... | 29 Apr 2009 12:50 GMT | 3 |
Having a bit of an issue with our web application speed , just checking whether this routine actually closes the connection properly? Ive checked the open connections with QA using sp_who2 and the number of connections seems ok
|
| MVC 1.0 HttpAntiForgeryException | 29 Apr 2009 08:07 GMT | 3 |
I am running an MVC v1.0(System.Web.Mvc.dll v1.0.40310.0) application on a Windows 2008 64-bit platform. This machine is a standalone server, not belonging to a domain. When I run the app in development mode (ASP.NET Development Server), there is no exceptions. When running under ...
|
| Common Access Card for dod application | 29 Apr 2009 04:31 GMT | 1 |
I'm working with the DoD. At present users of my application login by going to the url they must have a CAC to get to the login page. At which time the user enter there userID and password. What I trying to get to is single sign-on. I would like the user to persent
|
| Pagination - from nerddinne rasp.net mvc application | 29 Apr 2009 02:24 GMT | 4 |
I am currently working my way through the nerddinner application and chapter from the asp.net mvc 1.0 book. I am happy with all of the concepts so far, but have an issue with the Pagination of upcoming dinners. I have followed the chapter though and whilst I have changed some of ...
|