Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
71% Quality Score
Upvotes Received
26
Posts with Upvotes
22
Upvoting Members
16
Downvotes Received
10
Posts with Downvotes
7
Downvoting Members
10
11 Commented Posts
~51.6K People Reached
About Me

I cannot be put into a nutshell.

Interests
Anything that can be feeded to my brain
PC Specs
A PC with 500 GB HDD and 4 GB RAMAnd with two 1 TB External HDD.
Favorite Tags

102 Posted Topics

Member Avatar for pwolf

>You should pick something that you're interesting in and excel at that before you go and tackle the worlds problem with regards to computing. what **@phorce** said, is 100% right according to me. Once you excel in one field, you will automatically know which one you want to excel next... …

Member Avatar for bendunk71
0
327
Member Avatar for ss125

Friends I have completed my engineering in India and now working as a software developer. I am now planning to undergo my higher studies abroad. But I am really got confused on the universities there and every one I asked told different universities as the best one. I want a …

Member Avatar for rajanraveendran
0
401
Member Avatar for KevinVernon
Member Avatar for vani krishnan

For all here there is one point i need to say... For all the software we know, There is a crack... So, For personal use and learning purpose go for crack... For professional use, say Yes to License for better support..

Member Avatar for David_42
0
228
Member Avatar for anupam_smart
Member Avatar for ss125

I am trying to get the width and height of the uploaded html file. This is what i have done so far. WebBrowser wb = new WebBrowser(); int ht,wd; wb.Navigate("D:\\page1.HTM"); ht = wb.Height; wd = wb.Width; But the above code always return me the wrong size of the page. Can …

Member Avatar for ss125
0
270
Member Avatar for nitin1

First is the fastest among all...Because it uses one bitwise and one arithmatic operator.. Next comes the second. 2 bitwise and two arithmatic operator. The code with highest time complexity is third. Once my teacher taught " It looks like simple, but When ever a multiplication code is called the …

Member Avatar for rubberman
0
261
Member Avatar for gayzlein

**@Stuugie,** **FYI:** There are several areas where we nweed to import or export inside an application. Even I had went accros the problem. Recent times, some clients of our company also asks application with features like these. **@gayzlein,** It can be done my friend. I have done that using c#. …

Member Avatar for gayzlein
0
2K
Member Avatar for Luckymeil

I also tried that vibosoft... Its like hell and its purely a waste of money... I suggest you to try recuva itself... As @**Rik from RCE** said, the crash of recuva is like a miracle. It seems like recuva is trying to restore a viral file where as your antivirus …

Member Avatar for sophiaya
0
337
Member Avatar for nadimfaz

Google it...Lot of sample projects are already available... and then try it... If u have any problem then post your problem...

Member Avatar for nadimfaz
0
1K
Member Avatar for Affable zaki
Member Avatar for MasterHacker110

Once i too was in a same confusion about the java and C#. Because I am specialized in Java whereas I got the Job in c# platform. I planned to stay there at the company till training period. But now over a month is passed and I am loving it. …

Member Avatar for sepp2k
0
259
Member Avatar for ss125

Hello friends, I am using sql server 2005 as a backend. I want to filter the datagrid based on fromdate,todate,companyname,employee name. I have done the date filter's.... The problem is with the other two filters. The actual problem is.. The application has to filter based on company only if the …

Member Avatar for ss125
0
263
Member Avatar for weeraa

