Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Member Avatar for FaridMasood
Member Avatar for FaridMasood

I am getting thid error while opening an excel file. Plz help me why this is happening. In fact when i run my application on my computer it works but it generates this error when applications is runned on other computer. Other computer also have the dotNet framework installed and …

Member Avatar for Soil_
0
126
Member Avatar for FaridMasood

I am using the following code to print a file, this working fine but i am not sure that why this is printing with default printer, i want to use the printer specified in this line P.StartInfo.Arguments = "Hp 3500"; Please any one help me. Here is my code... System.Diagnostics.Process …

Member Avatar for Nicola Losacco
0
104
Member Avatar for erfanjan

i write one program that have mant textbox for entry data into database but i want when user enter data in textbox and press 'Enter' ,change focus to another textbox. can anyone have idea for hep me? thanks.

Member Avatar for Geekitygeek
0
135
Member Avatar for spherecons

Has anyone there got any experience of using ASP (not ASP.NET - but I'll come to that) with VS2008. The debugger dies whenever you change anything or stop it - which seems inelegant. Microsoft's response is to sniffily tell me that they don't support ASP beyond VS2005 and certainly won't …

Member Avatar for jimib
0
142
Member Avatar for kellyburby1
Member Avatar for FaridMasood

Hi, I have a page which needs to collect data from user in steps. I have used the Multiview and then four views in that multiview as i have four steps to follow. In last step i mean in step four i have a text box and CalendarExtender to use …

Member Avatar for Ramesh S
0
231
Member Avatar for musman007

Hey Guys, I am trying to call codebehind onclick event from my markup from Firefox works find in IE. I hv created an image button and onClientClick I m calling a javascript function after checking some fields it should call onClick event in code behind but unfortunately its not, Please …

Member Avatar for agrothe
0
135
Member Avatar for asp_see

Hai all, I already created a portal with nearly 25 asp pages. How to convert this portal to a mobile viewable page? if I view that portal thro' blackberry, the total portal is scrambled. Any way to directly convert this portal. Any converter tool is available. Pls help Thanx in …

Member Avatar for FaridMasood
0
141
Member Avatar for chris5126

Hi, I have a site and I want the user to be able to select the refresh time. I set it on page load: [code] void Page_Load(Object sender, EventArgs e) { Response.AppendHeader("Refresh", "10"); } [/code] Then the user can change it via a drop down list. In the list changed …

Member Avatar for FaridMasood
0
108
Member Avatar for FaridMasood

If someone have any idea how to get the IPN post from paypal server after user payment. Currently i have been redirected to success page after user make payment but my IPN script is not getting response from paypal server it always return me the INVALID value. Thanks in advance …

0
83
Member Avatar for julseypart

Hi, i am trying to find a good final year project to do which is relevant to the modules im studying and course (bsc software development). I've thought of making an Online Backup Application / Manager which would facilitate the storing of files online with various other functions such as: …

Member Avatar for peter_budo
0
130
Member Avatar for FaridMasood

Hi, I am using the freetextbox control in my page. This is used to design the pages on run time. But problem is that when i write the text first time to save this is working fine and showing the right HTML code, but when i use this box to …

0
88
Member Avatar for mrjoli021

Is there a function that will remove the last 4 char of a string? trimend works but i have to specify which chars. what if i dont know what the chars will be. I still need to remove the last 4 chars. any ideas?

Member Avatar for FaridMasood
0
104
Member Avatar for FaridMasood

Here i am attatching the source code and the excel file. When i use this code it generates the error , "The external table is not in correct format'. Code: [code=asp.net] private string StrConn = ""; OleDbDataAdapter da; DataSet ds = new DataSet(); StrConn = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + filePath + …

0
120
Member Avatar for mayzebra

I'm trying to find information on how to import selected data from one SQL database to another using C# (or any language for that matter) or the cmd line. aka: I dont want to use the wizard. I could export to a CSV file, then import... but that seems needslessly …

Member Avatar for AmirBedair
0
169
Member Avatar for asma_ab

hi ... i have a query i have created an application in c# i have put this code in button [code] string strXmlPath = ""; XmlDocument doc = new XmlDocument(); strXmlPath = ("C:/App_Data/Document.xml"); DataSet ds = new DataSet(); XmlTextWriter writer = new XmlTextWriter(strXmlPath,System.Text.Encoding.UTF8); writer.WriteStartElement("folder"); writer.WriteElementString("FolderName", "App_Data"); writer.WriteElementString("FolderPath", "C:/App_Data/Document.xml"); writer.WriteEndElement(); writer.WriteStartElement("folder2"); …

Member Avatar for nnobakht
0
1K
Member Avatar for swaira umar

hi folks i m in my final year of software engineering i have 2 start my final year project but i donot have any exciting idea so plz help me out my interest fields are 1 Networking 2 Artificial Intelligence 3 Software Development

Member Avatar for swaira umar
0
125
Member Avatar for FaridMasood
Member Avatar for FaridMasood
0
102
Member Avatar for FaridMasood

I want to use the printPreviewDialog control to view the print preview of a document. I am using this code Dim oPD As New PrintDocument oPD.DocumentName = TextBox1.Text PrintPreviewDialog1.PrintPreviewControl.Document = oPD PrintPreviewDialog1.ShowDialog() TextBox1 contains the file name to be opened with print preview control. Problem is that it only show …

Member Avatar for FaridMasood
0
143
Member Avatar for FaridMasood

If i can use the sendkeys method to 1. Open txt file 2. Set Orientation settings 3. Save txt file What will be the keys combination?

0
89
Member Avatar for FaridMasood
Member Avatar for Ramy Mahrous
0
86
Member Avatar for FaridMasood

Hi, I am using the acrobat com control on my form and setting the loadfile property to load the pdf file it is working fine here is my code to load pdf file and hiding the toolbar of acrobat control oPDF.setShowToolbar(false); oPDF.LoadFile(fileAddress); This is working fine now i want to …

0
66
Member Avatar for pranav_jog

how to avoid form load again after loading the page in asp.net in my case when i am selecting any item from dropdownlist then form is loading again & again & after selecting item second time it's giving me the selected value, so how can i get selected value at …

Member Avatar for greeny_1984
0
2K
Member Avatar for FaridMasood

If someone have any idea that how to check that a file is added to the printer queue. Here is my case details [B]Process p = new Process(); p.StartInfo.FileName = fileAddress; p.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden; p.StartInfo.CreateNoWindow = true; p.StartInfo.Arguments = "open"; p.StartInfo.Verb = "print"; p.Start();[/B] I am using this code to …

0
92
Member Avatar for FaridMasood
Member Avatar for arun_kumar112

Hi All, I am new programmer, I have to create list of item which are selected from list box . It should be displayed like " a,b,c,d,e,f " How can I do ? it can be in a string or numeric . only selected Item is required to display displayed" …

Member Avatar for selvaganapathy
0
99
Member Avatar for harisyahoo

Haris Hussain - Posted on Monday, June 30, 2008 23:15:15 I am facing a following exception. While am deleting a row from gridview. I am using VS 2005. Exception: Index was out of range.Parameter must be non negative and less than the index collection. Parameter Name : INDEX private void …

Member Avatar for FaridMasood
0
231
Member Avatar for Dan301978

Hi guys, I hope you can help. I want to start work as a trainee developer and to do this I plan to train myself up in C# and .NET. In order to prove to employers that I have done this work, I plan to take the Microsoft exam 70-536: …

Member Avatar for sierrainfo
0
166
Member Avatar for ALI123

Hi all, I have develop the c# console application in which I am going to print command with print orientation like landsacpe/Portrait. But I noticed that the actual setting of the file over writr the console command. For example I have a *.xls file and set its printing property as …

Member Avatar for FaridMasood
0
81