Search

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

Matching Posts

  • not adding event or news - help

    Hi everyone in the land of .net development. Im using the club starter kit together with the forum addon which is awesome. Im also using visual studio 2008 with sqlexpress 2008. I have started a project using the club starter kit and assigned myslef to the role of Administrators. When I log in and go to the news_dit.aspx page I can add the details of the news article I wish to post, however when I go to click save article it just redirects me to the news_list.aspx without inserting any data. This
    Posted to Club Web Site Starter Kit (Forum) by .netraider on 5/20/2009
  • Re: Stored Procedure Error

    I'm using VWD 2008 with a database in an App_Data Folder, My connection settings are correct as I am running a blog and forum of the same connected database.
  • Re: Stored Procedure Error

    Hi, As was stated above I get the following errors I get the following errors Stored procedure : Incorrect syntax near GO must declare the scalar variable "@ID" ( I get this three times) must declare the scalar variable "@Date_Plus_1 VB.net Error 111 Value of type 'String' cannot be converted to 'System.Web.UI.WebControls.TextBox' = addevent.aspx Error 112 Value of type 'String' cannot be converted to 'System.Web.UI.WebControls.TextBox'. = editevent
  • Stored Procedure Error

    Hi to all who brave the asp.net lands. I am sort of developing an event calendar using stored procedures and I have copied the code from an app I created in the past. I am wanting to insert the following as a stored procedure but it keeps giving me nice little errors which I haven't had before. If you can help me it would be awesome. I have also posted my vb code if it helps in anyway. STORED PROCEDURE CREATE PROCEDURE Intranet_sp_Marketing_Item_Insert ( @_Date datetime , @Type int , @Title varchar
  • Re: multiple stylesheets is there a way?

    Is it really as simple as that, no wonder why I couldn't find anything anywhere.........the question shouldn't need to be asked. Thanks answer marked
  • multiple stylesheets is there a way?

    Hi all, I'm developing a website that has multiple apps such as blog, forum, calendar etc and they are all controlled through three masterpages (for ease of mind this is the best way for ths particular project). My problem is that the stylesheet is now becoming huge and I'm searching for a way of possibly using multiple stylesheets in a single theme. I would like to break the stylesheet up into several pages to make it not only easier to see but easier to manage. Is there a way to make this
  • Re: Vb Blog needed Help......

    My existing structure is currently in VB
    Posted to Getting Started (Forum) by .netraider on 4/29/2009
  • Vb Blog needed Help......

    Hi All, I am in need of help, short of going insane trying to find a good working solution on google for a blog written in Vb I'd thought I would try the asp.net forums as you have always been good to me. I'm after a simple blog that I can integrate into my existing site which hopefully has a search facility and a categories area, An admin area which is in a seperate folder to the blog itself so I can keep everything organised. Also able to run off my existing database within the app_data
    Posted to Getting Started (Forum) by .netraider on 4/29/2009
  • Re: paging repeater binding issue

    Hi Divergence, What you say is what I want. Apologies if I confused you. When I click the button the content doesnt change. my code is below if it helps. Thanks Imports System.Data.SqlClient Imports System.Configuration Imports System.Data Partial Class Blog Inherits System.Web.UI.Page Protected Sub Page_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load BindData() End Sub Private Sub BindData() Dim conn As SqlConnection Dim sql As String = "SELECT title, post, postDate
    Posted to Data Presentation Controls (Forum) by .netraider on 4/21/2009
  • Re: paging repeater binding issue

    Hi Divergence, Great tutorial on paging, added you in my fav's I'm having a problem with the code though. The page displays the number of pages and has current label displays the data which is awesome. However the buttons don't seem to be linking to the other pages showing the content. Any Ideas?
    Posted to Data Presentation Controls (Forum) by .netraider on 4/20/2009
Page 1 of 5 (46 items) 1 2 3 4 5 Next >