Browse by Tags

Related Posts

  • Specifying a query string as a start up parameter through the Visual Studio 2005 (2.0) IDE?

    I am at a loss on how to specify a query parameter as start up parameter to the IDE for a ASP.Net 2.0 project. I have three very similar pages with which the only differences will be handled in different repeater control templates depending upon the value of a parameter which I would like to pass to...
    Posted to Visual Studio 2005 (Forum) by rhastie on 11-20-2006, 12:00 AM
    Filed under: ASP.net 2.0, VS 2005, QueryString
  • GPS + WEbService + ....

    Dear all I am looking into doing some development using maps form virtual Earth or google maps and incorporating GPS from the device. I am an absolute starter in this field. Would anyone know a good developer tutorial i can go and observe?That could include webservices too. Could there be any TecEd labs...
    Posted to Visual Studio 2005 (Forum) by Dan_dan on 12-01-2006, 12:00 AM
    Filed under: asp.net template .vstemplate error, Visual Studio 2005, ASP.net 2.0, VS 2005, IIS, C#, projects, detailview, web setup, ASP.NET, vs2005, QueryString, Report
  • Re: Email activation

    Copperchair - I've done this before. What I did was this (entire process, sorry if this is too much information but you seem pretty confused and new) - 1. Create a database table with AT A MINIMUM the following: Login Table Columns: Username, Password, EmailAddress, IsActivated, RandomActivationNumber...
    Posted to Web Forms (Forum) by jvieira on 12-28-2006, 12:00 AM
    Filed under: ASP.NET, login, get vars, querystring
  • How to use a QueryString to set the value of a databound DropDownList

    I currently have a DropDownList that's values are populated from an ObjectDataSource. I'd like the ability to use the QueryString of the URL to set the value of this DropDownList (example: www.foo.com/sort.aspx?name=John). Is there some type of method for a DropDownList that allows you to set its value...
    Posted to Web Forms (Forum) by JPortnoy on 01-19-2007, 12:00 AM
    Filed under: DropDownList, data, querystring
  • Using results of one query in another

    I'm probably approaching this the completly wrong way but... I have one query which returns (hopefully) the key field of one table which I then want to add to an INSERT statement. It's an Access database, hence the ? instead of @ The first query is here: //selects register id for insertion below OleDbConnection...
    Posted to Access Databases and AccessDataSource Control (Forum) by wibblet on 01-30-2007, 12:00 AM
    Filed under: asp.net 2.0, query, parameters, querystring, C#
  • Pull content from SQL based on url query string

    I am trying to pull content into a content page (within a master page) by using url query strings. I have got the code to pull the query string in and it is working fine. I am having trouble creating my sql Select Command using a variable. My sql Select Command works fine if I hard code it - I am just...
    Posted to Data Presentation Controls (Forum) by timwilson on 02-07-2007, 12:00 AM
    Filed under: database, sqldatasource, asp.net 2.0, datasource, data access layer, data, sql, VB, querystring, dataitem
  • QuerySting Blues

    I spent so long on this and feel like a complete heel. I was trying to pass part of the querystring through a link on the page like: < asp:HyperLink ID= "HyperLink7" runat= "server" NavigateUrl= ' <%# "~/Administration/TaxAssessments.aspx?PID=" + Request.QueryString("PID") %> ' >+ Taxes &...
    Posted to Web Forms (Forum) by eterry28 on 02-08-2007, 12:00 AM
    Filed under: querystring
  • Web parts , Web User Control, Update Panel, Javascript

    Hi guys, Hope this time someone replies first of all, Is that possible to combine all above Asp.net and Ajax controls? The below one is my web user control code which I am using in the webpart zone. < asp : UpdatePanel ID ="UpdatePanel1" runat ="server"> < ContentTemplate > < asp : Panel...
    Posted to Web Forms (Forum) by BhaveshPatel on 02-20-2007, 12:00 AM
    Filed under: postback, Client, asp.net 2.0, JavaScript, Request.Querystrings, AJAX, textbox, querystring, DetailsView CommandField JavaScript, FindContol
  • problem with retrieving/displaying data based on form input

    Hi, I've developed a form which accesses a database through a data layer and sends parameters based on the form input. I have written the following code which works by checking if the textbox is empty and passing a null value as a string to the search parameter in the query, of which there are five:...
    Posted to Data Presentation Controls (Forum) by tomosap on 02-22-2007, 12:00 AM
    Filed under: GridView, problem, string, database, sqldatasource, label, datasource, rows, records, If Statement, Null, GridView asp.net, data access layer, table adapter, databinding, data, ASP.net 2.0 GridView InsertParameters ControlParameter PropertyName, Updateparameters, sql, search, VB, textbox, method, parameter, querystring, ADO.NET, access database, FORM, SELECT
  • Re: Can't pass a string with a space in it from Querystring to Sql parameter in stored procedure.

    i figured out the problem. i bolded the error for easier reading. in my header template i used single quotations marks to encapsulate my loanstatus of Docs Back. i thought i needed to do that in order to pass a string value < HeaderTemplate > < a href ="WhiteboardDetail.aspx?Id=3&LoanStatus...
    Posted to Data Presentation Controls (Forum) by yogweedo on 03-16-2007, 12:00 AM
    Filed under: GridView, querystring
Page 1 of 5 (47 items) 1 2 3 4 5 Next >