Salamander2007

1,130
reputation
99 views

Registered User

name Salamander2007
member for 1 year
seen yesterday
website
location
age
1d
comment inter-process communication on local machine using socket in perl and c#
I'm rooting for the Named Pipes
Dec
14
comment Monitoring /Watching database (activity) programtically
Or, if it was Oracle, use Database Change Notification : download.oracle.com/docs/cd/…
Dec
9
answered What ORM would you recommend?
Dec
9
answered How bad are usernames and passwords stored in hidden form fields?
Nov
24
revised Connecting to MYSQL from a c# application
added 39 characters in body
Nov
24
answered Connecting to MYSQL from a c# application
Nov
18
awarded  Popular Question
Nov
17
answered Detect if any key is pressed in C# (not A, B, but any)
Nov
13
awarded  Notable Question
Nov
6
awarded  Popular Question
Oct
29
answered Should I start learning classic VB/ASP or .NET?
Oct
23
awarded  Popular Question
Oct
5
comment Give a background a alpha in IE
I think this question belongs to doctype.com
Sep
17
awarded  Yearling
Sep
12
accepted Returning values inside a JS function
Sep
10
answered OracleClient to devart dotConnect for Oracle
Sep
10
awarded  Popular Question
Sep
10
comment c# and scientific calculation
I think you should mark Aziz answer as Accepted Answer.
Sep
4
accepted Have you been committed to a project that should FAIL?
Aug
25
awarded  Notable Question
Aug
25
comment How Do I Shut Off Visual Studio 2008 Script Debugging
This registry tricks works well for me VSTS 2008 SP1, IE8, Win7 32Bit
Aug
6
answered Positioning Labels And Inputs With CSS
Jul
31
comment Session State not Retained over calls to a Page Method
Locate your AJAX HTTP Post request, and examine the header. The cookie is in the header. You have to activate Net panel to be able to inspect traffic.
Jul
31
answered Session State not Retained over calls to a Page Method
Jul
29
comment Multithreading in asp.net
You've seem to be advocating this technique in multiple question on StackOverflow, and I think that it's the way to go for long running process like for example, billing process. Is there any sample code that you can share? or a keyword to binged?
Jul
27
comment Control another application using C#
mouseAction of what? I think it's better if you create another question and I'll see what I can do to help.
Jul
22
comment Script entire database SQL-Server
Isn't this suppose to go to serverfault.com ?
Jul
16
comment Which files does not reduce its size after compression
Not really. Not all PDF file automatically stores their content in compressed format. But you're right, PDF supports compression. Unless your PDF contains only images, there's a high probability that you could squeeze some extra space using ZIP or RAR
Jul
16
comment Control another application using C#
White seems like a good route. I'll look into that.
Jul
16
asked Control another application using C#
Jul
15
answered Returning values inside a JS function
Jun
25
comment How to create a DataTable in c# and how to add rows?
Don't forget to call dt.AcceptChanges() in case you use DataView with filter other than CurrentRows.
Jun
25
comment How to create a DataTable in c# and how to add rows?
DataTable class doesn't have AddRow method. You have to do dt.Rows.Add(_ravi); instead
Jun
22
answered JQuery selector