hi mohammad aslam i think you must use module.open(.....) in javascript ____________________________________________________________________________________ ...
hi all i wrote a method and want to find who is its caller inside in this method how can i achieve this ? example : public class TestClass { public void...
hi all i have a page with a code behind i add a dropdownlist control to form control but when the page is submitted by user a cant acces truly to its...
The code at the page load will execute at the post back too, replacing the old DropDownList, so all you have to do is to add the condidtion as follows: ...
Dear Friends. I would like to create temporary graphics device to draw all things on this temp graphics without been display on screen And then by using...
Essam Mohammed Al-Naj...
esssam.najjar@...
Sep 4, 2007 3:21 pm
16916
Dear All, I have a prob in my project that I do in ASP.Net with C#. After I build my proj,(say takes 2 to 3 mins)I run it. But It takes the same amount of...
Hi Majid I found it. The window name should be given as ''(null) Thanks for your response. Regards S.H.Aslam ... Download prohibited? No problem. CHAT from any...
Hello, I'm using VS 2003 and am having a problem with Crystal reports. I have created an xsd file by dragging the tables I need data from. I then create a...
Create an image with all your graphics on that. finally draw the same on the screen or on the printer where ever you need. I did the same for one of...
Hi guy's. Here's what I have. A Visual Studio 2005 C# windows forms application. I have a form with a button that renders a report on the form within a report...
Thanks Jas, for ur kind reply.. But, I do not know about filemon? what is that?How to use it while building a web project? Plz advice me, Thanks, leaveitsoon ...
By default, when a page from your ASP.NET site is requested for the first time the pages and code files are compiled dynamically. Subsequent requests will be...
Hi, I have an encryption?and decryption routines, that ?when it reaches the line that flashes the stream, it causes the error "Invalid length for encryption". ...
Hey there, A bit more information would have been handy, i.e. what sort of encryption you're using, what libraries you're using, a sample of the code you're...
Depends really what sort of data type for your array you're talking about. If it's your own object it's probably easiest if you read the database data into a...
Dear all, Please advice if someone of you know about Web Services Technology. If I want to develop message queue application using Web Services Technology...
Hello friends My name is sany and I have completed my MSc(computer Science) from Pune University. Presently I am working with HCL Infosystem on .net...
I use .NET all day long at work and home. I have also used Java and know many Java advocates. .NET is mainly dependent on MS operating systems. There is Mono...
The easiest way is to just create an ArrayList and a DataReader and add each item to the ArrayList. You might create an object to represent each row if you...
Dear Jasmine (1) firstly declare array variable (2) fetch the data in DataReader obj (3) use for loop and save data one by one in DR obj to array variable ...
Dear Colleagues, I am programming a pivot solution similar to MS Excel Pivot Tables. My code works but it is very slow. Can you please help me to find a more ...
There should be someone on the Data Warehousing groups that can help you with this. It's a CUBE thing... you don't do 50,000 select statements. You do one, but...
Why are you essentially re-inventing the wheel by writing your own version of a pivot table? As one user pointed out, load the data in a cube and learn how to...
hi all, i have a problem with a client-server chat application using stream sockets i tried it on my own computer and it worked well, but when i tried to use...
Hi What was the socket error on the client when you tried to connect? Also if you are using the internet when you try this how are you connecting? Are you...