Where can I find WMI Programming????:) Jijo kuruvila software developer trivandrum
john kuruvila
Posts
-
WMI -
How can i avaoid negative values in SQL?:)thanx....:) Jijo kuruvila software developer trivandrum
-
How can i avaoid negative values in SQL?hi, What is the SQL querry for not having negative values in the table? thanks,jijo Jijo kuruvila software developer trivandrum
-
User Control...hii, Can i use multiple datagrid in one user control?ie i am having 3 datagrid for three different orders(purchase,quatation....)when we click purcchase link that grid must poulate... and when we click the second one that particular link must populate..if yes how can we do so??? Thanx jijo:doh: Jijo kuruvila software developer trivandrum
-
UserControl....hii dnh, Thank You...:-D Jijo kuruvila software developer trivandrum
-
UserControl....hii, I am having one user control containing grid.where should i write the code for that grid...in that user control or in the web page..? Jijo kuruvila software developer trivandrum
-
How can i Export grid to word..I am having one grid..i want to export that grid to word..after doing only two fields r coming ie serial no: and total..product name, quantity and unitcost r not coming into the word...those three r from databasee...How can i bring those three to the word... the code looks like this... object fileName = "C:\\Inetpub\\wwwroot\\eBilling\\jijo.doc"; object readOnly = false; object isVisible = true; object missing = System.Reflection.Missing.Value; object oEndOfDoc = "\\StartOfDoc"; object oCurrentCell="\\Cell" ; Word.ApplicationClass oWordApp = new Word.ApplicationClass(); try { Word.Document oWordDoc = oWordApp.Documents.Open(ref fileName,ref missing,ref readOnly,ref missing, ref missing, ref missing,ref missing, ref missing, ref missing,ref missing, ref missing, ref isVisible, ref missing,ref missing,ref missing); oWordDoc.Activate(); oWordApp.Selection.TypeParagraph(); oWordDoc.Content.Delete(ref missing,ref missing); Word.Table oTable; Word.Range wrdRng =oWordDoc.Bookmarks.Item(ref oEndOfDoc).Range; oTable = oWordDoc.Tables.Add(wrdRng, DataGrid1.Items.Count, 5, ref missing, ref missing); oTable.Range.ParagraphFormat.SpaceAfter = 6; int i,j; for(i=0;i
-
Dynamically generate a MS Word document using ASP.NetThanx a lot....:) Jijo kuruvila software developer trivandrum
-
Dynamically generate a MS Word document using ASP.NetHow we can Dynamically generate a MS Word document using ASP.Net? Jijo kuruvila software developer trivandrum
-
Dynamically generate a MS Word document using ASP.NetHow we can Dynamically generate a MS Word document using ASP.Net????? Jijo kuruvila software developer trivandrum
-
Dynamically generate a MS Word document using ASP.NetHow we can Dynamically generate a MS Word document using ASP.Net??? Jijo kuruvila software developer trivandrum
-
How we can print the items in Datagrid to MicrosoftWord format?I have a datagrid which contain purchase Order details..How can i print it to Word format...when we click the print button...what code we must write in the print button event? Jijo kuruvila software developer trivandrum