Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
T

Thavika

@Thavika
About
Posts
9
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Search in application
    T Thavika

    use the keyword Like in your select query

    kavitha

    ASP.NET csharp asp-net database help

  • Gridview Paging problem
    T Thavika

    actually my datatable is in session but i m using FindControl which uses RowIndex to search the record but RowIndex is from 0 to 4 in first page.To retrieve 6th record it has to move to second page and get another 5 records . How to do that?

    kavitha

    ASP.NET help tutorial question

  • TextBox Multiline Mode is not working in Content Placeholder ******
    T Thavika

    use a regular expression validator to set the maxlength for a multiline taxtbox

    kavitha

    ASP.NET csharp asp-net help question

  • Gridview Paging problem
    T Thavika

    How to retrieve all records from gridview and assign it to datatable when paging is done?

    kavitha

    ASP.NET help tutorial question

  • Paging problem in GridView [modified]
    T Thavika

    I m very clear i know that only 5 rows are ther in the grid .but i need all the records from the grid

    kavitha

    ASP.NET help database

  • Paging problem in GridView [modified]
    T Thavika

    That i know But i have to move to next page grid and retrieve the records and assign it to the data table.How should i? my UpdateCustomerDetails method is as below private void UpdateCustomersDetails() { Customers oCustomers = Customers.GetCurrentSingleton(); int iRowCount = oCustomers.CustomersList.Rows.Count; for (int iRowIndex = 0; iRowIndex < iRowCount; iRowIndex++) { TextBox oTextBoxCustomerName = (TextBox)GridViewCustomers.Rows[iRowIndex].FindControl("TextBoxCustomerName"); oCustomers.CustomersList.Rows[iRowIndex]["cCustomerName"] = oTextBoxCustomerName.Text; TextBox oTextBoxEmailID = (TextBox)GridViewCustomers.Rows[iRowIndex].FindControl("TextBoxEmailID"); oCustomers.CustomersList.Rows[iRowIndex]["cEmailID"] = oTextBoxEmailID.Text; RadioButton oRadioButtonActive = (RadioButton)GridViewCustomers.Rows[iRowIndex].FindControl("RadioButtonActive"); RadioButton oRadioButtonInActive = (RadioButton)GridViewCustomers.Rows[iRowIndex].FindControl("RadioButtonInActive"); if (oRadioButtonActive.Checked == true) { oCustomers.CustomersList.Rows[iRowIndex]["bIsActive"] = true; } else if (oRadioButtonInActive.Checked == true) { oCustomers.CustomersList.Rows[iRowIndex]["bIsActive"] = false; } oCustomers.CustomersList.AcceptChanges(); } -- modified at 7:40 Wednesday 31st October, 2007

    kavitha

    ASP.NET css help question

  • Paging problem in GridView [modified]
    T Thavika

    With the Index I m finding control so wen it reaches 5th record it searches for 6th then says out of range error because pagesize is 5 -- modified at 7:22 Wednesday 31st October, 2007

    kavitha

    ASP.NET help database

  • Paging problem in GridView
    T Thavika

    I have an Add button which adds each row to the grid then while i click save i takes a bulk record and sends to stored procedure.So i have to take the content of gridview whenever an Add button is clicked.When paging is done I am not able to do that.Otherwise my code is working.

    kavitha

    ASP.NET css database help

  • Asp.net
    T Thavika

    I have a gridview ,i have done paging for that grid.In a method i have to retrieve all the records from gridview to datatable.It shows the error IndexOutofRange because page size is 5.Actually 12 records are there.What to do?

    kavitha

    ASP.NET csharp css asp-net help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups