Search

You searched for the word(s): userid:408012

Matching Posts

  • Project Setup

    Here's what I'm wondering. I built a standalone project. A forum. Now I want to take that forum and plug it into another application. After a lot of swearing and learning and virtual directory setup, I was able to publish my forum, then put it in the virtual directory under my main app and it worked. But what if I want to use the login for my forum to authenticate them and then take them back out of the forum to a generic user page. This page gives me access to certain things including the forum
    Posted to Getting Started (Forum) by JustJump on 12/13/2005
  • Re: Unrecognized tag prefix or device filter 'asp'

    I had a similiar issue. Mine occured on content pages where I had not defined the master page at the top. I was setting my master page in the web.config and didn't want it on each page. I wonder if there is a way to make those errors go away. The site still runs though. ~ Lisa
    Posted to Visual Studio 2005 (Forum) by JustJump on 12/9/2005
  • Built a project... how to plug it into another project!

    Ok. So I built a project that I'll be using throughout lots of my sites. The intial problem was when I built the project, I built it in the root folder. Now, of course when I want to plug it into my other proejcts, I want to put it in a sub directory. What is the best way to go about this? I wanted to make it simple to plug into another site..but I'm finding that I must (must I?) put the .vb class files from my app_code to the root app_code. I also have to take the items from my web.config and put
    Posted to Getting Started (Forum) by JustJump on 12/8/2005
  • Re: SkinID image as background

    This just doesn't work for me. HELP! I've tried everytng to get my master pages to work in subdirectories and i'm just flat out stuck! I got my images to work using ~/ in conjuntion with runat="server" but I have some background images in a table cell which asp:tablecell does not seem to support.
  • Masterpages & subdirectories

    Ok, so I learned that in my master pages, when referring to images, I have to use ~/ in conjunction with runat="server" in order for a page in a subdirectory using that master page to work. Good and fine. However, in my master page, I also have images as backgrounds to table definitions (td tags) and no matter what I use or how I do it, those images will not show up. Of course if I leave them images/blah.gif it works but won't work in a subdirectory. I'm at a loss and can't seem to find anyone having
  • Re: Tapping Exchange server folders using ASP.NET help

    I currently have the code working through the the line below (got code from http://www.rekenwonder.com/aspnet/teamcalendar.html ) ' Send the method request and get the response from the server. Dim objResponse As HttpWebResponse = CType (objRequest.GetResponse(), HttpWebResponse) I'm getting a Timeout error on that line. I was getting a timeout on the getrequeststream line and now I'm getting it on this line. I'm new to this and haven't a clue why this is happening. Can anyone help?
  • Tapping Exchange server folders using ASP.NET help

    Help I read the post located at http://forums.asp.net/1009341/ShowPost.aspx and am wondering about the SSL part of things. I followed the instructions posted by tobbylee1 below, but it didn't make any difference. I am willing to send my code out if someone can help me. I added the line System.Net.ServicePointManager.CertificatePolicy = New MyPolicy and it runs but I haven't a clue what it does. Can anyone help me? I did have to make an addition to the code to get it to work with SSL, since our Exchange
  • Gridview Hyperlink

    Hi. I am attempting to put an <asp:hyperlink> field in my gridview. Works great. But what if the field I am hyperlinking is blank. IE mine is a mailto tag, but not everyone has an email address in the database so it's showing a mailto: only in the hyperlink. How would I go about just displaying their email as regular text and NOT a link to a mailto tag? Anyhelp would be appreciated! Here are my columns below: <code> < Columns > < asp : BoundField DataField ="Name" HeaderText
    Posted to Data Presentation Controls (Forum) by JustJump on 7/23/2005
  • Gridview? Repeater? Placeholder? OH MY!

    Ok I'm wanting to build a forum just because it's a nice way to learn about the .net 2.0. What I'm currently wondering is what is the best way to display the forum header and the topics under it? Like on the page of topics to reach this message. Are they doing this with a gridview? And does it bring up a details view in a new page (i.e. this page) or is a details view too straict? Just looking for some directions. I have a gridview right now to show a list of forums in a category..but wondering how
    Posted to Data Presentation Controls (Forum) by JustJump on 7/22/2005
  • Re: Gridview and Images

    I'll try the CSS command. Just out of curiosity since I'm using skins a bit and becoming familiar with them, can you do it right in the skin / gridview at all? Or does it have to be done wit a css? And with the css, will that set the gradient to the entire gridview and not just the header? - Lisa
    Posted to Data Presentation Controls (Forum) by JustJump on 7/22/2005
Page 1 of 5 (43 items) 1 2 3 4 5 Next >