Browse by Tags

Related Posts

  • Databind a single textbox

    Hi, this must seem really simple, but... I've mainly used the data controls such as Gridview and the like to retrieve data from a database which make it really simple to retrieve data. How do I databind a single text box? I would like it to display some text from my database when the page loads,...
    Posted to Data Access and ObjectDataSource Control (Forum) by magicjoef on 06-12-2008, 12:00 AM
    Filed under: TextBox, database, databind
  • Overwriting a databound textbox and updating it in the database.

    Hello I'd love to know how i can update a textbox that is already filled with data from a database, by overwriting it. For example a used wants to update his home address My problem is that when i click the update button, the database gets updated with the original textbox value, not the new, overwritten...
    Posted to Web Forms (Forum) by Suna88 on 05-03-2008, 12:00 AM
    Filed under: TextBox, overwrite, Database
  • Displaying Formatted Database Entries

    Hello, I'm not really sure how to explain this problem, but here goes. I have a web page with a textbox (and other form stuff) which I'm using to enter text into my database. When I write text into the textbox and press return to go onto a new line (like when you write posts on this forum) the...
    Posted to Getting Started (Forum) by Scrum on 12-18-2007, 12:00 AM
    Filed under: TextBox, VB .NET, database, asp.net
  • Populating Text Boxes in ASP.net AJAX

    I have successfully created a form on a page with multiple parts, textboxes, list boxes, labels and buttons. I can populate them all on load without any problems. I then want to have the user to enter some data in the top text box and onBlur the page takes the data that they entered, queries a database...
    Posted to Client Side Web Development (Forum) by IKGOMER707 on 12-11-2007, 12:00 AM
    Filed under: populating, textBox, client callback, data, database
  • [Inserting data from form]How to change value of TextBox before inserting it into database by FormParameter?

    How to change value of TextBox before inserting it into database by FormParameter? Here is test script. I would like to create script which add "ok" to value of TextBox with ID="name_pl" and then insert it to database using FromParameter. For example, when I write "let"...
    Posted to Access Databases and AccessDataSource Control (Forum) by szmitek on 07-03-2007, 12:00 AM
    Filed under: Odbc, stored procedure, textbox, values, AccessDataSource INSERT problem, c#, data access, database, date, formparameter, mdb, Access Database, form
  • There's always an easier way.

    Hello All, Right now I am getting ready to write an onSubmit handler. In the event handler, I would like to write a function that: - validate some information in a text box Should be 'RO' + 6 numbers(ex. RO152465) - builds a SQL query based on checkboxes selected and then the values that are in the drop...
    Posted to Web Forms (Forum) by dohertyk on 04-24-2007, 12:00 AM
    Filed under: radio button, SQLDataSource, TextBox, Valdiation Controls, Validators, vb.net, View, visual studio, <%@ Page Language="VB" %>, "Asynchronous Operation", .net, 2.0, asp, ASP.NET, ASP.NET 2.0 Ajax Control Toolkit Ajax Tab Control, ASP.NET 2.0 VB.NET, ASP.NET 2.0 webform, aspx, Beginner, codebehind, CustomValidator, Database, DataGrid, DropDownList, dropDownList radiobuttonlist, event, event handlin, event validation, events, Webforms, IIS, validation, form, SQL SERVER, submit, validate, validation Controls, ASP.NET 2.0, ASP.NET 2.0 IIS, Button Event OnClick
  • setting label to visible with button click

    Hi, I'm having some problems with using a label to display a message "No Records Found" when the user clicks a Search button. What I want it to do is to check if there are any results from a database that get displayed on a GridView. I have the following method so far: ------------------------------...
    Posted to Data Presentation Controls (Forum) by tomosap on 02-27-2007, 12:00 AM
    Filed under: paging, postback, records, rows, table adapter, textbox, VB, Visible, access database, ADO.NET, asp.net 2.0, asp.net 2.0 GridView databound ItemTemplate, Client, codebehind, data, data access layer, database, databind, databinding, DropDownList, If Statement, GridView, label
  • 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: Null, parameter, problem, querystring, records, rows, search, sql, sqldatasource, string, table adapter, textbox, Updateparameters, VB, access database, ADO.NET, ASP.net 2.0 GridView InsertParameters ControlParameter PropertyName, data, data access layer, database, databinding, datasource, If Statement, method, SELECT, FORM, GridView, label, GridView asp.net
  • setting empty text box input on form to null parameter for sql

    Hi, I'm pretty new to ASP.NET and VB, but I'm working on a project which is essentially a staff directory. Using VS 2005, I've setup a basic grid view which connects to an object which connects via a data layer to a SQL database with Name, Surname, Email, Extension No and Department fields. I have it...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by tomosap on 02-19-2007, 12:00 AM
    Filed under: mysql, Null, rows, specific record, sql, sqldatasource, string, table adapter, textbox, VB, data access layer, database, datatagrid navigarion paging style, dataview, If Statement, SELECT, FORM
  • Posting tab-delimited text in web form and then use words

    Hello, Does anyone know how to post a tab-delimited text in a form and then treat every word so I can use them for SQL queries ?? IE. User inputs this text: KOA CRCW060310K0FKEA KOA RK73H1JTTD1002F KOA ERJ3EKF1002V KOA RK73H1ETTP1301F KOA CRCW04021K30FKED KOA CRCW06032701JRT1-E3 KOA CRCW06032K70FKEA...
    Posted to Web Forms (Forum) by wieland.kublun on 12-05-2006, 12:00 AM
    Filed under: TextBox, Web Forms, Database, ASP.NET 2.0
Page 1 of 2 (11 items) 1 2 Next >