User Profile
Collapse
-
I think you are thinking that its a web application, but its a win application & i am using a datagridview. -
how to validate datagridview cells
Hi every one
I am using datagridview in a win application.I need to validate the different cells according to condition like
one cell for entering only numeric value.
Can some one help me? -
backup & restore of sqlsever database to any disk
I am using sqlserver 2005 in my win application.I need to take backup of my database to any disk.I have tried a lot bt an exception is raised.
"Could not locate entry in sysdatabases for database 'JmAccount.mdf' . No entry found with that name. Make sure that the name is entered correctly.
BACKUP DATABASE is terminating abnormally."
My connection string is like
........
con = new SqlConnection(@ "Data... -
Parameswar Nayak started a topic two same fields table,I need all data in one dataset in single tablein C Sharptwo same fields table,I need all data in one dataset in single table
I have two same tables having same fields but table names are dirrerent.In a report I need all data from the two tables using a dataset in asingle table.So i can pass it to crystal report -
how to get child node of node of treeview
I have a treeview having 3 levels.I need to get all level node tags separately which are checked.
i.e
parentnodetag={ 1,2...}
childTag={7,9,8 ...}
childOfChildTag ={9,10...}
Can any one help me Thanks in advance. -
Parameswar Nayak started a topic passing variable from one form to another,in form2,form1 variable are initializedin C Sharppassing variable from one form to another,in form2,form1 variable are initialized
Code:Form1-- public string val="Raj"; form2 obj=new form2() obj.show(); Form2-- method() { form1obj=new form1() textbox1.text=obj.val; }
No activity results to display
Show More
Leave a comment: