| Thread | Last Post | Replies |
|
| New to Visual Studio 2005 ASP.NET opinion | 15 Feb 2006 02:34 GMT | 1 |
frankly, I am impressed by VS 2005, but I think it is pretty limited. you dont have a real hyperlink button. it looks like flash is the way to go if you need fancy things. i read on the web that next version of vs will have some flash functions
|
| how compare object with string | 15 Feb 2006 02:18 GMT | 7 |
I have the code: If Session("Plan") = "Plan I" Then... I was just aware of that the Session("Plan") is an object, with String value "Plan I", but I don't know how to compare them and it never equals. I have tried to use
|
| Can't get SqlCacheDependency working correctly | 15 Feb 2006 02:04 GMT | 5 |
I'm trying to get sql cache dependency working correctly. I've got sql server 2005 for my back end. I've don the "ALTER DATABASE dbName SET broker_enable" command. I made sure the user in my connection string has subscripe notifications
|
| Custom Control with a complex property type | 15 Feb 2006 00:35 GMT | 1 |
I have a property will an array of webcontrols. The control features a custom property editor which can add and remove web controls to the array, but how do I persist the informtion by serializing it to the aspx page?
|
| How do you set DataBound Dropdownlist to "Choose"? | 15 Feb 2006 00:04 GMT | 5 |
I have dropdown list bound to a Table, I don't want dropdown list to select first row from a table but rather to display "Choose" and when user clicks it then to display available values. How can I do that?
|
| Test Link Page Exists? | 14 Feb 2006 21:55 GMT | 1 |
I have a NavigateUrl property on a page that is this: MyLink.NavigateUrl = "~/testpage.aspx"; I want to programmatically load testpage.aspx so I can tell if it is really there. This will be a test I run from one page on the web site
|
| Gridview and paging doesn't work | 14 Feb 2006 21:49 GMT | 6 |
I'm working with a gridview (4 bound columns and 1 template column, using databind from codebehind). It works just fine, but I tried to add paging, and when I click any paging button (next, last, or page #), it return this error and I don't know what's wrong:
|
| What server control is for render pure html file? | 14 Feb 2006 21:37 GMT | 1 |
I'd like to dynamically render lots of html file from a ASP.NET 2.0 page, which server control or method is best for this? Thanks.
|
| Button click event not firing | 14 Feb 2006 21:32 GMT | 4 |
I have a page with bunch of user controls and standard controls on the page. And then I have a Button control on the page which is used to save the data on server side. All was working fine and dandy till yesterday. Today the button click event started showing some weired ...
|
| Create External Process | 14 Feb 2006 21:25 GMT | 2 |
ASP.Net v1.1 Trying to create and start an external process (run another application). This application can take a few minutes to complete, but I want the ASP.Net web page to return immediately without killing the process it started.
|
| How To: Popup Confirmation Dialog & Redirect in LinkButton_OnClick | 14 Feb 2006 21:21 GMT | 2 |
How To: Popup Confirmation Dialog & Redirect in LinkButton_OnClick Hello All, I have a ASP.NET 2.0 (C#) web form with a LinkButton control. In the server-side code for the LinkButton_OnClick event, I need to do some
|
| Printing from web form without print dialog. | 14 Feb 2006 21:11 GMT | 3 |
I'm at my wits end trying to search for what I assumed to be a relatively straightforward task. I have a Web application written in C#, and I have a button on the form that I want to print the current contents of the browser without bringing up the print dialog.
|
| How do I decrease first page load time when there are 300 dll's on bin folder? | 14 Feb 2006 21:06 GMT | 1 |
Hi, it's me again: I have made an extensive search at google and finding a lot of information, but nothing that matters for me. My problem is that I've about three hundreds DLL's on bin folder. If I
|
| Publishing Site & Static files | 14 Feb 2006 20:56 GMT | 1 |
Just wondering ... according to http://msdn2.microsoft.com/en-us/library/e22s60h9.aspx, static files (images, .html, etc) during deployment are supposed to be copied "as is" to the target deployment folder. I read this to be an automatic
|
| Making functions and procedures in ASP.NET | 14 Feb 2006 20:43 GMT | 2 |
In asp 3.0 I used an procedure (that I included) to save and update articles, like this: <% Sub ConnObj(SQL)
|