how to use findreplace in treeview
i want find replace form as external form just like notpad
User Profile
Collapse
-
how to use findreplace in treeview send quick replay
-
how to validate data while entering datagrid
i have test table having following field
id [primary key]
name
i am using following code to save new row in database directly enterd in datagrid
try
{
objDataset = (DataSet)dataGr id1.DataSource;
ObjSqlDataAdapt er.Update(objDa taset,"Informat ion");
MessageBox.Show ("Informatio n saved");
}
catch(Exception ex)
{
if(objDataset.H asErrors... -
hi
you use following code
Form[] charr= this.MdiChildre n;
//For each child form set the window state to Maximized
foreach (Form chform in charr)
chform.Dispose( ); -
hi
error is conversion char datatype to datatype datetime
&& current date in following forat 01/01/0001 00:00:00Leave a comment:
-
fast replay : regional setting
i am writing following code to insert value in table test which has two fields
id , current_ date but if i change
regional seting English(United Staes ) to french(France) then it hows error
it show error if regionl setting is English(United Staes ) value inserted sucessfully
any one tell how i set regional setting for my project
[code=cpp]
try
{
ss = DateTime.Now;... -
what is main diffrence beteween Hashtable & arraylist
what is main diffrence beteween Hashtable & arraylist
when use arrylist
&7
when use hash table -
-
hemantpatil replied to How to show warning message when an already opened file ismodified in external editorin .NEThi
by using following code help you to solve problem
[code=vb]
string stringFileName ;
DateTime openingtime;
private void trim_Load(objec t sender, System.EventArg s e)
{
if(openFileDial og1.ShowDialog( ) == DialogResult.OK )
{
openingtime =Convert.ToDate Time( DateTime.Now.To String());
stringFileName = openFileDialog1 .FileName ;
...Leave a comment:
No activity results to display
Show More
Leave a comment: