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
~7K People Reached
Favorite Tags
Member Avatar for yash777

Hello all, I am using Office.Interop.Excel.Application in which i have to save a file using saveas() but before saving it i have to disable the Excel's OverWrite prompt . I did tries Application.DisplayAlerts = false; But it's not working , How to do this??? Pl Help ?

Member Avatar for creiglee
0
4K
Member Avatar for yash777

Hello , I would like to count the no of hits to my website. How do i do it? whether I need to code it in Global.asax file in application on start ?????? Reply

Member Avatar for mirzamujib
0
167
Member Avatar for yash777

hello all, i m trying to edit the values in database through textbox in ASP. first i retrived the values from database and set those values to the value property of textboxes on the form so that user can see the old values. now, i want him to enter new …

Member Avatar for forfyp
0
101
Member Avatar for yash777

Hello all, Do anyone have any idea of what this Exception in occuring when i try to remove the elements in XML using XmlNodeList. It occurs in following section : [ICODE]XmlNodeList nodeLst = xmlDoc.GetElementsByTagName("FileName"); foreach (XmlNode node [B]in[/B] nodeLst) { //code }[/ICODE] pl help ???

Member Avatar for pritaeas
0
72
Member Avatar for yash777

Hello all, Do anyone have any idea of what this Exception in occuring when i try to remove the elements in XML using XmlNodeList. It occurs in following section : [ICODE]XmlNodeList nodeLst = xmlDoc.GetElementsByTagName("FileName"); foreach (XmlNode node [B]in[/B] nodeLst) { //code }[/ICODE] Pl help ???

Member Avatar for yash777
0
309
Member Avatar for yash777

hello all, I created a custom Ribbon for word 2007 using VS 2008. I have 4 editboxes on that ribbon in which user is going to enter some data. I would like to attach this data to the same word file and save it, so that when i open this …

0
75
Member Avatar for yash777

Hello all, I am using Word AddIn , i have a button on my Ribbon and i would like to save the current file on click of the button. How to do it ?????????

Member Avatar for sknake
0
152
Member Avatar for yash777

hello all, I would like to create a menu named "Category" for word, which has other sub menu's. The user can install this addIn in his word and use it. I know that Visual studio provides AddIn support for word 2003, 2007. But don't know how to code this. How …

Member Avatar for mypicturefaded
0
149
Member Avatar for yash777

hello, I want client to enter Numbers only in mob no. TextBox and only Letters in Name TextBox so can anybody tell me how to do it ???

Member Avatar for ctyokley
0
193
Member Avatar for yash777

hello all, I want to add user data in xmlDocument which has following format: [ICODE]<proposalRequests> <proposal> <name>abc</name> <contactNo> 998989898 </contactNo> <city> ppppp </city> <date> 16/07/2009 </date> </proposal> <proposal> ..... ..... </proposal> </proposalRequests>[/ICODE] i want to append a new [B]<proposal>[/B] code for each new user to the XML file. How do …

Member Avatar for yash777
0
307
Member Avatar for yash777

hello, I have 3 textboxes and user should fill atleast 1 of those. so i have to check that. How to do it using Required field validator/javascript function. [B]Note: I am not using form , the text boxes are in content holder of the page. If i use javascript how …

Member Avatar for Ramesh S
0
1K
Member Avatar for yash777
Member Avatar for Ramesh S
0
79
Member Avatar for yash777

hello all, i m trying to loop an 2d array with in a 2d array. it is working fine but it is not displaying as i wanted. following is my code [code=asp]Dim iRowLoop, iColLoop, upto For iRowLoop = 0 to UBound(mytable,2) 'Earnings row%> <tr><td width="20%">&nbsp;</td> <% For iColLoop = 0 …

0
67