| Thread | Last Post | Replies |
|
| Visual Studio 2008 does not let me create web sites | 03 Mar 2008 07:55 GMT | 4 |
I have a great problem. I have been installed Visual Studio 2008 Professional on two computers. One works perfectly. On the other computer I don't know what happens when I click on FILE --> NEW --> WEB SITE because Visual Studio does nothing. It makes me not case! The same thing ...
|
| How do I show the selected node in the TreeView? | 03 Mar 2008 03:56 GMT | 1 |
I have a TreeView with so many nodes that it requires scroll bars. When the user selects a node the screen is refreshed and the selected node is no longer visible. The TreeView is opened to the selected node but the screen is not scrolled to it. How can I get the TreeView to ...
|
| GridView - how to fancy it up? | 03 Mar 2008 03:07 GMT | 5 |
Out of the box, the asp.net 2.0 GridView is very plain. Even the AutoFormats for it are pretty basic. That is compared to what you can get with a 3rd party tool like Developer Express or Telerik. I'm new to so much of this and wondering if it's possible using skins/css, etc. (not ...
|
| ASP/ASP.NET: notifying RSS aggregators programmatically | 03 Mar 2008 02:09 GMT | 6 |
I understand there are major RSS aggregators that accept pings of new available content using some XML mechanism/standard. Can someone advise me briefly what that standard is and by what means I could build programming into my custom content management systems to ping
|
| Get the request for remote computer? | 03 Mar 2008 01:17 GMT | 1 |
How can I get the request for remote computer, I s there any way to do so? for example can I get if the remote computer request for www.yahoo.com or any web site? Any help or redirection will be completlly appreciated ?
|
| GridView Select Row By DataKey | 03 Mar 2008 00:08 GMT | 1 |
I have searched high and low and cannot figure this out. I want programmatically select a row in my GridView based on a primary key value (DataKey). You would think this is common, but I guess not. It is easy to do when the data key is on the current page, but doesn't
|
| ASP.Net Session programming for Newbie | 03 Mar 2008 00:03 GMT | 4 |
I'm just wondering if this is possible in Asp.net - I'm a newbie to Web Programming:-) I'm building this application that will hold a list Persons. A person can have First Name, Last Name, Age, Gender etc.
|
| Question on DropDownList | 02 Mar 2008 22:52 GMT | 2 |
I have a DropDownList in a DetailView like so <asp:TemplateField HeaderText="PCode"> <ItemTemplate> </ItemTemplate>
|
| Check if ImageURL (which is an internet url) exists? | 02 Mar 2008 21:07 GMT | 2 |
Hi. Is there a way programmatically to check if an image control's ImageURL property (which is an image on the internet) actually exists? I have a 3rd party company that hosts all the images displayed on my site, and I want to display a default image if the ImageURL for a ...
|
| ASP.NET / Visual Studio bug? | 02 Mar 2008 19:31 GMT | 2 |
I have a CSS file, in App_Themes folder, with the following code in it: /* Base
|
| CSS and Asp.net 3.5 | 02 Mar 2008 19:29 GMT | 2 |
I would like to use something as follows in my web site: Master.css @import url("reset.css"); @import url("global.css");
|
| expert in dot net by listening radio? | 02 Mar 2008 11:08 GMT | 4 |
hey i found this very intresting www.dotnetradio.info Its real good one for dotnet beginners.
|
| MasterPages and applying CSS to content pages | 02 Mar 2008 04:22 GMT | 8 |
Right now the header of my master page contains all of the CSS styles for all of the pages that might be loaded in my ContentPlaceHolder. The problem is that my <style> tag is getting too large to manage. I have 300 lines of styles in my masterpage and I don't need all of this ...
|
| single sign on - why not trust AD? | 02 Mar 2008 03:59 GMT | 1 |
For intranet development.. is there anything terribly wrong with authenticating users against AD groups to determine what pages, menus, features they should be allowed to see and use? Would there be any valid reason for asking users to re-enter there AD
|
| new ImageButton - no click event called | 02 Mar 2008 03:47 GMT | 1 |
I am trying to create a list of record every with an ImageButton attached. The code is like this: ImageButton img = new ImageButton();
|