Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~954 People Reached
Favorite Forums
Favorite Tags
xml x 2
c# x 2

4 Posted Topics

Member Avatar for divyam_shukla

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

Member Avatar for kvprajapati
0
116
Member Avatar for divyam_shukla
Member Avatar for shruthi.1312

[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; …

Member Avatar for divyam_shukla
0
78
Member Avatar for aadarsh_khare

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

Member Avatar for divyam_shukla
0
241

The End.