User Profile

Collapse

Profile Sidebar

Collapse
geeteshss
geeteshss
Last Activity: Sep 3 '07, 08:52 AM
Joined: Jun 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • how to update data in datagrid by an update button outside the datagrid

    Dear all,
    actually i spent a whole month on the R&D of datagrid edit ,update,cancel events but recently my guide told me to make it user friendly because no user would like to go on searching rows and columns in a datagrid if there are number of rows and columns.so in my web page i have got two labels two textboxes and three buttons namely add update and delete so when i click on the add button the data is added to datagrid and also displayed...
    See more | Go to post

  • geeteshss
    replied to find posts
    in .NET
    Hai jAi
    if u wanna search what u posted u gotta remember what words u put in
    cz its the way i search for my posts
    if i post one doubt today tomorrow it might be on page 4

    cz there r 1000's of posts daily
    u have to keep ur search on
    dont worry u will find it!!!!...
    See more | Go to post

    Leave a comment:


  • geeteshss
    started a topic the data entered cant be viewed in the datagrid
    in .NET

    the data entered cant be viewed in the datagrid

    unable to view data in datagrid
    --------------------------------------------------------------------------------

    the present problem is that i am unable to display data in datagrid....... but the data is visible in database..below is the code what should i do...earlier i could view it also below this code is the code which is in my html page plz help........


    Code:
    private void Page_Load(object sender, System.EventArgs
    ...
    See more | Go to post

  • how to retrieve data of a web page to another web page

    Dear All,
    If i have two master pages in which for eg i have got a label named code and a textbox for it to insert the data and it is stored in the database ...and i have got another page in which i have got a label named code same from the previous one but here i dont need to fill in the data it should get the data from the previous page like a dropdownlist.

    how should i do it ......
    i know that it is against the norms...
    See more | Go to post

  • geeteshss
    started a topic unable to view data in datagrid
    in .NET

    unable to view data in datagrid

    the present problem is that i am unable to display data in datagrid....... but the data is visible in database..below is the code what should i do...earlier i could view it also below this code is the code which is in my html page plz help........


    Code:
    private void Page_Load(object sender, System.EventArgs e)
            {
                if (!Page.IsPostBack)
                {
                    BindData();
    ...
    See more | Go to post

  • geeteshss
    started a topic not able to display data in datagrid
    in .NET

    not able to display data in datagrid

    First i would like to thank those persons who helped me out in solving my earlier problems
    the present problem is that i am unable to display data in datagrid....... but the data is visible in database..below is the code
    Code:
    private void Page_Load(object sender, System.EventArgs e)
    		{
    			if (!Page.IsPostBack)
    			{
    				BindData();
    			}
    
    
    			// Put user code to initialize the page here
    ...
    See more | Go to post

  • One or more errors occurred during processing of commandORA-00971missing SET keyword

    i am pasting the code in which i am finding the error
    this is happening when i click on the update button of the datagrid which is fired when i click the edit button


    Code:
    		public void BindData()
    		{
    			OleDbDataAdapter da = new OleDbDataAdapter("SELECT *FROM CMRS_BUSINESSAREA_MASTER","Provider=MSDAORA.1;User ID=meter_reading;Password=colony;Data Source=windev;OLEDB.NET=true;" );
    ...
    See more | Go to post

  • One or more errors occurred during processing of commandORA-00971missing SET keyword

    i am pasting the code in which i am finding the error
    this is happening when i click on the update button of the datagrid which is fired when i click the edit button


    public void BindData()
    {
    OleDbDataAdapte r da = new OleDbDataAdapte r("SELECT *FROM CMRS_BUSINESSAR EA_MASTER","Pro vider=MSDAORA.1 ;User ID=meter_readin g;Password=colo ny;Data Source=windev;O LEDB.NET=true;" );
    ...
    See more | Go to post

  • thanks to plater kenobewan and scheel

    editing in datagrid
    --------------------------------------------------------------------------------

    hello guys thanks for the previous reply
    now my problem is that i want to display the data in the datagrid from database also i want to edit the data in the datagrid but it is also not providing an update and cancel button if anybody could help me out i am posting my...
    See more | Go to post

    Leave a comment:


  • geeteshss
    started a topic editing in datagrid
    in .NET

    editing in datagrid

    hello guys thanks for the previous reply
    now my problem is that i want to display the data in the datagrid from database also i want to edit the data in the datagrid but it is also not providing an update and cancel button if anybody could help me out i am posting my code below

    Code:
    private void Page_Load(object sender, System.EventArgs e)
    		{
    			if (!Page.IsPostBack)
    			{
    				BindData();
    			}
    ...
    See more | Go to post
    Last edited by geeteshss; Jul 19 '07, 06:41 AM. Reason: due to certain errors

  • 'System.Web.UI.WebControls.TableRow.Cells' denotes a 'property' where a 'method' was

    HAI i am actually working in asp.net 1.1 C# with oracle as database
    and when i wanted to activate edit button to update and cancel the following error occured

    'System.Web.UI. WebControls.Tab leRow.Cells' denotes a 'property' where a 'method' was expected


    Code:
    public void Update_DataGrid1(object Source, DataGridCommandEventArgs E)
            {
                OleDbConnection con1;
                OleDbCommand
    ...
    See more | Go to post

  • geeteshss
    replied to problem to display data in database screen
    in .NET
    Hi ,
    What to do my post was deleted from the forum.
    and what is the method please help..

    Thanks
    Geetesh
    See more | Go to post

    Leave a comment:


  • geeteshss
    replied to problem to display data in database screen
    in .NET
    problem to display data in database screen

    hi all,

    i am using C#.NET(.NET 2003 version 1.1) with oracle as database (TOAD is the software for the database).

    I am a beginner so i was trying to display my data in the database screen ,the data which i enter through an aspx page .

    when i did the coding and made it debug it showed me the following error


    Code:
    'WebApplication1.busarea.addbtn_Click(object,
    ...
    See more | Go to post

    Leave a comment:


  • geeteshss
    replied to problem to display data in database screen
    in .NET
    Hi
    Thanks for the reply
    I want it to happen when i click on my add button
    See more | Go to post

    Leave a comment:


  • geeteshss
    started a topic problem to display data in database screen
    in .NET

    problem to display data in database screen

    hi all,
    i am using C#.NET(.NET 2003 version 1.1) with oracle as database (TOAD is the software for the database).

    I am a beginner so i was trying to display my data in the database screen ,the data which i enter through an aspx page .

    when i did the coding and made it debug it showed me the following error

    Code:
     'WebApplication1.busarea.addbtn_Click(object, System.EventArgs)' denotes a 'method'
    ...
    See more | Go to post
No activity results to display
Show More
Working...