votes
votes
votes
How to get SQL insert/update statements?
I am doing this way but can't get insert's [code] SELECT REPLACE (REPLACE ([text], CHAR(13), ' '), CHAR(10), ' ') AS QUERY FROM sys.dm_exec_cached_plans AS p CROSS APPLY sys.dm_exec_sql_text (p.plan_handle) WHERE p.objtype = 'Adhoc ...
votes
how to retrieve packets and get client's ip from it
can anybody help me how to retrieve client's ip from request packet received at server side?
votes
how to retrieve packets and get client's ip from it
can anybody help me how to retrieve client's ip from request packet received at server side?
votes
C# Winform: How to print the content of a ListView?
how do I print the contents of a ListView (with all the ColumnHeaders), but remove the Scrollbar? thanks.
votes
How do I see ALL of My Questions?
I would like to see ALL of My Questions in www.debugging.com. How do I enable it? I can only see those latest questions. I would like to view those earlier questions also. thanks.
votes
Word document parsing in db using asp.net
I just got a requirement from my boss to write a code in c# which can read the resumes of the canditates from a particular location and then parse it so that name goes to the name field in the db and address goes to address dield of the tab ...
votes
CKEditor
how can use ckeditor_3.1 as control pannel?How can insert,edit,delete option by it?pls help....
votes
how to make my appln to look in professional way.!??
what i'am asking is that.., i'want my appln to install to C:\Program Files\... and also i'want to add it to appwiz.cpl (control panel -> Programs and features).., also reply how to UnInstall the software from appwiz.cpl.., plz hel ...
