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...
User Profile
Collapse
-
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!!!!... -
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
-
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... -
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(); -
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 -
geeteshss started a topic One or more errors occurred during processing of commandORA-00971missing SET keywordin .NETOne 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;" ); -
geeteshss started a topic One or more errors occurred during processing of commandORA-00971missing SET keywordin .NETOne 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;" );
... -
geeteshss replied to 'System.Web.UI.WebControls.TableRow.Cells' denotes a 'property' where a 'method' wasin .NETthanks 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...Leave a comment:
-
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(); } -
geeteshss started a topic 'System.Web.UI.WebControls.TableRow.Cells' denotes a 'property' where a 'method' wasin .NET'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 -
Hi ,
What to do my post was deleted from the forum.
and what is the method please help..
Thanks
GeeteshLeave a comment:
-
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,
Leave a comment:
-
Hi
Thanks for the reply
I want it to happen when i click on my add buttonLeave a comment:
-
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'
No activity results to display
Show More
Leave a comment: