hi friends i am using infragistics webdate chooser for showing datetime type data i have about 40 infragistics webdate chooser controls on web form when i put...
Dear Member, Iam new to C# sharp iam developing a application, which was already developed in vb. in that application (example) they have Employee set up form,...
Hi every one.. I m new to this group.. have started working on C# .net so thought of joining this group.. I hope i'm @ right place to put my doubts.. Regards S...
Hi, I am trying to handle a piece of MSMQ asynchronous from a web application.I have the following piece of code that is in the code behind of a user control...
Hi all, I am having trouble with a bit of MSMQ functionality that sends messages from an ASP.NET web application. Every MSMQ send message that is sent has a...
hi all does any one knows how to use string in sql queries? for example, one can write SqlDataAdapter adpt = new SqlDataAdapter( "select * From ReportUser...
Hi, www.codeproject.com is very good website if you really serious about development using .net welcome, ... __________________________________________________...
Hi all, We have quite a large application and for authentication we use a HttpModule which checks if the user is authenthicated. If it isn't, is redirected to...
hi iam new to C#. i have a doubt in c#.can any one help me plz. here is the doubt: i have a label in my from and when i pressed any function keys(f1-f12) i...
This is the most stupid question ever sent to this group. Pleeeese search google, you will find 10000000000000 answers about string's concatenation. Thank you....
Ivo Verus
ivo.verus@...
Sep 5, 2006 3:08 pm
15033
You can concatenate the strings like this..... SqlDataAdapter adpt = new SqlDataAdapter( "select * From ReportUser where Passwd like " + pwd + " and UserID...
Look up documentation on MSDN (or Visual Studio copy of MSDN Library if you've installed it) regarding Form.KeyDown, Form.KeyPress and Form.KeyUp events. That...
No sure if I got the question point but this link should help: http://www.codeproject.com/csharp/imessagefilterarticle.asp Cabbi ... hi iam new to C#. i have a...
Sorry Ivo but this is the most stupid answer ever sent to this group! Pandey: please refer to command parameters. This will also handle special string chars...
As I know, this group was for intermediate and advanced users, and users that ask basic questions that can be answered with little searching on the web will be...
Ivo Verus
ivo.verus@...
Sep 5, 2006 3:48 pm
15039
The best way is use parameter. If you are using SQL Server, the method to pass parameter is starting with @ I don't have an example right now, but if you...
HI All, I want to learn porgamming in C#. I do have some Java Programmibng expereince. Can you recommend me any books/links for beginners.Also, I want to...
Hello, First just for your to know, when your Login on a page, your status is kept on either 1) A Cookie - not very secure 2) The Current Session that you have...
Hello, First of all this method of authentication is a potential security issue, SQL Injection will surely do the best to pass in it. recomended solution would...
Ivo, you're right: some questions are simple and some are boring us but... useless answers bore me much more! So with less effort you gave by sending your NO...
Hi, I am currently creating an application. I have all of my code working but would like a few people to take a look at it and give me some advice, tips, or...
Hi, I have a requirement where in I need to call an .aspx file from .htm files. I tried to do this in body of the htm file. <script src="myASPX.aspx"></script>...
In order for ASPX page to be processed, it has to be handled by a seperate worker process (I believe it is contained in aspnet_wp.exe). If your page has HTML...
I just had to ring in on this one... heheeheee :) First, this isn't the dumbest question ever. It's a pretty common question with some very important and...