If my memory serves right, for the following code, string sqlCommand = "SELECT * FROM TABLE"; string connectionString = "blahblah"; DataSet = GetDataSet(sqlCommand,connectionString); GetDataSet() { //...? } you need to code something like the following public DataSet GetDataSet(string ConnectionString, string SQL) { SqlConnection conn = new SqlConnection(ConnectionString); SqlDataAdapter da = …

Member Avatar for weeraa
0
240
Member Avatar for mheja

very simple my friend. First add a dummy ID in the databse for eg, empid empname 1 admin then before insert find the max(empid) then add one to it. and include it in every query you process. This can be done in frontend. I am not the one who can …

Member Avatar for MEENAU
0
636
Member Avatar for zachattack05

Well said **@Stuugie**.. Just to add, you can also use a new table. The only rule to follow, while designing the structure of the table, is to assure that the problem which you are currently facing, will not occur on the future. If you are a well planner, you can …

Member Avatar for zachattack05
0
256
Member Avatar for msubashrk

For an update, You can use **image** datatype. Hope it will be precise for the operation... And also post the relevant codes as Ketsuekiame said. It will save a considerable amount of time.

Member Avatar for ss125
0
107
Member Avatar for ss125

Hello friends, I am having a HCL PC in my home with configuration of 120GB HDD, basic graphics memory, Core2Duo processor and with 1 gb of RAM. Now I am planning to do some upgrades to it. First of all, I am planning on DVD writer(already out). Then to the …

Member Avatar for mayaestat
0
331
Member Avatar for gahhon

I have a suggestion here... Instead of doing like this, why cant to add a javascript that allows only numbers to be added in the control? Because it saves the validation time and provides more simplicity...

Member Avatar for gahhon
0
240
Member Avatar for ss125

Hello friends, I had done some questions regarding function call. I had done an console application that can run a particular set of code every minute. For that i used System.Threading.Thread.Sleep(60000); That worked well too. But now i stuck in another problem. Now I dont wanna use the above code.Because …

Member Avatar for ss125
0
276
Member Avatar for Gazzmonkey

In Tamil there is statement,"Manusana ivan!!!" I hope that suits you well **@JorgeM**... It means, You are a beast in knowledge...

Member Avatar for Gazzmonkey
0
572
Member Avatar for jennafher

Instead of writing it in initialize event, write the code in the combo change event... and to get the value from the particular cell in an excel sheet, you have to something which refers to the particular cell like Dim oApp As New Excel.Application Dim oWBa As Excel.Workbook = oApp.Workbooks.Open("c:\Test.XLS") …

Member Avatar for kRod
0
170
Member Avatar for ss125

My friends I was working on the concept like a user can upload his image as a user avatar, and that should be shown in all his pages. I have two pages namely get.aspx and show.aspx get.aspx contains image file uploading and saving the records in database. show.aspx is to …

Member Avatar for ss125
0
260
Member Avatar for themaj

I suggest you to see this link... [See here](http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlbulkcopy.aspx) Hope this helps you... Have a happy coding...:-D

Member Avatar for ss125
0
290
Member Avatar for fuhanspujisaputra

My friend, you stated that you are selecting a record from grid. Which control are you using? Is it a checkbox?

Member Avatar for ss125
0
171
Member Avatar for kal_crazy
Member Avatar for shashidhargm

What antivirus are you using? or first did you installed antivirus program in your system?

Member Avatar for shashidhargm
0
113
Member Avatar for Hazuan Nazri

are you using a button or a checkbox to select the autocomplete option in your form?

Member Avatar for Hazuan Nazri
0
142
Member Avatar for gahhon

Based on your question, I think you are a noob to asp.net. Anyway,I wanna ask a questions. 1) According to your code, you are using text command(query). Then why should it provide a error like that(such as procedure not found exception)? Soln: try to create it on your own. no …

Member Avatar for gahhon
0
983
Member Avatar for eshajoshi

>stringSQL4 = "SELECT * INTO " & Text5.text & " FROM " & Text5.text & " IN '" & Text3.text & "';" **** Explanation ============ The select * into table1 from table2 where 1=1 creates table1 and inserts the values of table2 in them. So, if the table is already …

Member Avatar for ss125
0
2K
Member Avatar for IcdFlying

Just to add with **@deceptikon**, when an if statement is written in a function, then all the paths(i.e., if statements) must return a value, other than the common return value of the function. Hope this helps you.. Have a happy coding...:-D

Member Avatar for ss125
0
200
Member Avatar for Skyline77

> This is my personnal opinion. If my post hurts anyone,I am sorry. But I have to put this point here To be frank, the engineering colleges have become an bussiness rather than being as a service to provide knowledge. Its creating machines that can write for long period without …

Member Avatar for somjit{}
-7
588
Member Avatar for happygeek

Nice Information... Since I am related to financial domain(eventhough our clients are not from the above mentioned location) we can atleast provide an alert regarding this information to ur clients..

Member Avatar for ss125
2
396
Member Avatar for killer88
Member Avatar for jemartalaban_1

For this type, you need to remove the close button on the form by changing its properties. then to close the form, you have to place the button on the form and code it as Private Sub button1_click() me.hide() End Sub By Implementing this, you will make the application similiar …

Member Avatar for Klahr_R
0
2K
Member Avatar for Nitesh_1

There are several reasons for this issue. Some may be 1) network card disabled. 2) network card malfunctioning 3) OS problems such as improper closing of internet using programs,etc., So, Kindly specify when this problem occured. like any new software installation/Uninstallation.

Member Avatar for Nitesh_1
0
250
Member Avatar for fuhanspujisaputra

