Thanks for reply. Thats a nice tool..but its more of a network tracer which gives me ips and protocol.. I need to trace my http request, and all the information exchanged as cookies, html and other stuff...
~AHAGeek
Thanks for reply. Thats a nice tool..but its more of a network tracer which gives me ips and protocol.. I need to trace my http request, and all the information exchanged as cookies, html and other stuff...
~AHAGeek
Can anyone suggest some good free tools to track all the HTTP requests going through my machine?? I am more interested in header details like cookies exchanged between server and client. I am currently using tools like Fiddler Web Debugger, HTTP Watch, etc... but not much of help. Thanks.
~AHAGeek
I am trying to refer some code at http://mokhan.ca/blog/2007/09/25/SALES+TAXES.aspx[^] I couldnt understand the use of delegates as below:
private double CalculateAmount( ) {
double amount = 0d;
Summary( delegate( ITax tax ) { amount += tax.Amount; } );
return amount;
}
How and why its being used here????
~AHAGeek
In SP if we want count..we can still use @@RowCount with this statement on???
~AHAGeek
As we know that "Set NoCount ON;" increases the performance in SQL server queries by avoiding any extramessages being sent to client... We are using this statement invarialbly in all procedures and I have seen it being part of SQL Server default procedure template... What I couldnt figure out is if we need to use this with all the statements why is it OFF by default??? What are the cases where we shouldn't be using it???
~AHAGeek
lol..that was hilarious... now I know americans better :D...
~AHAGeek
Are we planning to have a mobile version for codeproject??
~AHAGeek
We have lot of data getting loaded on first two pages on application We are planning to store state codes and may be related data In application cache. Is it a good idea? How it's gonna effect the Performance? Any other suggestions? :-\
~AHAGeek
modified on Thursday, September 25, 2008 7:38 PM
Sony has come up with a big line of robotic gadgets like this...not sure how many customers they have for such no-use, exorbitantly priced, amusement products... :doh:
Keep DotNetting!! GeekFromIndia
You wrote your own ETL Solution????? :omg: could you give me a headstart on that..not sure if i could have thought of that ever...
Keep DotNetting!! GeekFromIndia
Hi, I saved a data import task to a SSIS package in MSDB. SQL Server 2005. Now how can I access that again??? I want to make an automatic task to upload files from a folder to tables?? Dont we have something easy and useful like DTS in SQL server 2005??? :confused:
Keep DotNetting!! GeekFromIndia
hi frnds, I am trying to achieve Export to Excel control with .net framework 2.0. I could find lots of samples on web for that. But what I need is a User or custom control with button to do this functionality. The control available are only for 1.1 and other samples dont work as controls. Now I tried using one of the sample here[^] as control. But I am facing issue with VerifyRenderingInServerForm which is not available in a user control. Any suggestions?? Any tried this before?? Thanks.
Keep DotNetting!! GeekFromIndia
Hi, Currently I am calling web methods exposed by our vendor and directly get the result. Is there any way I can access the actual soap XML used in this transaction?? I want to get those XML through application so that I can same request/response XML to our database for each transaction. This functionality sounds very basic and simple for it be not available through default framework classes, but I am unable to find any way for last couple of days. Any suggestions????? Thanks.
Keep DotNetting!! GeekFromIndia
yup..you are right. The company I am into is small but safe, its a product development and clients cant go away. But ofcourse i will think again if joining any other small company, esp in time like this.
Keep DotNetting!! GeekFromIndia
I am in Boston. I know there is job crunch, but what to do...If I dont decide now..I will waste another year of my life...I want to start my higher studies in next session...
Keep DotNetting!! GeekFromIndia
I have over 4 of experience in IT industry. I love programming, have excellent communication skills. I was working for a very big organization but there it was more politics and less challenging job. I thought of changing job to a smaller startup company. Here I have respect, people appreciate my work and I have challenging role. But, I want to continue higher studies. I expected it to be 9-5 or max 9-7 job so that I can take out time on weekends for my higher studies. But here my manager wants me available 24x7 and they expect me to work on weekends also. And all they care about is work, people dont talk much, manager doesnt care about you, except that you should be in office morning 9 and shouldn't leave before 7 even if you dont have work... I feel like I am trapped :sigh: Now I am applying for last 2 weeks for various companies and there is no call for interviews :((... Life just sucks...Not sure why I am sharing this...just wanted to blow it out... ARGHHH,..............
Keep DotNetting!! GeekFromIndia
hi frnds, I need to transfer data from a single source column to multiple destination columns. Sample data:
SOURCE TABLE:
F1 F2 F3 <----header
A 234 D11 D12 D13
B 235 D21 D22 D23
DESTINATION TABLE:
col1 col2 col3 col4
A 234 F1 D11
A 234 F2 D12
A 234 F3 D13
B 235 F1 D21
b 235 F2 D22
B 235 F3 D23
Is it possible through activex scripts?? If Yes, how??
Keep DotNetting!! GeekFromIndia
hi, We are using .Net 2.0 Web Services. I am looking for a way to get hold of Request/Response XML sent by .net. Any suggestions?
Keep DotNetting!! GeekFromIndia
hi, We are using .Net 2.0 Web Services. I am looking for a way to get hold of Request/Response XML sent by .net. Any suggestions?
Keep DotNetting!! GeekFromIndia
Hi, Whats the best way for importing a fixed length file to SQL Server 2005. Currently I am using DTS. Are there any better ways to achieve this??
Keep DotNetting!! GeekFromIndia