| Thread | Last Post | Replies |
|
| URL in a querysting? | 09 Aug 2007 11:18 GMT | 6 |
Is there a way to include a url in a querysting? JJ
|
| Object DataSource parameters | 09 Aug 2007 08:26 GMT | 1 |
i have a function which takes object as a parameter eg: getCustomers(Customer objCustomer) i have a gridview which inturn calls a objectDataSource which calls getCustomers(Customer objCustomer)
|
| Cache Menu | 09 Aug 2007 08:19 GMT | 4 |
Hello All, I am trying to cache a menu that I dynamically build out and I do not want to have to build it out each time the page loads. Here is how I am doing it however, it doesnt work. Can anyone help? TIA if (Cache["Menu"] == null)
|
| C# Code stops after Save as dialog is closed | 09 Aug 2007 05:28 GMT | 4 |
I have the following C# code in a page: Response.ContentType = "APPLICATION/OCTET-STREAM"; Response.AppendHeader("Content-Disposition", "Attachment; Filename=\"C:\\Download.txt\""
|
| Evaluate a software | 09 Aug 2007 03:51 GMT | 1 |
I need your help in evaluating a file upload software called Dextupload Pro. Could any of you take a look at it at www.dextsolution.com/us? Thanks and I appreciate your comments.
|
| A question of design and architecture - a good group anyone ? | 09 Aug 2007 01:12 GMT | 1 |
This is an off topic question... so sorry about that but I'm desperate. I am looking into designing a new system for a business. The nature of the system will be different to others I have designed and built, and
|
| Selected cell in Gridview | 09 Aug 2007 00:46 GMT | 2 |
I can return the rowindex using SelectedRow or SelectedIndex But, how do I get my code to return the cell or column index of a selected row in my gridview? thanx
|
| Sessions | 08 Aug 2007 21:30 GMT | 2 |
Can some one help me, I'm trying to carry Session("GetPin") from my very first page (validate.aspx) to couple of pages away called AddQuestions.aspx.vb. I need to check the credentials then add the Pin of that person into
|
| GridView Question | 08 Aug 2007 20:32 GMT | 3 |
In the past I've typically steered away from DataGrids and have just created my own tables by programmatically adding rows/cells however yesterday I used a DataView for the first time. Initially I was quite pleased with the quickness in getting it to populate with my own ...
|
| web.config to hold control specific variables | 08 Aug 2007 18:46 GMT | 1 |
my company hosts many websites, and we want to add a Feedback Form (like "Contact Us") that can be re-used on all of them just by "dropping in" a new directory containing the code. My boss told me to make it as modular as possible, and to make it a control we can just
|
| [Newbie Problem] BC30311: Value of "TableCell' cannot be converted to 'Integer'. | 08 Aug 2007 17:11 GMT | 3 |
Compiler Error Message: BC30311: Value of type 'System.Web.UI.WebControls.TableCell' cannot be converted to 'Integer'. on line 63. while trying to write updates using a DataGrids Update method. Source Error:
|
| Page not displayed with ie7 | 08 Aug 2007 16:24 GMT | 1 |
I have a bug with some links on my website reposting the same aspx page with some filters: The filtered page is --> correctly displayed using localhost with ie7
|
| Gridview, paging and googlebot (and other spiders) | 08 Aug 2007 16:14 GMT | 6 |
Recently we've hired professional SEO services to help up promote our website. They claim that pages which contain ASP.NET's Gridview with paging will not be scanned by the different spiders beyond the first page, as the url of the page doesn't change (and should be something
|
| ASP.Net web admin error? | 08 Aug 2007 16:10 GMT | 1 |
I have the asp.net web admin site setup on a box as a virtual directory, on a box that does not have vs2005. I can get to the home page of the admin site, can edit and save app settings on the app tab, but when I go to the security tab I get:
|
| How to reset user's password without having to use PasswordRecovery | 08 Aug 2007 15:30 GMT | 2 |
I want to be able to reset a user's password and I do not want to use the PasswordRecovery control to reset and email it to the user. A while back, I thought I'd read an article that mentioned about resetting password using the Website Administration Tool. I could not
|