It may be wrong but I think the problem is with your updater statement. >cmd = new OleDbCommand("UPDATE [Seranne] SET [Quantity] ='" + newVal + "' WHERE [Code] IN **(**'"); There is a unended round bracket in your query. Correct me if I am wrong **Ketsuekiame** and **ddanbe**...

Member Avatar for ss125
0
246
Member Avatar for ganges

After gathering data from the above conversation the following are to be checked: I can say that your motherboard driver may not be properly installed. It also may cause such problems. Try to reinstall the motherboard driver and audio driver. And kindly reply me whether the heat produced by your …

Member Avatar for Rik_
0
155
Member Avatar for ss125

I have recently configured my online outlook account with my gmail id. All my configuration were done. But after configuration outlook is downloading all my previous mails. I want to stop the unnecesary download of old mails. I want to configure it such that it should only download/sync today's mail …

Member Avatar for ss125
0
268
Member Avatar for enwan moses

Are you connecting with the ethernet adapter? If so, Here are some of the troubleshooting steps. try to ping the other PC... Check whether you are getting a proper reply from the other PC. If so, Check whether the ethernet cable is properly inserted. if the problem exists even after …

Member Avatar for jquizzzzz
0
135
Member Avatar for fuhanspujisaputra

The problem is with your code at the line 49 >decimal newVal = textBoxQuantityContainer[index].Value - Convert.ToDecimal(dReader["Quantity"].ToString()); In order to do a math function(minus) both the data must be numerical. But while retrieving data from database it will be in string format. so your code failed. Solution: you have to convert …

Member Avatar for ss125
0
493
Member Avatar for santu_1

As @C#Japp said, the problem is with the line cboColumnNames[i].SelectedIndexChanged += new EventHandler(ComboBoxSelectedIndexChanged); You are using a constant value to loop. >for(int i=0;i<20;i++) So, you have to write the code for 20 comboboxes. and to avoid the changes of other combos you have to get the name or id of …

Member Avatar for ss125
0
842
Member Avatar for wisyhambolu

There are several helps, why not? even samples are available. I suggest you to download the sample code from [here](http://code-vb6.blogspot.in/2012/02/add-edit-update-delete-search-and.html) Hope this helps you...:-D

Member Avatar for Klahr_R
0
273
Member Avatar for ss125

Friends I have a login form. After successsful login, I have to redirect the user to welcome.aspx. While doing this, the URL will be http://www.mangabooks.com/welcome.aspx but I need the URL to be encoded like http://www.mangabooks.com/sdDFREdsfefrvgrwghWr34r How can i do that? Any help will be appriciated... TIA.

Member Avatar for ss125
0
369
Member Avatar for Malymieczek

I think this may fix the issue open the [formname].designer.cs and check whether there is a code like below protected global::System.Web.UI.WebControls.Button clicksave; If not add the code... Hope this helps you.. Have a happie coding...:D

Member Avatar for ss125
0
289
Member Avatar for timmyjoshua

You can also use the following code... SqlCommand cmd = new SqlCommand("select * from sps_login", con); SqlDataAdapter da = new SqlDataAdapter(cmd); DataSet ds = new DataSet(); da.Fill(ds); con.Close(); GridView1.DataSource = ds; GridView1.DataBind(); Response.Clear(); Response.Buffer = true; Response.AddHeader("content-disposition", "attachment;filename=GridViewExport.doc"); Response.Charset = ""; Response.ContentType = "application/vnd.ms-word "; StringWriter sw = new StringWriter(); …

Member Avatar for saguni
-2
364
Member Avatar for HIP13044B

The following are the possibilities. 1) Browser compactibility problem (includes version of browsers also). 2)Your development machine's pixel size may vary to client's system. For eg., U r using a 1388*720 and the client may be using a lesser one and vice-versa. 3)For your information, Kindly develop your page with …

Member Avatar for Everyauction
0
452
Member Avatar for fuhanspujisaputra

As @ChrisHunter said, there is a language latency I hope. As per my analysis of your code, the problem is with the following statement of your code. if (this.InvokeRequired) { Action act = () => { this.Hide(); }; Instead of that Hide() function use the Close() function. Because Hide() makes …

Member Avatar for ss125
0
218
Member Avatar for nikki05

@Reverend Jim, Your answer is nice... But, I have a doubt... >Press Key F4 to highlight that control so that the user will know which control was clicked before. nikki05 asked about how to highlight the previously focused field. But as per your code, >Private Sub TextBox1_Enter(sender As System.Object, e …

Member Avatar for Reverend Jim
0
3K
Member Avatar for sara455

The End.