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
S

Satish Mahapatra

@Satish Mahapatra
About
Posts
29
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • procedure returning no data even though data is present in database
    S Satish Mahapatra

    I feel executenonquery will return -1 only if it is a procedure if it is a inline query then it will return the affected rows. Just check in DB and let me know whether it is updating in tables or not.

    ASP.NET csharp database asp-net

  • clearing a asp:listbox takes too much of time
    S Satish Mahapatra

    Hw abt setting the datasource=null provided u are using the datasource property for binding the listbox.

    ASP.NET

  • Data spread over multiple columns instead of one in gridview
    S Satish Mahapatra

    I think You should use Datalist for this case where you can set the RepeatColumns property and display the data.

    ASP.NET database help tutorial question

  • Gridview total number of rows
    S Satish Mahapatra

    Can you try with the paging to false and then check the recordcount after that u can make the paging as true.

    ASP.NET

  • how to display data in grid without sending the data in the database
    S Satish Mahapatra

    I tried your case,deleting the rows by clicking the delete button in each row.then i saved the PK of each row and finally during saving delete those rows by using the IDs. I just put a column for ID which has the commandargument set to id,on delete event i was getting the IDs by this int rowIndex = e.RowIndex; LinkButton lnk = (LinkButton)GridView1.Rows[rowIndex].FindControl("lnkID"); Is it the case that u are searching or anything else.

    ASP.NET css database debugging tutorial question

  • how to display data in grid without sending the data in the database
    S Satish Mahapatra

    Why dont u store the IDs of the deleted records and during saving the grid to DB delete the records from DB using thoseIDs.

    ASP.NET css database debugging tutorial question

  • Help with Crystal Reports [modified]
    S Satish Mahapatra

    Try with button click event instead of pageload to bind the dataset to report and see

    ASP.NET database csharp asp-net design sysadmin

  • GridView and SelectedIndexChanged
    S Satish Mahapatra

    for what purpose ur using the selectionchange event.may be it cant get the template inside the gridview.try it in rowcommand event i think it will work

    ASP.NET help

  • populate GridView with stored procedure
    S Satish Mahapatra

    i told u to put that executenonquery statement before putting into adaptare.now u just debug the code and see in the binddata method what it returns in the dataset and tell me.

    ASP.NET database help tutorial

  • populate GridView with stored procedure
    S Satish Mahapatra

    can u send me whole code and where exactly ur getting the error with error description.

    ASP.NET database help tutorial

  • to display checkboxes on the right side using template field
    S Satish Mahapatra

    make the autogeneratecolumns="false" and add whatever columns u need in the columns section as boundfield or temp field watever u like.

    ASP.NET

  • populate GridView with stored procedure
    S Satish Mahapatra

    execute the executenonquery before putting into adapter.

    ASP.NET database help tutorial

  • to display checkboxes on the right side using template field
    S Satish Mahapatra

    can i see the code

    ASP.NET

  • to display checkboxes on the right side using template field
    S Satish Mahapatra

    <Columns> <asp:BoundField DataField="Country_ID" HeaderText="Country_ID" InsertVisible="False" ReadOnly="True" SortExpression="Country_ID" /> <asp:BoundField DataField="Country_Name" HeaderText="Country_Name" SortExpression="Country_Name" /> <asp:BoundField DataField="Continent_ID" HeaderText="Continent_ID" SortExpression="Continent_ID" /> <asp:BoundField DataField="Continent_Name" HeaderText="Continent_Name" SortExpression="Continent_Name" /> asp:TemplateField <ItemTemplate> <asp:CheckBox ID ="df" runat ="server" /> </ItemTemplate> </asp:TemplateField> </Columns> just replace < and > with< and > resp and try.

    ASP.NET

  • to display checkboxes on the right side using template field
    S Satish Mahapatra

    what man u have to just move the checkbox column to the last order in aspx code. say: Like that order only u have to keep.

    ASP.NET

  • deleting rows in gridview..
    S Satish Mahapatra

    Then i think put the data in an xml format or any dataset.whichever rows you select for delete, delete them from the dataset.Then bind it to Grid.

    ASP.NET database announcement

  • to display checkboxes on the right side using template field
    S Satish Mahapatra

    Go to .aspx page.In the gridview inside columns the column names alongwith it's properties are there.You just move that checkbox row to the last order.

    ASP.NET

  • deleting rows in gridview..
    S Satish Mahapatra

    Have you written the deletecommand in the property like deletecommand="delete from table where rowid=2 ";

    ASP.NET database announcement

  • how to filter distinct row from DataView
    S Satish Mahapatra

    write like select distinct(auto)

    ASP.NET csharp help tutorial question

  • Configure IIS7 in Vista to Run .aspx files
    S Satish Mahapatra

    Just go thru the below link http://geekswithblogs.net/ranganh/archive/2005/05/13/39582.aspx

    ASP.NET database visual-studio sysadmin windows-admin help
  • Login

  • Don't have an account? Register

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