User Profile

Collapse

Profile Sidebar

Collapse
siri11
siri11
Last Activity: Oct 13 '08, 07:17 AM
Joined: Sep 4 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • siri11
    started a topic Editing and Deleting in a gridview in asp.net
    in .NET

    Editing and Deleting in a gridview in asp.net

    Hi everyone

    I’m using the GridView in asp.net and populating the grid dynamically using c#.net.To edit the rows I have set “AutogenerateEd itbutton” property to “True”.Now if I run the application and click the “Edit” Button then the complete row is generating the textboxes to edit the data in that particular row and also the “Update” and “Cancel” buttons are generated.When I change the data in any of the textboxes...
    See more | Go to post

  • siri11
    started a topic Edit and Delete for Gridview in Asp.net
    in .NET

    Edit and Delete for Gridview in Asp.net

    Hi everyone

    I’m using the GridView in asp.net and populating the grid dynamically using c#.net.To edit the rows I have set “AutogenerateEd itbutton” property to “True”.Now if I run the application and click the “Edit” Button then the complete row is generating the textboxes to edit the data in that particular row and also the “Update” and “Cancel” buttons are generated.When I change the data in any of the textboxes...
    See more | Go to post

  • siri11
    started a topic problem with gridview
    in .NET

    problem with gridview

    Hi everyone...

    I'm developing an application in asp.net with C#.net and Sqlserver as backend connecting to a local server.In one of the web forms the requirement is such that when I select an item from the Dropdown list, data must get populated into a gridview by running a query in which in "where" condition giving the item selected from the ddl.The problem is when I select an item from the ddl the grid view is displaying...
    See more | Go to post
    Last edited by Frinavale; Sep 25 '08, 02:00 PM. Reason: added [code] tags

  • siri11
    replied to error in Asp.net
    in .NET
    This is a local connection...
    See more | Go to post

    Leave a comment:


  • siri11
    started a topic error in Asp.net
    in .NET

    error in Asp.net

    Hi everyone..

    I'm developing an application in asp.net.In one of the web forms I have created the connection object and worte the connection string as follows...

    SqlConnection cn;
    cn = new SqlConnection(" User id=sa;pwd=sa;In itial catalog=xyz;Dat a source=serverna me;Persist Security Info=True");

    If i click one of the radio buttons the page is redirected to the page having the above code...
    See more | Go to post

  • Displaying superscript and subscript text in a label in .net(Windows Application)

    hi everyone..

    Please can anyone tell me how to display the formulae using superscript (Ex:- Kg/m2 here 2 is superscript text) and subscript (NO2 - here 2 is subscript text) in Label control in .net (windows application)

    Thanks in advance
    siri
    See more | Go to post

  • siri11
    started a topic problem with system starting

    problem with system starting

    Hi everyone!!!

    Whenever i start my system (OS - WindowsXP) it is showing the message "No bootable device -- insert boot disk and press any key" in command prompt. Can anyone plzz suggest me what is the solution.Even if i restart the system the same thing is happening..the system was formatted also recently few days back...plzz help

    Thanks in advance
    siri
    See more | Go to post

  • siri11
    started a topic website development
    in .NET

    website development

    hi everyone..

    Can anyone plzz suggest me how many days it will take (the time taken) to develop a auto insurance website(insuran ce for vehicles) in .net.And the cost for it.
    If any one have a rough idea plzz do suggest me...Even the approximate time is ok..

    thanks in advance
    siri
    See more | Go to post

  • siri11
    started a topic data type for a field in sql server

    data type for a field in sql server

    hi..
    My application is in c#.net (windows app) MS Visual studio 2005 ,version 2.0
    Backend - Sqlserver

    can anyone plzz suggest me as to how to assign a datatype in sql server for a column(field) which should accept decimal,double or float data as per the result which is obtained in front end.
    The problem is I have given the "Float" datatype to this field.And for ex: If the result is 12.56 then it is storing...
    See more | Go to post

  • siri11
    replied to datype in sql server
    in .NET
    hi,, My application front end is (.Net) MS Visual Studio 2005. Version 2.0 Plzz suggest how to format Thnks in advance siri
    See more | Go to post

    Leave a comment:


  • siri11
    started a topic front end details

    front end details

    hi,,
    My application front end is (.Net) MS Visual Studio 2005.
    Version 2.0

    Plzz suggest how to format

    Thnks in advance
    siri
    See more | Go to post

  • siri11
    started a topic datype in sql server
    in .NET

    datype in sql server

    Hi...
    can anyone plzz suggest me as to how to assign a datatype in sql server for a column(field) which should accept decimal,double or float data as per the result which is obtained in front end.The problem is I have given the "Float" datatype to this field.And for ex: If the result is 12.56 then it is storing the value as 12.560000419616 7 in the Database.

    And again when I display this value,it is showing this long...
    See more | Go to post

  • siri11
    started a topic Updation problem
    in .NET

    Updation problem

    Hi everyone!!!!!!! !!

    If i update a record in a table in sqlserver from front end (c#.net),using a stored procedure for updating then after updation if i open the table then it is showing the same record 2 times i.e before updation record and after updation record..Plzzzzz zzz help me how to solve this problem....its very urgent...Plzzzz zzzzzz


    Thanks in advance
    siri
    See more | Go to post

  • siri11
    started a topic refresh datagridview control
    in .NET

    refresh datagridview control

    Hi all..

    How to refresh a datagridview control in c#.net so that,the grid becomes empty with empty rows and columns.And if incase any background color is applied to any of the grid row or column should become white after refreshing.
    datagridview1.R efresh(); doesn't work.

    Thanks in advance
    siri
    See more | Go to post

  • siri11
    started a topic Datagridview control in .net
    in .NET

    Datagridview control in .net

    Hi..
    Can anyone plzzz suggest me how to bind data to Datagridview control from database (Sql server 2000) in c#.net(windows Application).I have one single record in my table,this single record must be displayed in the grid in single column.Plzz provide the code.One row from table must be displayed as one column in the gird.

    Thanks in advance,
    siri
    See more | Go to post

  • siri11
    started a topic Problem with DataGridView Control
    in .NET

    Problem with DataGridView Control

    populate a datatable or dataset...set the datasource of that gridview to the table or dataset.....
    Code: ( css )

    1.GridView1.Dat aSource = dt;
    2.GridView1.Dat aBind();
    or,
    Code: ( css )
    1.GridView1.Dat aSource = DataSet1.Tables (dt);
    2.GridView1.Dat aBind();*/


    Thank u so much...
    ...
    See more | Go to post

  • siri11
    replied to Datagridview control in .net
    in .NET
    Thank u so much...
    But....
    I already tried using this.but it doesn't work "DataGridVi ew" control for Windows App doesn't have the "DataBind" method.And I also think that GridView control cannot be used for Windows appln,it is for web applns....
    See more | Go to post

    Leave a comment:


  • siri11
    started a topic Problem in opening the drives

    Problem in opening the drives

    Hi..
    When i try to open any of the drives(C,D,E,F) in "My Computer",a window showing the choose program list is opening up.I cannot view the folders in the drives..
    Plzzz give a solution..
    Thanks in advance
    siri
    See more | Go to post

  • siri11
    started a topic Datagridview control in .net
    in .NET

    Datagridview control in .net

    Hi..
    Can anyone plzzz suggest me how to bind data to Datagridview control from database (Sql server 2000) in c#.net(windows Application).I have one single record in my table,this single record must be displayed in the grid in single column.Plzz provide the code..

    Thanks in advance
    siri
    See more | Go to post

  • siri11
    started a topic Datatype in SQlserver2000
    in .NET

    Datatype in SQlserver2000

    Hi
    I'm having values that are of "double" data type(In c#.net Windows Application).I want to store these values into the Database.Please tell me what Datatype can I use to define these values in my Database(Sql Server 2000)

    Thank you in advance
    siri
    See more | Go to post
No activity results to display
Show More
Working...