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
~12.2K People Reached
Favorite Tags

46 Posted Topics

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
129
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
105
Member Avatar for erfanjan

in the key down event of text box write this code if e.KeyCode=Keys.Enter then send.keys("tab") end if

Member Avatar for Geekitygeek
0
140
Member Avatar for spherecons
Member Avatar for kellyburby1

Who said asp.net is best choice for programmers. I dont agree with this statement, infact every language has it's own functionality and flavour. And a programmer loves to work with any language of his own choice. I think asp.net is easy to use that's why some people says that it …

Member Avatar for nidhi_rajani
0
110
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
233
Member Avatar for musman007

You need to verify your javascript code if it is working correctly? I think you are not setting the return type for JS function DoEdits().

Member Avatar for agrothe
0
138
Member Avatar for asp_see

asp_see you will need to detect the client device and then redirect to your sub domain and most importantly you need to rewrite all code for the display logic but still you can use your existing code for programming. You will be required to use Mobile controls for you application …

Member Avatar for FaridMasood
0
144
Member Avatar for chris5126

add not post back condition in page load like this [code]if(!IsPostBack) { Response.AppendHeader("Refresh", "10"); }[/code]

Member Avatar for FaridMasood
0
110
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
85
Member Avatar for julseypart

Humm This seems to be very intresting problem but very easy still good to be a final year project. Regarding the technologies .NEt is the best for these kind of projects this supports the file upload and file download. Most importantly easy to learn and lot of help is available …

Member Avatar for peter_budo
0
134
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
91
Member Avatar for mrjoli021

[CODE] string test="GoodLuck"; test=test.Substring(0,test.Length-4); [/CODE] This will remove the last four characters from the string

Member Avatar for FaridMasood
0
109
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
122
Member Avatar for mayzebra

Here is the command prompt commands to generate hte script of database tables and the data in these tables. But to use these commands you have to download and install "DatabasePublishingWizard" this will create the "sqlpubwiz.exe" at your installation directory. This tool is not installed if you are using the …

Member Avatar for AmirBedair
0
177
Member Avatar for asma_ab

Hi Dear, Here i have a suggestion for u, I am not sure if it will be useful in your case but still i am sharing. I was also wufering to open an xml file with proper formating then after googling i found that we can use the web browser …

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

Why you not go for some project in Networking. It is very hot topic now a days specially the Wireless Networking. For example you can do some work with wifi , or wimax. Dont you agree.

Member Avatar for swaira umar
0
126
Member Avatar for FaridMasood
Member Avatar for FaridMasood
0
103
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
145
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
90
Member Avatar for FaridMasood
Member Avatar for Ramy Mahrous
0
89
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
68
Member Avatar for pranav_jog

enable the autopost back of the dropdown list and then in selected index changed event get the selected value. when you click the dropdown it will show the items and after you click any item the selected index property is changed and you can select the value of selected item. …

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
93
Member Avatar for FaridMasood
Member Avatar for arun_kumar112
Member Avatar for harisyahoo

Do you tried this ., System.Convert.ToInt32(nsk_PromoCriteriaDataGridView.SelectedRows.Cells[0].Value);

Member Avatar for FaridMasood
0
234
Member Avatar for Dan301978

hi sierrainfo, You seems to be very helpful to the beginners i need your help. I want to start certified my self with microsoft certification. I have some experience with .Net programming and have all the basic knowledge. Can you tell me that which exams i need to take. Thanks …

Member Avatar for sierrainfo
0
170
Member Avatar for ALI123
Member Avatar for pranav_jog

try this ProcessStartInfo startInfo = new ProcessStartInfo(); startInfo.FileName = "NOTEPAD.EXE"; startInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Maximized ; startInfo.CreateNoWindow = false ; startInfo.Verb = "open"; Process.Start(startInfo);

Member Avatar for FaridMasood
0
72
Member Avatar for FaridMasood

i am currently using this code to print the documents. when ever i creates a command to print it is printed through the default printer but i have multiple printers installed and want to print through the printer name which i specified. if any help is there it will be …

0
111
Member Avatar for sathis_83

I am doing also a chating application with database connectivity whenever a person connects to server it is checked that if he is authorised or not and then logged in accordingly. let me two or three days then e-mail on my e-mail <EMAIL snipped> i will send you the project.

Member Avatar for sathis_83
0
107
Member Avatar for hjast

I think it can be done because even in this case tcplistner and tcpclient classes can be used. If you got some other idea plz post it.

Member Avatar for hjast
0
114
Member Avatar for LazurusUdayKumr
Member Avatar for mindfrost82
Member Avatar for mindfrost82
0
319
Member Avatar for bhavna_816

you can show a "select" button and then in the "selectedindexchanged" of the gridview show the selected row in the controls i.e text boxes and labels such as textbox1.text = gridview1.selectedrow.cell(0).text remember that indexes of grid are zero based. Obviously you will have a save button on your page or …

Member Avatar for bhavna_816
0
143
Member Avatar for FaridMasood

Hi, I have a client/server chat application, with tcplistner and tcpclient. It is working fine when i send message from client to server but still i am not able to send the message from server to client. If any one can tell me that how to send data or message …

Member Avatar for FaridMasood
0
82
Member Avatar for rajarajan2017

I am not sure what sql server you are using. if you have not provided any password for sa during the installation then you have not set it to do so enable the user sa and set its password of your own choice.

Member Avatar for rajarajan2017
0
55
Member Avatar for Ramganesh

i dont understand why you are intrested to do so, yet [url]www.mysite.com/demo.aspx?id=1[/url] is quite safe method can you explain your problem in detail may be i can help you .

Member Avatar for SheSaidImaPregy
0
174
Member Avatar for FaridMasood

Hi, I want to develop a simple Client/Server Messaging windows application. I know that sockets are used to create these kind of applications. Any one can teach me how to connect clients to server and how to send messages from client to server and from server to client. I am …

Member Avatar for a496761
0
85
Member Avatar for fayenot

i THINK THAT WHEN YOU CLICK THE GRID ADD BUTTON TO CREATE A NEW CLIENT YOU MUST FIND THE USERID CONTROL FROM GRID AND THEN SET ITS VALUE AS YOU DESIRED

Member Avatar for FaridMasood
0
58
Member Avatar for FaridMasood

I am a programmer with not more than 2 months experience and facing a very difficult chellange. I want to read an online page in my aspx page to get the data on that page. is it possible to read a page not developed by me. Any one can help …

Member Avatar for FaridMasood
0
111
Member Avatar for FaridMasood

I want to read all data on a aspx page. Simply i want to build a page with a textbox and a button. When i click the button it will fetch data from the website whose address i have given, and then show it in a label control. If someone …

0
59
Member Avatar for FaridMasood

I want to read the body tag of an online aspx page in my aspx page to get the data displayed on that page. How to do that.

0
43
Member Avatar for luisofo

I am also facing the same problem . i have fetched data from data in a data grid but i dont know how to fetch data from database in a combo in multi columns. please inform me also whenever you got the solution.

Member Avatar for Jx_Man
0
654

The End.