| Thread | Last Post | Replies |
|
| asp.net sitemaps, upload to google? | 20 Oct 2009 15:10 GMT | 1 |
I wonder if the sitemaps we make in asp.net projects can be uploaded to google to help googlebot crawl the site... Or is the asp.net sitemaps only function to list the menu items of a menu in the asp.net website? I ask cause I'm reading a book about seo, and there it says it's ...
|
| modifying the column sort | 20 Oct 2009 09:10 GMT | 1 |
In a gridview the Sort is allowed so the column headers are underlined. The sorting that is done thru this method is okay. The exception is a column called 'Status' which the users want to have is sort the way the workflow for the status occurs. In Access I added a column to ...
|
| Window Service Default Company Name | 19 Oct 2009 20:29 GMT | 2 |
I am creating a Windows Service when deploying the Application, it defaults to: C:\Program Files\Default Company Name\Project name How do I change the default path?
|
| HttpServerUtility.UrlEncode | 19 Oct 2009 18:49 GMT | 2 |
How do I instanciate HttpServerUtility? I am writing an exe and I need to urlencode some data.
 Signature Certified Geek, Professional Data Dude
|
| Combo Box in GridView | 19 Oct 2009 16:29 GMT | 6 |
I have a DropDown Listbox in a GridView as a template field, and everything is working fine with exception when I try to edit the GridView and the gridview field data is not one of the values in the DropDown Listbox, I get the following error.
|
| ActiveDirectory - check if user is member of a group | 19 Oct 2009 16:28 GMT | 7 |
All, As per subject, tried many examples that none seem to work. Simply I need to check if the current user is a member of a certain Active Directory group?
|
| VS 2008 Express, How to run queries | 19 Oct 2009 04:58 GMT | 3 |
I know VBA. I can make Access do what I want. I can churn out VBA apps with Excel. BUT, with ASP.NET, I don't know how to make a button on a form run a query string. I can get to the on-click event in the code behind, and I have the
|
| ListView checkbox error | 18 Oct 2009 18:26 GMT | 9 |
I am trying to set the OnCheckedChanged event on a control in a ListView template and I am getting the error "The server tag is not well formed" but I cannot figure out why. The error is occurring on the line with the checkbox control. Below is the ItemTemplate. Can anyone ...
|
| AJAX's TabContainer gives an error | 18 Oct 2009 14:52 GMT | 2 |
I add the following code, just as a test, to a master content aspx file that contains a SlideShowExtender and a DataList element. I get the following error :
|
| Background Transparency | 18 Oct 2009 08:59 GMT | 1 |
This is probably a CSS question but I don't know where to turn. I'm using a modalpopup ajax control. It uses a link to a CSS rule to style the page background. I want to make or overlay the background with a transparent color. The VS ASP.NET 2008 CSS intellisense do not list a ...
|
| Unable to Link Master Page to rest of the page | 17 Oct 2009 16:03 GMT | 7 |
1. I am a self taught newbie in Dot net technology. 2. I had a mymaster.master and try to link to index.aspx but instead of index embedded nicely with mymaster layout, mymaster appended below index.aspx.
|
| Avoid Enter key during insert entry | 16 Oct 2009 18:44 GMT | 2 |
I have a ListView for view/add/edit of a table. If I accidentally hit the Enter key while entering data the page jumps to the submit page. Is there a way to disable the Enter key to avoid this from happening? Thanks. David
|
| Configuration for aspx Page | 16 Oct 2009 17:58 GMT | 2 |
I have a aspx page which generates an image based on URL parameters. Some parameters vary at each request and some vary only between separate deployments. I would like to avoid to use the seldom used parameters
|
| Impersonation | 16 Oct 2009 16:43 GMT | 6 |
I'm working with a pre-existing custom business portal that's part asp.net, part classic asp. Authentication is Asp.net Forms. The client has multiple locations each with multiple users. The client desires to add MS Dynamics Business Portal (essentially
|
| Need Help about Cascading DropDown | 16 Oct 2009 14:53 GMT | 1 |
I data into cascading drop down using datareader.....once i click the button,i am passing selected dropdown value to a string..upto this every thing ok..my problem is...once its pass the value i want to show the records from the first......anybody help for dis? EggHeadCafe - ...
|