No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
i have an existing database and i want to attach that database one time to sql server and when thee database is attached then it open that database
any buddy can tll me how to insert data in database using Xml file.
[CODE]using Infragistics.Shared; using Infragistics.Win; using Infragistics.Win.UltraWinGrid; using System.Diagnostics; private void ultraGrid1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e) { // InitializeLayout gets fired for the UltraGrid's layout as well as when printing. if ( e.Layout.IsPrintLayout ) { // This is a print layout. When printing, use White as the background color. e.Layout.Appearance.BackColor = Color.White; …
in your query the syntax is correct but it is not executed i think it is becaus of ; in the last inside" is missing hop this will work
The End.
divyam_shukla